From owner-freebsd-questions@FreeBSD.ORG Mon Oct 25 02:54:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F4EE16A4CE for ; Mon, 25 Oct 2004 02:54:28 +0000 (GMT) Received: from mx0.metrocast.net (coltrane-mx.metrocast.net [65.175.128.144]) by mx1.FreeBSD.org (Postfix) with SMTP id 6A11443D49 for ; Mon, 25 Oct 2004 02:54:27 +0000 (GMT) (envelope-from list@pc-remedies.net) Received: (qmail 10809 invoked from network); 25 Oct 2004 02:54:26 -0000 Received: from d-65-175-140-4.metrocast.net (HELO tacstation) (65.175.140.4) by coltrane-mx.metrocast.net with SMTP; 25 Oct 2004 02:54:26 -0000 Message-ID: <00c701c4ba3e$08130760$c8010a0a@tacstation> From: "Shawn" To: "Kevin D. Kinsey, DaleCo, S.P." References: <000801c4ba29$d5724dc0$c8010a0a@tacstation> <417C6782.1050606@daleco.biz> Date: Sun, 24 Oct 2004 22:55:05 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: freebsd-questions@freebsd.org Subject: Re: make install error for openwebmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 02:54:28 -0000 Looks like I fall under that catagoy. Im confused on the notes there though. Im not sure what to do next. AFFECTS: users of lang/perl5.8 AUTHOR: tobez@FreeBSD.org, mat@FreeBSD.org, marcus@FreeBSD.org lang/perl5.8 has been updated to 5.8.5. you should update everything depending on perl, that is: * first, upgrade your perl5.8 installation. * run "use.perl port", so that the system knows you have 5.8.5. * now, run some magic incantations to upgrade all ports depending on perl, that is run something like : portupgrade -f `(pkg_info -R perl-5.8.5 |tail +4; \ find /usr/local/lib/perl5/site_perl/5.8.[124] -type f -print0 \ | xargs -0 pkg_which -fv | sed -e '/: ?/d' -e 's/.*: //')|sort -u` This is likely to fail for a few ports, you'll have to upgrade them afterwards. Please note, that this last step is, strictly speaking, not necessary, if you are upgrading from 5.8.4. But it is cleaner to do so anyway. ----- Original Message ----- From: "Kevin D. Kinsey, DaleCo, S.P." To: "Shawn" Cc: Sent: Sunday, October 24, 2004 10:40 PM Subject: Re: make install error for openwebmail > Shawn wrote: > > >Openwebmail is somthing I been using now for some time. I heard of the new version > >having spam and virus scaning built in so I went to /usr/ports/mail/openwebmail and did make deinstall then ran > > > >make install > > > >i get this > > > > > >/usr/local/man/man1/s2p.1 > >install -c -o root -g wheel -m 555 /usr/ports/lang/perl5.8/work/use.perl /usr/local/bin/use.perl > >/bin/mkdir -p /usr/local/lib/perl5/5.8.5/BSDPAN/. > >install -c -o root -g wheel -m 444 /usr/ports/lang/perl5.8/work/BSDPAN-5.8.5/BSDPAN.pm /usr/local/lib/perl5/5.8.5/BSDPAN/BSDPAN.pm > >/bin/mkdir -p /usr/local/lib/perl5/5.8.5/BSDPAN/BSDPAN > >install -c -o root -g wheel -m 444 /usr/ports/lang/perl5.8/work/BSDPAN-5.8.5/BSDPAN/Override.pm /usr/local/lib/perl5/5.8.5/BSDPAN/BSDPAN/Override.pm > >/bin/mkdir -p /usr/local/lib/perl5/5.8.5/BSDPAN/. > >install -c -o root -g wheel -m 444 /usr/ports/lang/perl5.8/work/BSDPAN-5.8.5/Config.pm /usr/local/lib/perl5/5.8.5/BSDPAN/Config.pm > >/bin/mkdir -p /usr/local/lib/perl5/5.8.5/BSDPAN/ExtUtils > >install -c -o root -g wheel -m 444 /usr/ports/lang/perl5.8/work/BSDPAN-5.8.5/ExtUtils/MM_Unix.pm /usr/local/lib/perl5/5.8.5/BSDPAN/ExtUtils/MM_Unix.pm > >/bin/mkdir -p /usr/local/lib/perl5/5.8.5/BSDPAN/ExtUtils > >install -c -o root -g wheel -m 444 /usr/ports/lang/perl5.8/work/BSDPAN-5.8.5/ExtUtils/Packlist.pm /usr/local/lib/perl5/5.8.5/BSDPAN/ExtUtils/Packlist.pm > >/usr/libexec/ld-elf.so.1: /usr/local/bin/perl: Undefined symbol "PL_exit_flags" > >*** Error code 1 > > > >Stop in /usr/ports/lang/perl5.8. > >*** Error code 1 > > > >Stop in /usr/ports/lang/perl5.8. > >*** Error code 1 > > > >Stop in /usr/ports/mail/openwebmail. > >*** Error code 1 > > > >Stop in /usr/ports/mail/openwebmail. > >*** Error code 1 > > > > > >Can someone help? I use this for mail often and would miss it ..:-( > > > > > > > > How old is your perl installation? Did you read the note > from July in /usr/ports/UPDATING? > > KDK > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >