Hi Chris, On Sun, 15 Jun 2003 22:03:25 -0700 (PDT) Chris Pugh wrote:
> /usr/sbin/vchkpw: error while loading shared > libraries: libvpopmail.so.1: [...] > The shared library file does not exist on the system.The shared > library file does not exist on the system. And I don't have it here too. Are you sure the '/usr/sbin/vchkpw' resutls from your compile operation? Check with 'dpkg -S /usr/sbin/vchkpw' if this ain't a relict from a debian package with an older version of vpopmail (package named 'vchkpw' IIRC). The vchkpw binary you just compiled should be located here: ~vpopmail/bin/vchkpw and should not be dynamically linked against 'libvpopmail.so'. Over here 'ldd' gives: ,-----[ ldd ~vpopmail/bin/vchkpw ] | libnsl.so.1 => /lib/libnsl.so.1 (0x40020000) | libcrypt.so.1 => /lib/libcrypt.so.1 (0x40034000) | libc.so.6 => /lib/libc.so.6 (0x40061000) | /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) `----- -- Ciao, Pit