Hi,

I'm getting a lot closer now than I was! I reinstalled perl using what I found in ports, then I went to /usr/ports/mail/mimedefang and did a make (that worked) it installed all of the perl modules needed by mimedefang. A make install in /usr/ports/mail/mimedefang fails though like this:

===>   Generating temporary packing list
[: based: unexpected operator
-e: not found
*** Error code 127

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

Stop in /usr/ports/mail/mimedefang.

I can see the perl modules (including spamassassin) when I do a pkg_info -a now. But mimedefang isn't in there (probably because the make install failed). I do have /var/spool/MIMEDefang and /var/spool/MD-Quarantine and /usr/local/etc/mimedefang/mimedefang-filter so mimedefang is at least partially installed. I doubt it's installed enough to be actually working though since the make install failed and it does not show up in pkg_info -a.

Any ideas on how to fix the make install for mimedefang?


Thanks,

Lisa

----- Original Message ----- From: "Martin Blapp" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, May 03, 2005 4:48 PM
Subject: Re: [Mimedefang] Installing on FreeBSD




Hi Lisa,

"Makefile", line 53: Malformed conditional (${PERL_LEVEL} < 500601)

the port system expects that perl is installed also from the ports system

either do:

cd /usr/ports/lang/perl5.8
make install
make clean

or edit /etc/make.conf and add (adjust the perl version)

PERL_VER=5.8.1
PERL_VERSION=5.8.1
PERL_ARCH=mach

and after that do:

cd /usr/ports/mail/mimedefang/
make install
make clean

Hope that helps.

Martin



-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.2 - Release Date: 5/2/2005

_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to