Howdy,

I'm having some troubles installing Berkeley DB on an AIX 5.2 machine. Here this is:

$ oslevel 5.2.0.0 $ perl -v This is perl, v5.8.7 built for aix Copyright 1987-2005, Larry Wall Perl may be copied only under the terms of either the Artistic License + or the GNU General Public License, which may be found in the Perl 5 source ki +t. Complete documentation for Perl, including FAQ lists, should be found +on this system using `man perl' or `perldoc perl'. If you have access to + the Internet, point your browser at http://www.perl.org/, the Perl Home Pa +ge.

And I'm using BerkeleyDB v4.3. In building the module I get:

$ make test PERL_DL_NONLAZY=1 /db2blast/Paul/perl5.8.7/bin/perl "-MExtUtils::Comma +nd::MM" "- e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/btree........ok t/cds..........ok t/db-3.0.......ok t/db-3.1.......ok t/db-3.2.......ok t/db-3.3.......ok t/destroy......ok t/encrypt......NOK 7Can't call method "db_put" on an undefined value a +t t/encryp t.t line 112. t/encrypt......dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 7-80 Failed 74/80 tests, 7.50% okay t/env..........ok t/examples.....ok t/examples3....ok t/filter.......ok t/hash.........ok t/join.........ok t/mldbm........Argument "2.121_04" isn't numeric in numeric lt (<) at +t/mldbm.t line 17. skipped all skipped: MLDBM is not installed on this system. t/pod..........ok t/queue........ok t/recno........ok t/strict.......ok t/subdb........ok t/txn..........ok t/unknown......ok Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/encrypt.t 2 512 80 146 182.50% 7-80 1 test skipped. Failed 1/22 test scripts, 95.45% okay. 74/1500 subtests failed, 95.07% + okay. make: *** [test_dynamic] Error 255

I'm completely unsure what's going on -- any suggestions?


In reply to Building BerkeleyDB on AIX by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.