I am using the latest DBD::Oracle 1.15 and the latest patch of Oracle software (9.2.0.4) on AIX 5.1. My perl is threaded and build with xlc_r . I keep getting the following error no matter how I make the module
# make test PERL_DL_NONLAZY=1 /apps/globaldba/bin/perl -Iblib/arch -Iblib/lib -I/apps/globaldba/lib/perl5/5.6.1/aix-thread-multi -I/apps/globaldba/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/base..............Failed to load Oracle extension and/or shared libraries: install_driver(Oracle) failed: Can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: dlopen: blib/arch/auto/DBD/Oracle/Oracle.so: can't load library blib/arch/auto/DBD/Oracle/Oracle.so50 /local/ora9iaix/oracle/product/9.2.0/lib/libclntsh.a shr.o103 /local/ora9iaix/oracle/product/9.2.0/lib/libclntsh.a shr.ocan't load library /local/ora9iaix/oracle/product/9.2.0/lib/libclntsh.a50 /local/ora9iaix/oracle/product/9.2.0/lib/libclntsh.a at /apps/globaldba/lib/perl5/5.6.1/aix-thread-multi/DynaLoader.pm line 206. at (eval 1) line 3 I am not sure where the references to .s050 and .a50 files are coming from. Any help would be appreciated. Thanks Chris