Hi all,
I am trying to compile sqwebmail but it gives some errors me, can someone
help me?
S.O: LinuX Red Hat 6.0
qmail 1.03
ucspi-tcp-0.88.tar.gz
mysql-3.23.40
vpopmail-4.9.10:
configure --enable-mysql=y --enable-default-domain=test.com && make &&
make install-strip
sqwebmail-2.1.1
configure --without-authpam --without-authuserdb --enable-webpass=no --witho
ut-authpwd --without-authshadow
make
when I do the MAKE me gives this failure:
.
.
.
make[1]: Entering directory `/home/cops/sqwebmail-2.1.1/authlib'
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/cops/vpopmail-4.9.10/vauth.c:70: undefined reference to `mysql_init'
/home/cops/vpopmail-4.9.10/vauth.c:72: undefined reference to
`mysql_real_connect'
/home/cops/vpopmail-4.9.10/vauth.c:74: undefined reference to
`mysql_real_connect'
/home/cops/vpopmail-4.9.10/vauth.c:81: undefined reference to `mysql_query'
/home/cops/vpopmail-4.9.10/vauth.c:86: undefined reference to
`mysql_store_result'
/home/cops/vpopmail-4.9.10/vauth.c:87: undefined reference to
`mysql_free_result'
.
.
.
/home/cops/vpopmail-4.9.10/vauth.c:924: undefined reference to
`mysql_free_result'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vdel_dir_control':
/home/cops/vpopmail-4.9.10/vauth.c:934: undefined reference to `mysql_query'
/home/cops/vpopmail-4.9.10/vauth.c:938: undefined reference to
`mysql_store_result'
/home/cops/vpopmail-4.9.10/vauth.c:939: undefined reference to
`mysql_free_result'
collect2: ld returned 1 exit status
make[1]: *** [authvchkpw] Error 1
make[1]: Leaving directory `/home/cops/sqwebmail-2.1.1/authlib'
make: *** [all-recursive] Error 1
[root@prueba sqwebmail-2.1.1]#