Missing libs (or unnecessary apps?)

Please post any bugs you have found
Post Reply
Message
Author
flavour
Posts: 125
Joined: Thu 08 Sep 2005, 20:26
Location: Bicester, UK

Missing libs (or unnecessary apps?)

#1 Post by flavour »

JonathanMarsden came up with this excellent one-liner:

for i in `find / -type f -perm +1 |grep -v ^/\.usr \
|xargs file |grep executable |grep Intel |grep dynamic \
|cut -d : -f1 ` ; do echo $i: `ldd $i |grep "not found"` ; \
done |grep "not found"

This outputs a list of binaries with missing libs.

So I guess either the libs should be added or else the apps should be removed (since untested & therefore un-needed)

For Puppy-1.0.7, the output is:
/usr/bin/curl: libidn.so.11 => not found libidn.so.11 => not found
/usr/bin/objdump: libopcodes-2.15.92.0.2.so => not found
/usr/bin/orbit-event-server: libORBit.so.0 => not found libIIOP.so.0 =>
not found libORBitutil.so.0 => not found
/usr/bin/orbit-idl: libIDL-0.6.so.0 => not found
/usr/bin/orbit-name-server: libORBit.so.0 => not found libIIOP.so.0 =>
not found libORBitutil.so.0 => not found libORBitCosNaming.so.0 => not
found
/usr/bin/pkill: libproc-3.2.3.so => not found
/usr/bin/pmap: libproc-3.2.3.so => not found
/usr/bin/rpmgraph: librpm-4.2.so => not found librpmdb-4.2.so => not
found librpmio-4.2.so => not found libbz2.so.1.0 => not found
/usr/bin/skill: libproc-3.2.3.so => not found
/usr/bin/uuidgen: libuuid.so.1 => not found
/usr/bin/vmstat: libproc-3.2.3.so => not found
/usr/lib/gettext/gnu.gettext.DumpResource: libgcj.so.4 => not found
/usr/lib/gettext/gnu.gettext.GetURL: libgcj.so.4 => not found

F

User avatar
J_Rey
Posts: 273
Joined: Wed 04 May 2005, 20:08
Location: Northwest Florida, U.S.A.
Contact:

+1

#2 Post by J_Rey »

I was installing BZFlag 2.0.4 on Puppy Linux 1.0.7 (with usr_devx.sfs) with the included OBLISK installer and I got an error message about less being missing, so I got/installed the less DotPup. Then when I tried again, curl gave me the error "Could not download library libidn.so.11." :(

I tried to continue anyways as follows:

Code: Select all

# bzflag
/usr/bin/../lib/OBLISK/BZFlag-2.0.4.20050930/bin/bzflag: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory
. :cry:
Last edited by J_Rey on Sat 11 Feb 2006, 21:10, edited 1 time in total.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#3 Post by MU »

http://dotpups.de/dotpups/Libraries/
It includes the include/pkgconfig to compile apps.
Mark

Post Reply