Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2005 11:38:21 -0800
From:      "whitevamp" <whitevamp47@hotmail.com>
To:        "Bozhan Bozhkov" <bozho@omnitel.bg>, <leeym@freebsd.org>
Cc:        ports@freebsd.org
Subject:   Re: FreeBSD Port: openwebmail-2.50
Message-ID:  <BAY103-DAV99B5E20C0D8A42A31F3CDA1780@phx.gbl>
References:  <200501272112.53627.bozho@omnitel.bg>

next in thread | previous in thread | raw e-mail | index | archive | help

----- Original Message ----- 
From: "Bozhan Bozhkov" <bozho@omnitel.bg>
To: <leeym@freebsd.org>
Cc: <ports@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 . 



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