12 Feb
2004
12 Feb
'04
9:27 p.m.
Hi!
When I'm trying to compile the source-code I get this error message:
mycrypt.o: In function mycrypt': /root/soft/dovecot-0.99.10.4/src/auth/mycrypt.c:11: undefined reference to
crypt'
/usr/local/lib/mysql/libmysqlclient.a(my_compress.o): In function
my_compress_alloc': my_compress.o(.text+0xb4): undefined reference to
compress'
/usr/local/lib/mysql/libmysqlclient.a(my_compress.o): In function
my_uncompress': my_compress.o(.text+0x12a): undefined reference to
uncompress'
I Included the FLAGS:
AUTH_CFLAGS="-I/usr/local/include/mysql -DPASSDB_MYSQL -DUSERDB_MYSQL"
AUTH_LIBS="-L/usr/local/lib/mysql -lmysqlclient" \
Before to compile, and I'm using a Debian woody.
Do you know what happens?
Thanks
Xavi