From owner-freebsd-questions@FreeBSD.ORG Mon Mar 21 02:41:29 2005 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 4016D16A4CE for ; Mon, 21 Mar 2005 02:41:29 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B9B843D53 for ; Mon, 21 Mar 2005 02:41:28 +0000 (GMT) (envelope-from 8umfd40jtzbdot0sr8q0a@gmail.com) Received: by rproxy.gmail.com with SMTP id 1so298367rny for ; Sun, 20 Mar 2005 18:41:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=F2xkOVSTkyoGIx2bC6B5dGLJ8IzRhTXYhKr7N3em9xNqpCrtIJYx4zueWhnDPpydRvTZ9sWTdE31FFU9x5fxfX4k3NtJj0C7Qaua9X2+28QgEzihLMlxNczYAjjs8DAada54XF5fo86DvXj49/dOdERG7HZ+zYdKrshDJAto8nY= Received: by 10.11.117.55 with SMTP id p55mr293549cwc; Sun, 20 Mar 2005 18:41:27 -0800 (PST) Received: by 10.11.117.13 with HTTP; Sun, 20 Mar 2005 18:41:27 -0800 (PST) Message-ID: <5638723d05032018417d2261c1@mail.gmail.com> Date: Sun, 20 Mar 2005 18:41:27 -0800 From: "j ." <8umfd40jtzbdot0sr8q0a@gmail.com> To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: perl upgrade to 5.8.6 and DB_File won't build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "j ." <8umfd40jtzbdot0sr8q0a@gmail.com> List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2005 02:41:29 -0000 It all started with a simple perl upgrade from 5.8.0 to 5.8.6. Unfortunately, DB_File fails to build properly. I am running FreeBSD 4.10 Stable #1 Here's the resu.llts of the make test make test -------------------- PERL_DL_NONLAZY=1 /usr/local/bin/suidperl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/db-btree....Can't load '/usr/home/joe/DB_File-1.811/blib/arch/auto/DB_File/DB_File.so' for module DB_File: /usr/home/joe/DB_File-1.811/blib/arch/auto/DB_File/DB_File.so: Undefined symbol "db_create_4002" at /usr/local/lib/perl5/5.8.6/mach/DynaLoader.pm line 230. at t/db-btree.t line 34 Compilation failed in require at t/db-btree.t line 34. BEGIN failed--compilation aborted at t/db-btree.t line 34. t/db-btree....dubious Test returned status 255 (wstat 65280, 0xff00) t/db-hash.....Can't load '/usr/home/joe/DB_File-1.811/blib/arch/auto/DB_File/DB_File.so' for module DB_File: /usr/home/joe/DB_File-1.811/blib/arch/auto/DB_File/DB_File.so: Undefined symbol "db_create_4002" at /usr/local/lib/perl5/5.8.6/mach/DynaLoader.pm line 230. at t/db-hash.t line 23 Compilation failed in require at t/db-hash.t line 23. BEGIN failed--compilation aborted at t/db-hash.t line 23. t/db-hash.....dubious Test returned status 255 (wstat 65280, 0xff00) t/db-recno....Can't load '/usr/home/joe/DB_File-1.811/blib/arch/auto/DB_File/DB_File.so' for module DB_File: /usr/home/joe/DB_File-1.811/blib/arch/auto/DB_File/DB_File.so: Undefined symbol "db_create_4002" at /usr/local/lib/perl5/5.8.6/mach/DynaLoader.pm line 230. at t/db-recno.t line 23 Compilation failed in require at t/db-recno.t line 23. BEGIN failed--compilation aborted at t/db-recno.t line 23. t/db-recno....dubious Test returned status 255 (wstat 65280, 0xff00) FAILED--3 test scripts could be run, alas--no output ever seen *** Error code 2 Stop in /usr/home/joe/DB_File-1.811. ------------------------------ Thanks