From owner-freebsd-questions@FreeBSD.ORG Thu May 27 02:53:40 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 0A25216A4CE for ; Thu, 27 May 2004 02:53:40 -0700 (PDT) Received: from mgw1.MEIway.com (mgw1.meiway.com [81.255.84.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE8F243D1D for ; Thu, 27 May 2004 02:53:38 -0700 (PDT) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virusgate.meiway.com [81.255.84.76]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id D2C8D4718F3 for ; Thu, 27 May 2004 11:53:54 +0200 (CEST) (envelope-from LConrad@Go2France.com) Received: from localhost (localhost.MEIWay.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id BB1893866C1 for ; Thu, 27 May 2004 11:57:04 +0200 (CEST) (envelope-from LConrad@Go2France.com) X-AV-Checked: Thu May 27 11:57:04 2004 virusgate.meiway.com Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id B1921386690 for ; Thu, 27 May 2004 11:57:04 +0200 (CEST) (envelope-from LConrad@Go2France.com) Received: from tx2.Go2France.com [24.227.147.227] by mail.Go2France.com with ESMTP (SMTPD32-7.07) id A9F313904A8; Thu, 27 May 2004 11:50:43 +0200 Message-Id: <6.1.0.6.2.20040527042551.03d0ea00@81.255.84.73> X-Sender: LConrad@Go2France.com@81.255.84.73 X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Thu, 27 May 2004 04:53:06 -0500 To: freebsd-questions@freebsd.org From: Len Conrad In-Reply-To: <20040527065822.GA60211@weller-fahy.com> References: <6.1.0.6.2.20040526161236.03124ec0@81.255.84.73> <20040526233114.GA57519@weller-fahy.com> <6.1.0.6.2.20040526224910.031d07a8@81.255.84.73> <20040527065822.GA60211@weller-fahy.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: perl and berkeley 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: Thu, 27 May 2004 09:53:40 -0000 >$ls -alT perl* >lrwxr-xr-x 1 root wheel 19 Mar 20 15:25:53 2004 perl@ -> >/usr/local/bin/perl >... >lrwxr-xr-x 1 root wheel 19 Mar 20 15:25:53 2004 perl5.8.2@ -> >/usr/local/bin/perl >... I have the same: # ll /usr/bin/perl* lrwxr-xr-x 1 root wheel 19 May 26 20:49 /usr/bin/perl@ -> /usr/local/bin/perl -r-xr-xr-x 2 root wheel 10200 Apr 11 15:48 /usr/bin/perl5* -r-xr-xr-x 2 root wheel 10200 Apr 11 15:48 /usr/bin/perl5.00503* lrwxr-xr-x 1 root wheel 19 May 26 20:49 /usr/bin/perl5.8.0@ -> /usr/local/bin/perl -r-xr-xr-x 1 root wheel 31723 Apr 11 15:48 /usr/bin/perlbug* -r-xr-xr-x 1 root wheel 26305 Apr 11 15:48 /usr/bin/perlcc* -r-xr-xr-x 1 root wheel 16807 Apr 11 15:48 /usr/bin/perldoc* # /usr/local/bin/perl -v This is perl, v5.8.4 built for i386-freebsd so the 5.8 is now the default version, good, 1 of 2 problems solved. It sure looks like the db3 pkg install is screwing up since perl -MCPAN -e 'install BerkeleyDB' ... still gives: BerkeleyDB.xs:74: #error db.h is from Berkeley DB 1.x - need at least Berkeley DB 2.6.4 *** Error code 1 I've deleted and re-installed that db3 pkg, but still get the same error. thanks Len