Hello,
 
I am trying to build the Perl DB2-DBI Driver on a SuSE Linux (2.4.7) system.
The "make test" fails with the following error:
 
    Can't locate auto/DBD/DB2/Constants/SQL_PARAM_I.al in @INC
 
The DBD is DBD-DB2-0.76;  Perl is 5.8.0; Perl DBI is DBI-1.32; DB2 is 7.2.
Does anyone know what files with the '.al' extension are?  I've built the
DB2-DBI Driver successfully on my old 2.2.16 system, but I don't find any
''.al' files for these constants.
 
Any hints would be much appreciated, Thanks
 
Hank Calzaretta    
Wallace Computer Services, Inc.
 
 
Entire output of "make test" follows:
 
 
wcs-mf-syssoft2:/usr/local/dbd-db2/DBD-DB2-0.76 # make test
make[1]: Entering directory `/usr/local/dbd-db2/DBD-DB2-0.76/Constants'
make[1]: Leaving directory `/usr/local/dbd-db2/DBD-DB2-0.76/Constants'
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/base....install_driver(DB2) failed: Can't locate
auto/DBD/DB2/Constants/SQL_PARAM_I.al in @INC (@INC contains:
/usr/local/dbd-db2/DBD-DB2-0.76/blib/lib
/usr/local/dbd-db2/DBD-DB2-0.76/blib/arch
/usr/local/lib/perl5/5.8.0/s390-linux /usr/local/lib/perl5/5.8.0/s390-linux
/usr/local/lib/perl5/5.8.0 /usr/local/lib/perl5/site_perl/5.8.0/s390-linux
/usr/local/lib/perl5/site_perl/5.8.0/s390-linux
/usr/local/lib/perl5/site_perl/5.8.0
/usr/local/lib/perl5/site_perl/5.8.0/s390-linux
/usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .
/usr/local/lib/perl5/5.8.0/s390-linux /usr/local/lib/perl5/5.8.0
/usr/local/lib/perl5/site_perl/5.8.0/s390-linux
/usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) at
/usr/local/dbd-db2/DBD-DB2-0.76/blib/lib/DBD/DB2.pm line 40
Compilation failed in require at (eval 1) line 3.
Perhaps a module that DBD::DB2 requires hasn't been fully installed
at t/base.t line 16
t/base....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 4-5
Failed 2/5 tests, 60.00% okay
t/main....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------------
---
t/base.t 2 512 5 2 40.00% 4-5
Failed 1/2 test scripts, 50.00% okay. 2/6 subtests failed, 66.67% okay.
make: *** [test_dynamic] Error 29
                                    
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


Reply via email to