libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lt_dlopen and default search paths


From: Bob Friesenhahn
Subject: Re: lt_dlopen and default search paths
Date: Tue, 4 Feb 2003 17:05:57 -0600 (CST)

I believe that lt_dlopen() actually uses its own (documented) search
algorithm.  Please refer to the documentation for lt_dlopen() where
the algorithm is detailed.

Bob

On Tue, 4 Feb 2003, Blake Matheny wrote:

> Hello All,
> I hope I'm addressing the right crowd. I'm doing some development utilizing
> libltdl, and my question is regarding the lt_dlopen() function.
>
> Depending on your platform, lt_dlopen() should just make a call to dlopen()
> (as is the case on my GNU/Linux system). On my GNU/Linux system, the dlopen()
> function is documented as searching:
>  The list of libraries cached in /etc/ld.so.cache
>  /usr/lib, followed by /lib
>  LD_LIBRARY_PATH
>
> Using lt_dlopen() and after installing my libraries in /usr/lib, lt_dlopen
> fails to find them which indicates to me that dlopen() is either not being
> called or is no longer searching those paths. Can someone tell me what might
> be going on? Thanks.
>
> -Blake
>
> I am not on the list, please CC me.
>
> --
> Blake Matheny           "... one of the main causes of the fall of the
> address@hidden      Roman Empire was that, lacking zero, they had
> http://www.dbaseiv.net   no way to indicate successful termination of
> http://ovmj.org/GNUnet/  their C programs." --Robert Firth
>
>
> _______________________________________________
> Libtool mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/libtool
>

======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]