[opensuse] /usr/local/lib[64]
Sorry, this might be a dumb question: I built a shared library for an application. I placed it in /usr/local/lib64 and, subsequently, in /usr/local/lib. The application did not find it. Where is the library search path set up so I can add these paths? I would think these paths should be locatable out of the box. Lewis -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Could you please limit the line length to something below 75 charactrers? That makes reading your mail much easier. * lewis.berman@verizon.net (lewis.berman@verizon.net) [20080515 18:38]:
I built a shared library for an application. I placed it in /usr/local/lib64 and, subsequently, in /usr/local/lib. The application did /not find it. Where is the library search path set up so I can add these /paths?
The search paths are configured in /etc/ld.so.conf but /usr/local/lib[64] is in there by default. You *must* call /sbin/ldconfig after installing a new library and I guess that's what you didn't do. Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
lewis.berman@verizon.net
-
Philipp Thomas