DB_File Install Problem

From: Rakesh Nagarajan (rakesh_at_wustl.edu)
Date: 06/25/04

  • Next message: Sherm Pendley: "Re: CPAN Shell on Mac OS X (10.3) Not Installing Modules"
    Date: Thu, 24 Jun 2004 19:14:39 -0500
    
    

    Hello,
         I am having trouble installing DB_File on my Solaris 2.9 box. I
    have done the usual:

    perl Makefile.PL
    make
    make test

    fails here with:

    PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
    "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
    t/db-btree....Can't load
    '/tmp/DB_File-1.809/blib/arch/auto/DB_File/DB_File.so' for module
    DB_File: ld.so.1: /usr/bin/perl: fatal: relocation error: file
    /tmp/DB_File-1.809/blib/arch/auto/DB_File/DB_File.so: symbol db_version:
    referenced symbol not found at
    /usr/local/lib/perl5/5.8.0/sun4-solaris/DynaLoader.pm line 229.
    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.
    dubious
        Test returned status 255 (wstat 65280, 0xff00)
    t/db-hash.....Can't load
    '/tmp/DB_File-1.809/blib/arch/auto/DB_File/DB_File.so' for module
    DB_File: ld.so.1: /usr/bin/perl: fatal: relocation error: file
    /tmp/DB_File-1.809/blib/arch/auto/DB_File/DB_File.so: symbol db_version:
    referenced symbol not found at
    /usr/local/lib/perl5/5.8.0/sun4-solaris/DynaLoader.pm line 229.
    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.
    dubious
        Test returned status 255 (wstat 65280, 0xff00)
    t/db-recno....Can't load
    '/tmp/DB_File-1.809/blib/arch/auto/DB_File/DB_File.so' for module
    DB_File: ld.so.1: /usr/bin/perl: fatal: relocation error: file
    /tmp/DB_File-1.809/blib/arch/auto/DB_File/DB_File.so: symbol db_version:
    referenced symbol not found at
    /usr/local/lib/perl5/5.8.0/sun4-solaris/DynaLoader.pm line 229.
    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.
    dubious
        Test returned status 255 (wstat 65280, 0xff00)
    FAILED--3 test scripts could be run, alas--no output ever seen
    *** Error code 2
    make: Fatal error: Command failed for target `test_dynamic'

    I have Perl 5.8.0 and have installed BerkeleyDB. What am I doing wrong??

    Thanks,
    Rakesh


  • Next message: Sherm Pendley: "Re: CPAN Shell on Mac OS X (10.3) Not Installing Modules"

    Relevant Pages