I installed vpopmail with mysql support and qmailadmin no problems works good.
Now I want to get sqwebmail 1.2.1 running, but have problem around the authlib part.
I even tried sqwebmail 1.1.2 both with same results.
I run:
 
./configure --with-htmllibdir=/usr/local/share/sqwebmail --with-cachedir=/var/cache/sqwebmail --enable-webpass=vpopmail --libexecdir=/usr/libexec/sqwebmail --enable-cgi-bindir=/opt/www/cgi-bin --enable-imagedir=/opt/www/htdocs/webmail --enable-imageurl=/webmail --with-cacheowner=root --sysconfdir=/usr/local/share/sqwebmail
 
make
.
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_open':
/root/src/email/vpopmail-4.9.7/vauth.c:66: undefined reference to `mysql_init'
/root/src/email/vpopmail-4.9.7/vauth.c:68: undefined reference to `mysql_real_connect'
...
...
/root/src/email/vpopmail-4.9.7/vauth.c:910: undefined reference to `mysql_free_result'
collect2: ld returned 1 exit status
 
I have even tried a suggestion to add -L/usr/lib/mysql -lmysqlclient to the Makefile's LDFLAGS in ./authlib and ./sqwebmail, but this didn't change any of the output. 
My system config:
RedHat7.0
MySQL-3.23.30-1.i386.rpm
MySQL-devel-3.23.30-1.i386.rpm
 
Thanks
Mark



Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to