Hi i have the following problem:
 
I run qmail with installed vpopmail+mysql
I have installed qmailadmin too
So i decide to implement sqwebmail...
I read all INSTALL files..
and configure with:
./configure --without-authmysql --without-authpam --without-authuserdb --enable-webpass=no --without-authpwd --without-authshadow  --enable-cgibindir=/www/cgi-bin --enable-imagedir=/www/htdocs/images --enable-mimetypes=/www
 
configure script pass and when I run make
it stops after a while with the following mistake:

/arch/vpopmail-4.9.8/vauth.c:797: undefined reference to `mysql_query'

/arch/vpopmail-4.9.8/vauth.c:806: undefined reference to `mysql_query'

/arch/vpopmail-4.9.8/vauth.c:810: undefined reference to `mysql_use_result'

/arch/vpopmail-4.9.8/vauth.c:815: undefined reference to `mysql_fetch_row'

/arch/vpopmail-4.9.8/vauth.c:839: undefined reference to `mysql_free_result'

/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vwrite_dir_control':

/arch/vpopmail-4.9.8/vauth.c:874: undefined reference to `mysql_query'

/arch/vpopmail-4.9.8/vauth.c:878: undefined reference to `mysql_store_result'

/arch/vpopmail-4.9.8/vauth.c:879: undefined reference to `mysql_free_result'

/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vcreate_dir_control':

/arch/vpopmail-4.9.8/vauth.c:897: undefined reference to `mysql_query'

/arch/vpopmail-4.9.8/vauth.c:901: undefined reference to `mysql_store_result'

/arch/vpopmail-4.9.8/vauth.c:902: undefined reference to `mysql_free_result'

/arch/vpopmail-4.9.8/vauth.c:914: undefined reference to `mysql_query'

/arch/vpopmail-4.9.8/vauth.c:918: undefined reference to `mysql_store_result'

/arch/vpopmail-4.9.8/vauth.c:919: undefined reference to `mysql_free_result'

/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vdel_dir_control':

/arch/vpopmail-4.9.8/vauth.c:929: undefined reference to `mysql_query'

/arch/vpopmail-4.9.8/vauth.c:933: undefined reference to `mysql_store_result'

/arch/vpopmail-4.9.8/vauth.c:934: undefined reference to `mysql_free_result'

collect2: ld returned 1 exit status

make[1]: *** [authvchkpw] Error 1

make[1]: Leaving directory `/arch/sqwebmail-1.2.3/authlib'

make: *** [all-recursive] Error 1

 

/arch/vpopmail-4.9.8 is my src of vpopmail

and /arch/sqwebmail-1.2.3 is my sqwebmail src dir

Thank you in advance.

Veno

Reply via email to