Hello: I've installed dozens of Perl/Apache modules with out any problems until last week. I'm using Perl 5.8.0 and Apache 1.3.31. Module Apache::Session 1.6 is failing test "t/99dbfile" with the following error message:
t/99dbfile.........Can't locate DB_File.pm in @INC (@INC contains: /bld/RT/.cpan/build/Apache-Session-1.6/blib/lib/bld/RT/.cpan/build/Apa +che-Session- 1.6/blib/arch/bld/RT/perl/lib/5.8.4/sun4-solaris/bld/RT/perl/lib/5.8.4 +/sun4-solaris /bld/RT/perl/lib/5.8.4 /bld/RT/perl/lib/site_perl/5.8.4/sun4-solaris /bld/RT/perl/lib/site_perl/5.8.4/sun4-solaris /bld/RT/perl/lib/site_pe +rl/5.8.4 /bld/RT/perl/lib/site_perl/5.8.4/sun4-solaris /bld/RT/perl/lib/site_perl/5.8.4 /bld/RT/perl/lib/site_perl . /bld/RT/perl/lib/5.8.4/sun4-solaris /bld/RT/perl/lib/5.8.4 /bld/RT/perl/lib/site_perl/5.8.4/sun4-solaris /bld/RT/perl/lib/site_perl/5.8.4 /bld/RT/perl/lib/site_perl .) at /bld/RT/.cpan/build/Apache-Session-1.6/blib/lib/Apache/Session/Store/D +B_File.pm line 14. BEGIN failed--compilation aborted at /bld/RT/.cpan/build/Apache-Sessio +n-1.6/blib /lib/Apache/Session/Store/DB_File.pm line 14. Compilation failed in require at /bld/RT/.cpan/build/Apache-Session-1. +6/blib/lib /Apache/Session/DB_File.pm line 20. BEGIN failed--compilation aborted at /bld/RT/.cpan/build/Apache-Sessio +n-1.6/blib /lib/Apache/Session/DB_File.pm line 20. Compilation failed in require at t/99dbfile.t line 7. BEGIN failed--compilation aborted at t/99dbfile.t line 7. dubious
Below is *ALL* occurrances of the file DB_File.pm:
Size Mtime Name ----- ----------- ------------------------------ 1960 Sep 1 2000 /bld/RT/.cpan/build/Apache-Session-1.6/blib/lib/Ap +ache/Sessi on/DB_File.pm 3193 May 26 2000 /bld/RT/.cpan/build/Apache-Session-1.6/blib/lib/Ap +ache/Sessi on/Store/DB_File.pm 1960 Sep 1 2000 /bld/RT/.cpan/build/Apache-Session-1.6/Session/DB_ +File.pm 3193 May 26 2000 /bld/RT/.cpan/build/Apache-Session-1.6/Session/Sto +re/DB_File .pm 57759 May 13 20:53 /bld/RT/Packages/MYSQL/mysql-4.0.20/bdb/perl.DB_Fi +le/DB_File .pm 63302 Dec 27 2003 /bld/RT/Packages/Perl/perl-5.8.4/ext/DB_File/DB_Fi +le.pm
Am I missing some dependency? I was using:
"perl -MCPAN -e "install Apache::Session"
I'm also failing tests in three other modules afterwards: WWW::Mechanize and Log::Dispatch (and prerequisite Module::Build) -paul mcferrin

In reply to Tests for Apache::Session fails by pmcferrin

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.