hi,
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'
collect2: ld returned 1 exit status
make[2]: *** [vchkpw] Error 1
make[2]: Leaving directory `/usr/src/vpopmail-5.4.0-pre1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/vpopmail-5.4.0-pre1'
make: *** [all-recursive-am] Error 2
before that i ran configure with the following options:
./configure --enable-mysql --enable-valias
--enable-defaultquota=15728640S --prefix=/home/vpopmail/
--enable-mysql-logging --enable-incdir=/usr/mysql/include/mysql
--enable-libdir=/usr/mysql/lib/mysql --enable-auth-logging
--enable-tcpserver-file=/etc/tcp.smtp --enable-mysql-limits
regards
alex
- Re: [vchkpw] error while compiling vpopmail 5.4.0 pre1 Alexander Gruber