|
From: MrC <lis...@ca...> - 2008-08-08 20:08:53
|
Matheus Lima wrote: > I'm sorry, but if someone could help in this issue I apreciate: > > I've tryed: > > On FEDORA 64bit > ldd chpasswd > (0xffffe000) > libcrypt.so.1 => /lib/libcrypt.so.1 (0x00cb6000) > libc.so.6 => /lib/libc.so.6 (0x00723000) > /lib/ld-linux.so.2 (0x00706000) <---- Seems to me OK!!! :) > > But... > > On Ubuntu 64 bit > #ldd chpasswd > not a dynamic executable <---- Holy shit!!! THATs MY PROBLEM > > HELP!!!! This response from ldd is consistent with the missing 32-bit compatibility package. If you run: file chpasswd you will see file tells you it IS a program that uses shared libraries. The program doesn't auto-magically convert itself upon copy from one requiring shared libraries to one that uses static libraries. Have you verified that the shared library I referred you to yesterday does not exist? You need those shared libraries that are listed by your Fedora ldd-run. |