I have similar problem too... Using vpopmail-4.9.10 + sqwebmail-2.1.1 + mysql-3.23.39 I try finding the archive... did i just missed the solution? Any help is much appreciated! i have am having the exact same problem. as soon as i recompiled vpopmail
(several different versions including latest) to authenticate via mysql...i
began getting these errors while trying to recompile sqwebmail.
-----Original Message-----
From: rusmana [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 13, 2001 8:59 PM
To: [EMAIL PROTECTED]
Subject: Install problem
I use vpopmail-4.9.10 and sqwebmail-2.1.1, and this is my vpopmail
configuration :
./configure --enable-mysql=y --enable-default-domain=mydomain.com
This is my sqwebmail configurataion :
./configure --with-authvchkpw --without-authpam --without-authuserdb
--enable-webpass=no --without-authpwd --without-authshadow
--without-authmysql
But I get error when i type make :
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/vpopmail/include -g -O2 -Wall
-I.. -I./.. -c modauthvchkpw.c
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
../sha1/libsha1.a -lvpopmail -lm -lcrypt
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_open':
/home/rusmana/download/vpopmail-4.9.10/vauth.c:70: undefined reference to
`mysql_init'
/home/rusmana/download/vpopmail-4.9.10/vauth.c:72: undefined reference to
`mysql_real_connect'
/home/rusmana/download/vpopmail-4.9.10/vauth.c:74: undefined reference to
`mysql_real_connect'
/home/rusmana/download/vpopmail-4.9.10/vauth.c:81: undefined reference to
`mysql_query'
/home/rusmana/download/vpopmail-4.9.10/vauth.c:86: undefined reference to
`mysql_store_result'
/home/rusmana/download/vpopmail-4.9.10/vauth.c:87: undefined reference to
`mysql_free_result'
/home/rusmana/download/vpopmail-4.9.10/vauth.c:88: undefined reference to
`mysql_select_db'
.
.
.
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vdel_dir_control':
/home/rusmana/download/vpopmail-4.9.10/vauth.c:934: undefined reference to
`mysql_query'
/home/rusmana/download/vpopmail-4.9.10/vauth.c:938: undefined reference to
`mysql_store_result'
/home/rusmana/download/vpopmail-4.9.10/vauth.c:939: undefined reference to
`mysql_free_result'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vupdate_rules':
/home/rusmana/download/vpopmail-4.9.10/vauth.c:620: undefined reference to
`mysql_free_result'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vcreate_dir_control':
/home/rusmana/download/vpopmail-4.9.10/vauth.c:924: undefined reference to
`mysql_free_result'
collect2: ld returned 1 exit status
make[1]: *** [authvchkpw] Error 1
make[1]: Leaving directory `/home/rusmana/download/sqwebmail-2.1.1/authlib'
make: *** [all-recursive] Error 1
Can somebody help me to solve this problem ?
Thank's
Rusmana
|