View Single Post
Old 04-08-2013, 02:34 PM   #36
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by twobob View Post
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).
knc1 is offline   Reply With Quote