[Mimedefang] Problems with making MIMEdefang

Kevin A. McGrail kmcgrail at pccc.com
Fri Sep 12 13:15:01 EDT 2003


Hmm, did you compile the milter portion of sendmail?  I should add those
instructions to the work:

#RE-COMPILE SENDMAIL WITH LIBMILTER
cd /usr/src/sendmail-8.12.9

####Delete the obj.Linux.* dirs, I think?
rm -rf obj.Linux.*

echo "APPENDDEF(\`conf_sendmail_ENVDEF', \`-DMILTER')" >>
devtools/Site/site.config.m4

cd libmilter
sh Build
sh Build install
cd ..

sh Build
sh Build install

####YOUR PATH MAY/WILL VARY BASED ON YOUR KERNEL!! VERIFY PATH!  i.e. cd
/usr/src/sendmail-8.12.9/obj.Linux.2.4.19.i686/libsm
#### Thanks to Greg Smith for the hint on how to cd to the directory
automatically using uname

cd /usr/src/sendmail-8.12.9/obj.`uname`.`uname -r`.`uname -m`/libsm
cp -f libsm.a /usr/lib/


> I've read through this EXCELLENT
> http://www.peregrinehw.com/downloads/MIMEDefang/INSTALL document, and done
> most everything.
>
> One thing goes very wrong, though, and that's when compiling MIMEDefang. I
> get the following error messages when make'ing:




More information about the MIMEDefang mailing list