post again
Hi all:
now i have a problem when install sqwebmail
I use vpopmail+mysql+sqwebmail,and have installed vopopmail4.8.4+mysql. i think it is
ok.
then there is some problem when i install sqwebmail0.37.
i run ./configure --enalbe-authvchkpw --without-authpam
--without-authuserdb --without-authpwd --without-authshadow
--enable-webpass=no
then run make
there is some error massage like this:
.
.
Makeing all in authlib
make[1]:Enter directory 'usr/local/sqwebmail-0.37/auth'
gcc -L/usr/lib/mysql -lmysqlclient -I/home/vpopmail/include -g -02 -Wall -I.. -
I./.. -L/home/vpopmail/lib -o authvchkpw modauthvchkpw.o libauthmod.a libauth.
a ../md5/libmd5.a -lvpopmail -lm -lcrypt
/home/vpopamil/lib/libvpopmail.a(vauth.o): In funtion 'vauth_open':
/usr/local/vpopmail-4.8.5/vauth.c:59: undefined reference to 'mysql_init'
/usr/local/vpopmail-4.8.5/vauth.c:61: undefined reference to 'mysql_real_connect'
/usr/local/vpopmail-4.8.5/vauth.c:63: undefined reference to 'mysql_real_connect'
/usr/local/vpopmail-4.8.5/vauth.c:70: undefined reference to 'mysql_query'
..
/usr/local/vpopmail-4.8.4/vauth.c 537:undefined reference to 'mysql_free_result'
/home/vpopmail/lib/libvpopmail.a vuth.o):infunction'vopen_smtp_relay':
/usr/local/vpopmail-4.8.4/vauth.c 563:undefined reference to 'mysql_query'
/usr/local/vpopmail-4.8.4/vauth.c 584:undefined reference to 'mysql_query'
.
.
.
make[1]:***[authvchkpw] Error 1
make:***[all-recursive] Error 1
/usr/local/vpopmail-4.8.4 is the path i unzip the tar file
/home/vpopmail is the path i install
even if i delete the path /usr/local/vpopmail-4.8.4 ,the error is the same.
i install mysql with rpm file.
mysql lib path: /usr/lib/mysql
mysql include path: /usr/include/mysql
i reinstall Redhat6.2+qmail+mysql+vpopmail, it is all ok.
when i install sqwebmail, it is the same error.
i am very vey anxious and will appreciate for ur help.
[EMAIL PROTECTED]