[OE-core] [PATCH] nettle-ptest: fix a failing test

Bystricky, Juro juro.bystricky at intel.com
Mon Oct 16 18:05:10 UTC 2017


> It should look in paths relative to LD_LIBRARY_PATH, do you see it
> doesn't happen ?
> 

The problem is, for dlopen relative/absolute names LD_LIBRARY_PATH
is not used. 

The man for dlopen says:
If filename contains a slash ("/"), then it is interpreted as a (relative or absolute) pathname.  Otherwise <...> if the dynamic linker at  the  time  that  the  program  was started, the environment variable LD_LIBRARY_PATH was defined to contain a colon-separated list of directories, then these are searched.



More information about the Openembedded-core mailing list