[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: smbpasswd Can't find liblber.so.2



At 12:12 AM 6/2/2004, The Shell wrote:
>./smbpasswd -w myldappassword
>/libexec/ld-elf.so.1: Shared object "liblber.so.2" not found

The application is looking for an old version of liblber.
You should rebuild the application with the new version of
liblber.  Or install (or otherwise make available) the version
of the library the application expects.  The old and new versions
of liblber are not binary compatible.

Kurt