On Mon, Sep 18, 2006 at 05:29:42PM +0200, Francesco Andrisani wrote: > > Hi comunity, > i've cross compiled dropbear 0.47 for arm linux. > I have all ok, but when i try to launch anyone about dropbear, dropbearkey or > dbclient i have this error: > > # ./dbclient > ./dbclient: error while loading shared libraries: cannot open shared object > file: cannot load shared object file: No such file or directory > > On my ARM the librarie are on /lib. > I have tried to include these libraries with: > export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib > > But it don't work.
Do you have ldd on the platform? Try "ldd ./dbclient" and see if any libraries are missing. You might also have a cross-development ldd you could use? If strace is available you could maybe try that and see what libraries it is trying to load before exiting. Matt
