[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: loading modules that depends on dylibs on Ubuntu
- From: Sam Roberts <vieuxtech@...>
- Date: Mon, 19 Jan 2009 19:46:58 -0800
On Mon, Jan 19, 2009 at 7:27 PM, Antonio Scuri <scuri@tecgraf.puc-rio.br> wrote:
> If I'm not wrong dlopen only find secondary dynamic libraries if
> LD_LIBRARY_PATH is set accordingly.
>
> I mean, libmuro.so is only found if its folder is on the LD_LIBRARY_PATH.
Shouldn't need the env variable if the configuration is correct, but
its useful for temporary changes, or when you don't have root access.
http://linux.die.net/man/8/ld-linux
San