View Single Post
Old 06-13-2014, 04:24 AM   #41
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
[root@kindle lib]# LD_DEBUG=libs grep -v


SNIP
Code:
11573:	find library=ld-linux-armhf.so.3 [0]; searching
     11573:	 search path=/mnt/us/extensions/system/lib:/usr/local/lib/tls/v7l/neon/vfp:/usr/local/lib/tls/v7l/neon:/usr/local/lib/tls/v7l/vfp:/usr/local/lib/tls/v7l:/usr/local/lib/tls/neon/vfp:/usr/local/lib/tls/neon:/usr/local/lib/tls/vfp:/usr/local/lib/tls:/usr/local/lib/v7l/neon/vfp:/usr/local/lib/v7l/neon:/usr/local/lib/v7l/vfp:/usr/local/lib/v7l:/usr/local/lib/neon/vfp:/usr/local/lib/neon:/usr/local/lib/vfp:/usr/local/lib		(LD_LIBRARY_PATH)
     11573:	  trying file=/mnt/us/extensions/system/lib/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/tls/v7l/neon/vfp/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/tls/v7l/neon/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/tls/v7l/vfp/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/tls/v7l/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/tls/neon/vfp/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/tls/neon/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/tls/vfp/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/tls/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/v7l/neon/vfp/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/v7l/neon/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/v7l/vfp/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/v7l/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/neon/vfp/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/neon/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/vfp/ld-linux-armhf.so.3
     11573:	  trying file=/usr/local/lib/ld-linux-armhf.so.3
/SNIP

Code:
grep: error while loading shared libraries: ld-linux-armhf.so.3: cannot open shared object file: No such file or directory
[root@kindle lib]# LD_DEBUG=libs /mnt/us/extensions/system/bin/busybox
-sh: /mnt/us/extensions/system/bin/busybox: not found
[root@kindle lib]# cd /mnt/us/extensions/system/bin
[root@kindle bin]# LD_DEBUG=libs ./busybox                            
-sh: ./busybox: not found

seems to not be finding it or not finding something it can use anyhow.

Last edited by twobob; 06-13-2014 at 04:33 AM.
twobob is offline   Reply With Quote