[Mimedefang] MIMEDefang 2.64-BETA-1 is available

Andrew Watkins andrew at dcs.bbk.ac.uk
Tue Sep 25 08:39:00 EDT 2007


> it doesn't compile. Solaris 10, gcc 4.1.2
> 
> ./configure --sysconfdir=/usr/local/etc --with-confsubdir=mimedefang
> 
> gcc -g -O2 -pthread -D_POSIX_PTHREAD_SEMANTICS -DEMBED_PERL -DSAFE_EMBED_PERL
> -DPERL_PATH=\"/usr/local/bin/perl\" -DMIMEDEFANG_PL=\"/usr/local/bin/mimedefang.pl\"
> -DRM=\"/usr/local/bin/rm\" -DVERSION=\"2.64\" -DSPOOLDIR=\"/var/spool/MIMEDefang\"
> -DQDIR=\"/var/spool/MD-Quarantine\" -DCONFDIR=\"/usr/local/etc/mimedefang\"
> -I../sendmail-8.14.1/include -c -o mimedefang.o mimedefang.c
> mimedefang.c: In function 'mfconnect':
> mimedefang.c:523: error: 'AF_LOCAL' undeclared (first use in this function)
> mimedefang.c:523: error: (Each undeclared identifier is reported only once
> mimedefang.c:523: error: for each function it appears in.)
> make: *** [mimedefang.o] Error 1

Yes! I can second that Solaris 10x86 gcc 3.43.

mimedefang.c is missing:

#ifndef AF_LOCAL
#define AF_LOCAL AF_UNIX
#endif


Andrew



More information about the MIMEDefang mailing list