Hi, I want to configure "thin" clients with only a few packages installed locally and a nfs-mounted software repository.
I put the libs-directories of the nfs repository in /etc/ld.so.conf on the clients to make the shared libs available to the clients. But this has the effect that the remote libraries have higher priority than the libs in /usr/lib. i.e., a nfs mounted lib is used even if the same library is available locally. Is there a way to revert the search order of "ldconfig" such that the local libs are used preferably? Thanks, Thomas