News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How to find missing libraries without LD_LIBRARY_PATH

Started by inttec, August 22, 2006, 12:41:03 AM

Previous topic - Next topic

inttec

Hi, everyone,

I'm newbie to linux and today I spent a lot of time fighting to "missing libraries".
I tried all means to set "LD_LIBRARY_PATH" env var, with no success (on Fedora 5).
Just now, I found an excellent article that explains why not use the above env var and how to resolve any problem with "missing libraries". It is the definitive solution and DO NOT use LD_LIBRARY_PATH.

It's title is "CLI Magic: ldconfig and friends" and the author is Joe Barr.
EVERYONE MUST READ IT.
Link to the article is:

http://enterprise.linux.com/enterprise/05/05/15/1115252.shtml?tid=89

Good luck...

yop

Life would be so much easier if we could just look at the source code.