Thomas Gebhardt wrote: > 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?
I belive libs are used in the order they are listed in the file. Put the local directories at the top. -- see shy jo