lua-users home
lua-l archive

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


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