Hi, I have a working install of vpopmail (5.2.2). I am trying to compile CourierIMAP (2.2.1). On doing make, I eventually get this...
make[2]: Entering directory `/home/howard/mail/courier-imap-2.2.1/authlib' gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a ../numlib/libnumlib.a ../md5/ libmd5.a ../sha1/libsha1.a -L/home/vpopmail/lib -lvpopmail -lm -lcrypt /usr/bin/ld: cannot find -lvpopmail collect2: ld returned 1 exit status make[2]: *** [authvchkpw] Error 1 make[2]: Leaving directory `/home/howard/mail/courier-imap-2.2.1/authlib' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/howard/mail/courier-imap-2.2.1/authlib' make: *** [all-recursive] Error 1 The vpopmail lib and include directories are there and have appropriate permissions (now), but no joy. Can anybody help?