Pierre Forget wrote: > /usr/src/mimedefang-2.57/mimedefang.c:1496: undefined reference to > `smfi_insheader' > mimedefang.o(.text+0x3535): In function `do_sm_quarantine': > /usr/src/mimedefang-2.57/mimedefang.c:2312: undefined reference to > `smfi_quarantine'
You are compiling against 8.13 milter headers, but linking against an 8.12 libmilter.a. Make sure you build and install libmilter.a from 8.13. -- David. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

