Hi,
I ' ve been trying to compile Courier IMAP with vchkpw support with
Vpopmail-4.9.10 and I'm getting
the follow error:
gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/usr/lib/mysql -o
authvchkpw modauthvchkpw.o libauthmod.a libauth.a
../md5/libmd5.a -lvpopmail -lm -lcrypt -lmysqlclient
/usr/bin/ld: cannot open -lvpopmail: No such file or directory
collect2: ld returned 1 exit status
make[1]: *** [authvchkpw] Error 1
make[1]: Leaving directory `/tmp/courier-imap-1.2.3/authlib`
make: *** [all-recursive] Error 1
Then I' ve upgraded Vpopmail-4.9.10 with the latest development version that is
Vpopmail-5.0pre5 and I' m
getting the follow error:
gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/usr/lib/mysql -o
authvchkpw modauthvchkpw.o libauthmod.a libauth.a
../md5/libmd5.a -lvpopmail -lm -lcrypt -lmysqlclient
/usr/bin/ld: cannot open -lvpopmail: No such file or directory
collect2: ld returned 1 exit status
make[1]: *** [authvchkpw] Error 1
make[1]: Leaving directory `/tmp/courier-imap-1.2.3/authlib`
make: *** [all-recursive] Error 1
Please, help me!!!
Thank you in advance.