In some email I received from Kerberus <[EMAIL PROTECTED]> on 27 Jul 2003 15:11:04 +0000, wrote:
> cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE imapd.c -o dbmail-imapd > imap4.o debug.o mysql/dbmysql.o serverchild.o server.o config)pd dbmd5.o md5.o > imaputil.o imapcommands.o mime.o misc.o memblock.o rfcmsg.o > mysql/dbmsgbufmysql.o > mysql/dbsearchmysql.o mysql/dbauthmysql.o-L/usr/local/lib/mysql -lmysqlclient > -lcrypt for some reason it didnt include the quota object file cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE imapd.c -o dbmail-imapd quota.o imap4.o debug.o mysql/dbmysql.o serverchild.o server.o config)pd dbmd5.o md5.o imaputil.o imapcommands.o mime.o misc.o memblock.o rfcmsg.o mysql/dbmsgbufmysql.o mysql/dbsearchmysql.o mysql/dbauthmysql.o-L/usr/local/lib/mysql -lmysqlclient -lcrypt Also check the dbmail_imapd_OBJECTS in Makefile Anyway do you think it's a good idea to run it on -CURRENT and very green version? I'd not recommend the 5.x branch until at least 5.3 STABLE is out :-) anyway that's should solve your problem. cheers
