[BusyBox] error while loading shared libraries

Mike Frysinger vapier at gentoo.org
Mon Aug 8 21:57:10 UTC 2005


On Monday 08 August 2005 04:50 pm, mcnernbm at notes.udayton.edu wrote:
> error while loading shared libraries: libstdc++.so.5: cannot open shared
> object file: No such file or directory

you didnt copy all the libraries to the target system

run `readelf -d <file>` and review the DT_NEEDED entries to see what's 
missing ... you could also run `ldd` on the target machine too (running it on 
the host will probably give you wrong results)
-mike



More information about the busybox mailing list