I was wondering if anyone knows if it's possible to get sqwebmail 1.2.5, or any other version for that matter, to work with mysql 3.23.33 and vpopmail-4.9.8-1. I believe it lies in the issue that this version of mysql does not include libmysqlclient.so.6.0.0 from what I can tell. I receive a long list of errors, below is the start and end of the error list. make[1]: Entering directory `/usr/local/src/mailsetup/sqwebmail-1.2.5/authlib' gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -I/usr/include/mysql -L/home/vpopmail/lib -L/usr/lib/mysql -lmysqlclient -lz -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a ../md5/libmd5.a -lvpopmail -lm -lcrypt /home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_open': /usr/local/src/mailsetup/vpopmail-4.9.8-1/vauth.c:66: undefined reference to `mysql_init' /usr/local/src/mailsetup/vpopmail-4.9.8-1/vauth.c:68: undefined reference to `mysql_real_connect' /usr/local/src/mailsetup/vpopmail-4.9.8-1/vauth.c:70: undefined reference to `mysql_real_connect' ... collect2: ld returned 1 exit status make[1]: *** [authvchkpw] Error 1 make[1]: Leaving directory `/usr/local/src/mailsetup/sqwebmail-1.2.5/authlib' make: *** [all-recursive] Error 1 In the past simply adding the -L/usr/lib/mysql -lmysqlclient or -I/usr/include/mysql has fixed this, but it does not seem to have an effect anymore. System is slackware-current glibc 2.2 Any help would be appreciated.
