Thread: DIY - KeK
View Single Post
Old 08-09-2012, 04:26 PM   #206
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
And there you uncover another one of the problems with our current emulator image . . . /etc isn't writable.
(ldconfig writes a new /etc/ld.so.cache file)

The most help you can give the dynamic loader is to set: LD_LIBRARY_PATH

Say your new runtime libraries are located in: /home/lib or /home/usr/lib - then enter this command in your shell:
export LD_LIBRARY_PATH=/home/usr/lib:/home/lib

Modify the details of the above to suit.

More info: http://tldp.org/HOWTO/Program-Librar...libraries.html

Last edited by knc1; 08-09-2012 at 04:39 PM.
knc1 is offline   Reply With Quote