i try to install sqwebmail with authvchkpw support
i've installed vpopmail with mysql support and it works fine (can create virtual users and domains in my db....)
so i've configured sqwebmail with the following options
 
./configure --with-module-authvchkpw --without-authmysql --with-cachedir --with-cacheowner=vpopmail --without-gzip --enable-webpass=vpopmail --enable-cgibindir=/home/httpd/cgi-bin --enable-imagedir=/home/httpd/html/webmail --without-authpam --without-authuserdb --without-authpwd --without-authshadow
 
but then the make routine breaks at the point
 
gcc  -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/home/vpopmail/lib  -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/src/vpopmail-4.9/vauth.c:59: undefined reference to `mysql_init'
/usr/src/vpopmail-4.9/vauth.c:61: undefined reference to `mysql_real_connect'
/usr/src/vpopmail-4.9/vauth.c:63: undefined reference to `mysql_real_connect'
/usr/src/vpopmail-4.9/vauth.c:70: undefined reference to `mysql_query'
/usr/src/vpopmail-4.9/vauth.c:75: undefined reference to `mysql_store_result'
/usr/src/vpopmail-4.9/vauth.c:76: undefined reference to `mysql_free_result'
/usr/src/vpopmail-4.9/vauth.c:77: undefined reference to `mysql_select_db'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_adddomain_size':
/usr/src/vpopmail-4.9/vauth.c:121: undefined referen...........
 
i'm working on  redhat6.2
with mysql,~-client,~-devel,~-shared-3.22.32.rpms installed
 
what else do i need ?
or where is my fault
 
could someone please help me......
 
 
 
 

Reply via email to