[Mail]
求救,make vpopmail出错,无法解决,请各位高手进来看看
我的linux是红帽子fedora core2 ,数据库是mysql
MySQL-client-4.0.22-0.i386.rpm
MySQL-devel-4.0.22-0.i386.rpm
MySQL-server-4.0.22-0.i386.rpm
MySQL-shared-4.0.22-0.i386.rpm 我安装了上面的四个包,我在安装
vpopmail-5.2.1时,
./configure --prefix=/home/vpopmail --enable-mysql=y --enable-incdir=/usr/include/mysql --enable-libdir=/usr/lib/mysql --enable-default-domain=han.hrc.net.cn --enable-passwd=n --enable-defaultquota=52428800s --enable-tcprules-prog=/usr/local/bin/tcprules --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp --enable-vpopuser=vpopmail --enable-vpopgroup=vchkpw --enable-ip-alias-domains=n
然后make时,报如下错:
make all-recursive
make[1]: Entering directory `/home/han/vpopmail/vpopmail-5.2.1'
Making all in cdb
make[2]: Entering directory `/home/han/vpopmail/vpopmail-5.2.1/cdb'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/han/vpopmail/vpopmail-5.2.1/cdb'
make[2]: Entering directory `/home/han/vpopmail/vpopmail-5.2.1'
gcc -I. -I/usr/include/mysql -g -O2 -Wall -c vauth.c
In file included from vauth.c:32:
vmysql.h:53:22: missing terminating " character
vmysql.h:60:35: missing terminating " character
make[2]: *** [vauth.o] 错误 1
make[2]: Leaving directory `/home/han/vpopmail/vpopmail-5.2.1'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/han/vpopmail/vpopmail-5.2.1'
make: *** [all-recursive-am] 错误 2
现在不知道怎么解决这个问题,着急啊,惨,在线等,希望各位高手来帮帮我
!!!