Hi guys,
I find a problem between Vpopmail and Courier IMAP. I've installed
Vpopmail without problem and running already with Qmail and MySQL, the
problem comes when I've do a 'make check' in Courier IMAP, it returned
this error :
gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw
modauthvchkpw.o libauthmod.a libauth.a ../md5/libmd5.a ../sha1/libsha1.a
-L/home/vpopmail/lib -lvpopmail -L/usr/lib/mysql -lmysqlclient -lz -lm
-lcrypt
/usr/bin/ld: cannot find -lvpopmail
collect2: ld returned 1 exit status
make: *** [authvchkpw] Error 1
I've tried to do some possible thing :
1. Add /home/vpopmail/lib and /home/vpopmail/include in /etc/ld.so.conf
entries.
2. Copy /home/vpopmail/lib/libvpopmail.a to /usr/lib and /lib
etc.
One thing I've not understand here is why in compiling Vqsignup, I've
got no error? I compile Vqsignup with Vpopmail support so it must be
using Vpopmail library.
I've assumed that vpopmail doesn't used shared library, so I can't found
any .so and .la files that I think it's needed by Courier IMAP.
Please Advise. Any help or suggestion would be appreciated.