Quote:
Originally Posted by twobob
It's a SYSTEM lib...
/lib/libe2p.so.2
so... type
echo $LD_LIBRARY_PATH
if /lib is in that list then it is something in the way you are giving the instruction... or something even weirder
|
hmm...
well, almost
/lib should be in the default path of the dynamic loader already, as should /usr/lib;
plus the paths listed in: /etc/ld.so.conf
plus the paths in the concatenated contents of the files of /etc/ld.so.conf.d (if used by the Kindle libc implementation).
Whatever the situation happens to be on your device ;
Using the ldd command (a script) on the executable will list the libraries and the paths to them after giving consideration to all of the libc configuration stuff (including LD_LIBRARY_PATH - which in a normal run-time is empty, but which may not be when using the KUAL.system extensions).