Running: vpopmail (how do i find version number ?) Mysql 3.22.32 I am getting an error when I try to compile courier-imap-1.2.2. Here is my configure script in courier-imap: ./configure --without-authmysql --without-authuserdb --without-authpam \ --without-authpwd --without-authshadow --without-authldap \ --with-authvchkpw --enable-workarounds-for-imap-client-bugs I am getting this error when it try to make in the authlib directory: make[1]: Entering directory `/usr/home/blue/install-20010308/courier-imap-1.2.2/authlib' gcc -I/disk/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/disk/vpopmail/lib -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a ../md5/libmd5.a -lvpopmail -lm -lcrypt libauth.a(preauthvchkpw.o): In function `auth_vchkpw_pre': /usr/home/blue/install-20010308/courier-imap-1.2.2/authlib/preauthvchkpw.c:6 7: undefined reference to `vget_assign' /usr/home/blue/install-20010308/courier-imap-1.2.2/authlib/preauthvchkpw.c:7 0: undefined reference to `vclose' collect2: ld returned 1 exit status make[1]: *** [authvchkpw] Error 1 make[1]: Leaving directory `/usr/home/blue/install-20010308/courier-imap-1.2.2/authlib' make: *** [all-recursive] Error 1 I tried to install the latest vpopmail thinking that there might be version compatibility problems between courier-imap and the older vpopmail, but could not authenticate for pop logins aftwerwards. I then had to revert back to the older vpopmail to get pop to work again. Any help would be appreciated! Thanks T