Re: ldd and library dependency



On Sat, 04 Mar 2006 01:03:24 -0500, Buzzard wrote:

Anyone know of a reason why an application,
when I try to run it, would request a library which,
when I run ldd on that application,
doesn't show up in the list of dependencies?

Perhaps because you failed to include the runtime library path when you
linked the binary or you failed to include that path in /etc/ld.so.conf
then ran ldconfig.

.