On Saturday, December 13, 2003, at 09:20 AM, Alexander Gruber wrote:
when i try to compile vpopmail i get the following error:

gcc -I. -I/usr/mysql/include/mysql -g -O2 -Wall -c vchkpw.c
gcc -I. -I/usr/mysql/include/mysql -g -O2 -Wall -c hmac_md5.c
gcc -g -O2 -Wall -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -L/usr/mysql/lib/mysql -lmysqlclient -lz -lcrypt
libvpopmail.a(vauth.o): In function `vauth_getpw':
/usr/src/vpopmail-5.4.0-pre1/vauth.c:498: undefined reference to `vlimits_setflags'

This is a known error with --enable-mysql and --enable-mysql-limits. We've fixed it in CVS and it will be in 5.4.0-pre2.


The fix is to edit vlimits.c and move the "#endif" at the end of the file to just before the vlimits_setflags() function.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/




Reply via email to