>make it >LDFLAGS="-lmysqlclient -L/usr/lib/mysql" ./configure --with-authvchkpw >--with-cachedir --enable-cgibindir=/var/www/cgi-bin/ >--enable-imageurl=/var/www/html/images/ --enable-imageurl=/images/ >--enable-webpass=no --without-authmysql I make it according your method,but there is a new problem: ....... ....... gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -c modauthvchkpw.c gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -lmysqlclient -L/usr/lib/mysql -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a ../md5/libmd5.a -lvpopmail -lm -lcrypt /usr/bin/ld: cannot find -lvpopmail collect2: ld returned 1 exit status make[1]: *** [authvchkpw] Error 1 make[1]: Leaving directory `/usr/local/src/sqwebmail-1.1.2/authlib' make: *** [all-recursive] Error 1
