From owner-freebsd-questions@FreeBSD.ORG Wed May 26 21:26:15 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 A185316A4CE for ; Wed, 26 May 2004 21:26:15 -0700 (PDT) Received: from mgw1.MEIway.com (mgw1.meiway.com [81.255.84.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C84843D5A for ; Wed, 26 May 2004 21:26:15 -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 71DA2471912 for ; Thu, 27 May 2004 05:54:44 +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 253443866B0 for ; Thu, 27 May 2004 05:57:54 +0200 (CEST) (envelope-from LConrad@Go2France.com) X-AV-Checked: Thu May 27 05:57:54 2004 virusgate.meiway.com Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 1BA32386690 for ; Thu, 27 May 2004 05:57:54 +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 A5C7B604B4; Thu, 27 May 2004 05:51:35 +0200 Message-Id: <6.1.0.6.2.20040526224910.031d07a8@81.255.84.73> X-Sender: LConrad@Go2France.com@81.255.84.73 X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Wed, 26 May 2004 22:53:58 -0500 To: freebsd-questions@freebsd.org From: Len Conrad In-Reply-To: <20040526233114.GA57519@weller-fahy.com> References: <6.1.0.6.2.20040526161236.03124ec0@81.255.84.73> <20040526233114.GA57519@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 04:26:15 -0000 >#v+ >If you want this version of Perl to be used by default, please type > > use.perl port >#v- # use.perl port # which perl /usr/bin/perl >Check out the rest of that file for more information. ports are not installed, just specific pkgs # pkg_info ... db3-3.3.11,1 The Berkeley DB package, revision 3 ... perl-5.8.0_4 Practical Extraction and Report Language and /usr/local/bin/perl -MCPAN -e 'install BerkeleyDB' end also with: /usr/local/bin/perl5.8.4 /usr/local/lib/perl5/5.8.4/ExtUtils/xsubpp -noprototypes -typemap /usr/local/lib/perl5/5.8.4/ExtUtils/typemap -typemap typemap BerkeleyDB.xs > BerkeleyDB.xsc && mv BerkeleyDB.xsc BerkeleyDB.c cc -c -I./libraries/4.2.41/include -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.4/i386-freebsd/CORE" BerkeleyDB.c BerkeleyDB.xs:74: #error db.h is from Berkeley DB 1.x - need at least Berkeley DB 2.6.4 *** Error code 1 Len