FreeBSD Port: openwebmail-2.50

whitevamp whitevamp47 at hotmail.com
Thu Jan 27 11:41:03 PST 2005


----- Original Message ----- 
From: "Bozhan Bozhkov" <bozho at omnitel.bg>
To: <leeym at freebsd.org>
Cc: <ports at freebsd.org>
Sent: Thursday, January 27, 2005 1:12 PM
Subject: FreeBSD Port: openwebmail-2.50


> Hi
> I'm traing to migrate a mail server from slackware to freeBSD.
> When I try to install the openwebmail-2.50 port
> I receive
>
> ===>  Installing for openwebmail-2.50
> ===>   openwebmail-2.50 depends on
> file: /usr/local/lib/perl5/site_perl/5.8.5/mach/Text/Iconv.pm - not found
> ===>    Verifying install
> for /usr/local/lib/perl5/site_perl/5.8.5/mach/Text/Iconv.pm
> in /usr/ports/converters/p5-Text-Iconv
> ===>   Returning to build of openwebmail-2.50
> ===>   openwebmail-2.50 depends on
> file: /usr/local/lib/perl5/site_perl/5.8.5/mach/MIME/Base64.pm - not found
> ===>    Verifying install
> for /usr/local/lib/perl5/site_perl/5.8.5/mach/MIME/Base64.pm
> in /usr/ports/converters/p5-MIME-Base64
> ===>   Returning to build of openwebmail-2.50
> ===>   openwebmail-2.50 depends on file: /usr/local/sbin/lsof - found
> ===>   openwebmail-2.50 depends on file: /usr/local/bin/perl5.8.5 - found
> -u: not found
> *** Error code 127
>
> Probbabli this is a  trivial question, but I use freeBSD from a short time 
> and
> I am confused from this error. Googling did not help too.
> So what is wrong?
>
> Regards
> Bozho
-----snip

you have a Stale dependency: Iconv   and Base64               meaning its 
looking for that package to be installed and cant find it installed.
cd /usr/ports/converters/libiconv/;make claen;make install;make clean;cd 
/usr/ports/converters/p5-MIME-Base64;make claen;make install;make clean

hope this helps out . 


More information about the freebsd-ports mailing list