Hi,

I've just seen a program fail to work, saying that it can't load a
shared library (but a different one on each invocation - this is an SMP
machine). Then I found out that /usr/local/lib was not part of the
scanned directories. Looking into

http://www.openbsd.org/cgi-bin/cvsweb/src/libexec/ld.so/ldconfig/library.c?rev=1.2;content-type=text%2Fplain

I see this:

#define DEFAULT_PATH "/usr/lib:/usr/X11R6/lib:/usr/local/qte/lib"

(the man page didn't tell me what the default paths were)

It would be nice if someone could enlighten me about why there's a
provision for Qt, and why /usr/local/lib is not part of the default
path.


TIA!


Kind regards,
--Toni++

Reply via email to