| |||||||||||||||||||||||||||||||
|
am installing maildrop COURIERAUTHCONFIG=/usr/local/courier-authlib/bin/courierauthconfig \ CPPFLAGS=-I/usr/local/courier-authlib/include \ ./configure \ --enable-smallmsg=262144 \ --enable-maildirquota make make install-strip make install-man done without error, but i checked the mildrop libs [root@linux4 maildrop-2.0.4]# ldd /usr/local/bin/maildrop libfam.so.0 => /usr/lib64/libfam.so.0 (0x00000034b7800000) libgdbm.so.3 => not found libcourierauth.so.0 => /usr/local/courier-authlib/lib/courier-authlib/libcourierauth.so.0 (0x00002aaaaaac0000) libpcre.so.0 => /lib64/libpcre.so.0 (0x00000035fa200000) libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00000034b6800000) libm.so.6 => /lib64/libm.so.6 (0x00000034a4600000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00000034b6000000) libc.so.6 => /lib64/libc.so.6 (0x00000034a4200000) /lib64/ld-linux-x86-64.so.2 (0x00000034a3e00000) I see that libgdbm.so.3 => not found ... what could be the problem... I have installed wget http://mirrors.kernel.org/gnu/gdbm/gdbm-1.8.3.tar.gz tar -zxvf gdbm-1.8.3.tar.gz cd gdbm-1.8.3/ ./configure make make install without errors .... Thanks
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com