[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: loading modules that depends on dylibs on Ubuntu
- From: "Antonio Scuri" <scuri@...>
- Date: Tue, 20 Jan 2009 09:18:18 -0200
I'm sorry but what I understood from that page is that we still need to
use LD_LIBRARY_PATH.
What do you mean by the correct configuration?
scuri
> -----Original Message-----
> From: lua-bounces@bazar2.conectiva.com.br [mailto:lua-
> bounces@bazar2.conectiva.com.br] On Behalf Of Sam Roberts
> Sent: terça-feira, 20 de janeiro de 2009 01:47
> To: Lua list
> Subject: Re: loading modules that depends on dylibs on Ubuntu
>
> 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