From owner-freebsd-questions@FreeBSD.ORG Fri Feb 9 16:54:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A9AF16A405 for ; Fri, 9 Feb 2007 16:54:02 +0000 (UTC) (envelope-from LConrad@Go2France.com) Received: from mgw1.MEIway.com (mgw1.meiway.com [81.255.84.75]) by mx1.freebsd.org (Postfix) with ESMTP id 3FBC313C491 for ; Fri, 9 Feb 2007 16:54:00 +0000 (UTC) (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 C8B48471886 for ; Fri, 9 Feb 2007 17:54:01 +0100 (CET) Received: from localhost (localhost.MEIWay.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 263AA3867DD for ; Fri, 9 Feb 2007 17:54:02 +0100 (CET) (envelope-from LConrad@Go2France.com) X-AV-Checked: Fri Feb 9 17:54:02 2007 virusgate.meiway.com Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 188A13867D9 for ; Fri, 9 Feb 2007 17:54:02 +0100 (CET) (envelope-from LConrad@Go2France.com) Received: from TX2.Go2France.com [66.90.247.9] by mail.Go2France.com with ESMTP (SMTPD32-7.07) id A35D32F0128; Fri, 09 Feb 2007 17:37:49 +0100 X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.6 (Beta) Date: Fri, 09 Feb 2007 10:53:56 -0600 To: freebsd-questions@freebsd.org From: Len Conrad Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Message-Id: <200702091737140.SM00716@TX2.Go2France.com> Subject: can't complete BerkeleyDB and Berkele.pm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 16:54:02 -0000 Done this many times, but this time something is screwed: FreeBSD 4.10-RELEASE db41-4.1.25_2 The Berkeley DB package, revision 4.1 perl -MCPAN -e 'install BerkeleyDB' fails with : Manifying blib/man3/BerkeleyDB.3 /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/btree........Can't load '/root/.cpan/build/BerkeleyDB-0.31/blib/arch/auto/BerkeleyDB/BerkeleyDB.so' for module BerkeleyDB: /root/.cpan/build/BerkeleyDB-0.31/blib/arch/auto/BerkeleyDB/BerkeleyDB.so: Undefined symbol "db_create" at /usr/local/lib/perl5/5.8.8/i386-freebsd/DynaLoader.pm line 230. at t/btree.t line 6 Compilation failed in require at t/btree.t line 6. BEGIN failed--compilation aborted at t/btree.t line 6. Undefined subroutine &BerkeleyDB::Term::close_everything called at /root/.cpan/build/BerkeleyDB-0.31/blib/lib/BerkeleyDB.pm line 1675. END failed--call queue aborted at t/btree.t line 6. t/btree........dubious Test returned status 2 (wstat 512, 0x200) t/cds..........Can't load '/root/.cpan/build/BerkeleyDB-0.31/blib/arch/auto/BerkeleyDB/BerkeleyDB.so' for module BerkeleyDB: /root/.cpan/build/BerkeleyDB-0.31/blib/arch/auto/BerkeleyDB/BerkeleyDB.so: Undefined symbol "db_create" at /usr/local/lib/perl5/5.8.8/i386-freebsd/DynaLoader.pm line 230. at t/cds.t line 8 ... etc, etc. Suggestions? thanks Len