On Thu, 22 Jul 2004, Wayne wrote: > gcc -g -O2 -pthread -o mimedefang mimedefang.o drop_privs_threaded.o utils.o > rm_r.o syslog-fac.o /usr/lib/libmilter.a > mimedefang.o: In function `do_sm_quarantine': > /home/wayne/mimed/mimedefang-2.44/mimedefang.c:2067: undefined reference to > `smfi_quarantine'
Your /usr/lib/libmilter.a is probably the old one from 8.12.x. You need to build and install libmilter from 8.13.0. -- David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

