I had installed qmail-1.0.3 + mysql-3.23.33 + vpopmail-4.9.8-1 + qmailadmin-0.42, it works fine. Now I want to install sqwebmail-1.2.5, when I compile as follow: [root@dns sqwebmail-1.2.5]# env LIBS="-L/usr/local/lib/mysql -lmysqlclient" ./configure --enable-sqlincdir=/usr/local/include/mysql --enable-sqllibdir=/usr/local/lib/mysql --enable-webpass=vpopmail --enable-hardtimeout=3600 When I compile, there has a error as show: /vpopmail/lib/libvpopmail.a(vauth.o): In function `vcreate_dir_control': /root/vpopmail-4.9.8-1/vauth.c:919: undefined reference to `mysql_free_result' collect2: ld returned 1 exit status make[2]: *** [authdaemond.ldap] Error 1 make[2]: Leaving directory `/root/sqwebmail-1.2.5/authlib' make[1]: *** [make-authdaemond] Error 2 make[1]: Leaving directory `/root/sqwebmail-1.2.5/authlib' make: *** [all-recursive] Error 1 please help!!! THANKS Bill
