31 May
2005
31 May
'05
9:54 p.m.
Owen and Ralph, Thank you! I now see the problem and will get back if I dont't get it fixed after adding libgc to ld.so.conf.
Thanks and regards
Asif
On 5/31/05, Owen <rcook@...580...> wrote:
On Tue, 31 May 2005 08:01:42 +0200 Ralf Stephan <ralf@...527...> wrote:
Did you run ldconfig (as root) after the install?
Nope! I didn't! Should I have done it?
Yes. Someone has to tell the system where to find the library! ldconfig searches all directories specified in /etc/ld.so.conf and adds new libraries to its cache, which is then referred to. The -v option additionally outputs the cache to stdout. See the fine manual page.
You will probably have to add your lib directory to the /etc/ld.so.conf file, then run ldconfig
Owen