Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2003 09:52:25 -0800 (PST)
From:      LUCAS HOLT <laffer1@ameritech.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Problems with Mime Defang from ports collection
Message-ID:  <20030305175225.24367.qmail@web80104.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
I have been trying to compile Mime Defang from the
ports collection for about a week now.  

I cvsup'd the other day to upgrade sendmail to the
latest (8.12.8?) after that vulnerability.  I have
SASL2 compiled in with it (used ports collection).  

Here is the error message that I keep getting from
make output:

**** WARNING:  WE STRONGLY RECOMMEND THAT YOU USE THE
PATCHED
**** VERSION OF MIME-TOOLS TO STOP VIRUSES WHICH
PRODUCE
**** MALFORMED MIME.  SEE THE README FILE FOR DETAILS.
===>  Building for mimedefang-2.30
cc -O -pipe -march=pentiumpro -pthread
-D_POSIX_PTHREAD_SEMANTICS   
-DPERL_PATH=\"/usr/bin/perl\" 
-DMIMEDEFANG_PL=\"/usr/local/bin/mimedefang.pl\" 
-DRM=\"/bin/rm\"  -DVERSION=\"2.30\" 
-DSPOOLDIR=\"/var/spool/MIMEDefang\" 
-DQDIR=\"/var/spool/MIMEDefang\" 
-DCONFDIR=\"/usr/local/etc/mimedefang\"  -c -o
mimedefang.o mimedefang.c
cc -O -pipe -march=pentiumpro -pthread
-D_POSIX_PTHREAD_SEMANTICS   
-DPERL_PATH=\"/usr/bin/perl\" 
-DMIMEDEFANG_PL=\"/usr/local/bin/mimedefang.pl\" 
-DRM=\"/bin/rm\"  -DVERSION=\"2.30\" 
-DSPOOLDIR=\"/var/spool/MIMEDefang\" 
-DQDIR=\"/var/spool/MIMEDefang\" 
-DCONFDIR=\"/usr/local/etc/mimedefang\"  -c -o
drop_privs_threaded.o drop_privs.c
cc -O -pipe -march=pentiumpro -pthread
-D_POSIX_PTHREAD_SEMANTICS   
-DPERL_PATH=\"/usr/bin/perl\" 
-DMIMEDEFANG_PL=\"/usr/local/bin/mimedefang.pl\" 
-DRM=\"/bin/rm\"  -DVERSION=\"2.30\" 
-DSPOOLDIR=\"/var/spool/MIMEDefang\" 
-DQDIR=\"/var/spool/MIMEDefang\" 
-DCONFDIR=\"/usr/local/etc/mimedefang\"  -c -o utils.o
utils.c
cc -O -pipe -march=pentiumpro -pthread
-D_POSIX_PTHREAD_SEMANTICS   
-DPERL_PATH=\"/usr/bin/perl\" 
-DMIMEDEFANG_PL=\"/usr/local/bin/mimedefang.pl\" 
-DRM=\"/bin/rm\"  -DVERSION=\"2.30\" 
-DSPOOLDIR=\"/var/spool/MIMEDefang\" 
-DQDIR=\"/var/spool/MIMEDefang\" 
-DCONFDIR=\"/usr/local/etc/mimedefang\"  -c -o rm_r.o
rm_r.c
cc -O -pipe -march=pentiumpro -pthread -o mimedefang
mimedefang.o drop_privs_threaded.o utils.o rm_r.o
/usr/local/lib/libmilter.a
/usr/local/lib/libmilter.a(handler.o): In function
`mi_handle_session':
handler.o(.text+0x28): undefined reference to
`__pthread_detach'
*** Error code 1

Stop in
/usr/ports/mail/mimedefang/work/mimedefang-2.30.
*** Error code 1

Stop in /usr/ports/mail/mimedefang.

From my understanding libmilter.a is the portion of
sendmail that allows extensions like this.. 

ls -al /usr/local/lib | grep libmilt
-r--r--r--   1 root  wheel     48778 Mar  3 14:29
libmilter.a

It appears to have been updated along with sendmail.  

Anyone have ideas why this isn't working?




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030305175225.24367.qmail>