help8c:  Getting closer; 3/4 of the way to target of installing
         DBI-1.21, Text-CSV_XS-0.23, SQL-Statement-1.004, and DBD-CSV-0.2002

History: (Apache, Linux, no root access)

        1) DBI-1.21 installation failed on make test with error 2.
                t/preparse..........Can't locate Devel/Peek.pm in @INC
                (@INC contains: blib/arch ...
        2) On the web I found Tim Bunce's advise to ...
                Delete the "use Devel::Peek 'Dump';" line from t/preparse.t
        3) Deleted    use Dvel::Peek ...
        4) Continued installation process all the way through to DBD-CSV make test,
                but failed here as seen in the following log.
                "YOU ARE MISSING REQUIRED MODULES: [ DBI SQL::Statement Text_CSV ]"
                However, SQL-Statement-1.004 installed w/o errors. So what does this 
mean?

Any ideas? Thanks, Ed.

********** DBD-CSV-0.2002 installation error log ****

[esickafus DBD-CSV-0.2002]$ make test

PERL_DL_NONLAZY=1
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.00503/
i386-linux -I/usr/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests
$verbose)
; $verbose=0; runtests @ARGV;' t/*.t
t/00base............

YOU ARE MISSING REQUIRED MODULES: [ DBI SQL::Statement Text_CSV ]

FAILED before any test output arrived
t/10dsnlist.........Can't locate DBI.pm in @INC (@INC contains:
        blib/arch
        blib/lib
        /usr/lib/perl5/5.00503/i386-linux
        /usr/lib/perl5/5.00503/i386-linux
        /usr/lib/perl5/5.00503/i386-linux
        /usr/lib/perl5/5.00503
        /home/sites/site10/users/esickafus/perl5/perllib/i386-linux
        /home/sites/site10/users/esickafus/perl5/perllib/i386-linux
        /home/sites/site10/users/esickafus/perl5/perllib     = $PERL5LIB
        /usr/lib/perl5/5.00503/i386-linux
        /usr/lib/perl5/5.00503/i386-linux
        /usr/lib/perl5/5.00503
        /usr/lib/perl5/site_perl/5.005/i386-linux
        /usr/lib/perl5/site_perl/5.005/i386-linux
        /usr/lib/perl5/site_perl/5.005 .
        /usr/lib/perl5/5.00503/i386-linux
        /usr/lib/perl5/5.00503
        /usr/lib/perl5/site_perl/5.005/i386-linux
        /usr/lib/perl5/site_perl/5.005 .) at t/10dsnlist.t line 13.dubious
        Test returned status 2 (wstat 512, 0x200)
Undefined subroutine &Test::Harness::WCOREDUMP called at
/usr/lib/perl5/5.00503/
Test/Harness.pm line 288.
make: *** [test_dynamic] Error 2


Reply via email to