BusyBox and shared libraries

Gilles Espinasse g.esp at free.fr
Mon Jun 8 16:16:24 UTC 2009


----- "webquinty quinty" <webquinty at gmail.com> a écrit :

> Hello,
> 
> I think that my question is easy to answer.
> is it possible to use a shared library in BusyBox???
> 
> I have a app that use shared libraries and when I try to execute app,
> always return me a error while loading a shared libraries.
> 
> any advice???
> 
> Best regards.
> 
It is not related to bb.

Probably you miss a lib your application or your shared lib depend on.
Look with ldd or readelf at your app and the shared lib at the required dependencies.

Gilles


More information about the busybox mailing list