Make Test Failed For DBD-Oracle 1.24

[email protected] ("Yeow Yiew Choong-PBKN64")
Newsgroups perl.dbi.users
Message-ID <[email protected]>
Hi,
 
I have problem when I run "make test" for DBD::Oracle 1.24 module.
My Oracle database is on remote server.
Oracle database version is 10g, and my Oracle client is version 10.2
(64bit) on HP-UX 11.11(PA-RISC) 64bit OS.
I can run splplus to connect to remote database.
My perl is version 5.8.3.
My DBI version is 1.611.
"perl Makefile.PL -l" and "make" command completed without error.
However, "make test" failed.
 
Please refer the below output and maketest.log in attachment.
 
# perl Makefile.PL -l
Using DBI 1.611 (for perl 5.008003 on PA-RISC1.1-thread-multi) installed
in /opt/perl/lib/site_perl/5.8.3/PA-RISC1.1-thread-multi/auto/DBI/
 
Configuring DBD::Oracle for perl 5.008003 on hpux
(PA-RISC1.1-thread-multi)
 
Remember to actually *READ* the README file! Especially if you have any
problems.
 
Installing on a hpux, Ver#11.00
Using Oracle in /opt/oracle/product/10.2.0/client_1
DEFINE _SQLPLUS_RELEASE = "1002000100" (CHAR)
Oracle version 10.2.0.1 (10.2)
Found direct-link candidates: libclntsh.sl
Oracle sysliblist:  -lrt -lpthread -l:libnss_dns.1 -lnsl
Found header files in /opt/oracle/product/10.2.0/client_1/rdbms/public.
Your LD_LIBRARY_PATH env var is set to
'/opt/oracle/product/10.2.0/client_1/lib'
WARNING: Your LD_LIBRARY_PATH env var doesn't include
'/opt/oracle/product/10.2.0/client_1/lib32' but probably needs to.
WARNING: If you have trouble, see README.hpux.txt...
    you may have to build your own perl, or go hunting for libraries
 
Checking for functioning wait.ph
 

System: perl5.008003 hp-ux bertha b.11.00 u 9000800 136901587
unlimited-user license
Compiler:   cc -fast +Onolimit +Opromote_indirect_calls +DAportable
+DS2.0  -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE
-Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64
Linker:     /usr/bin/ld
Sysliblist:  -lrt -lpthread -l:libnss_dns.1 -lnsl
Linking with -lclntsh.
 
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -l:libnss_dns.1
LD_RUN_PATH=/opt/oracle/product/10.2.0/client_1/lib32
Using DBD::Oracle 1.24.
Using DBD::Oracle 1.24.
Using DBI 1.611 (for perl 5.008003 on PA-RISC1.1-thread-multi) installed
in /opt/perl/lib/site_perl/5.8.3/PA-RISC1.1-thread-multi/auto/DBI/
Writing Makefile for DBD::Oracle
 
***  If you have problems...
     read all the log printed above, and the README and README.help.txt
files.
     (Of course, you have read README by now anyway, haven't you?)

 
Refer my perl version:
 
# perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration:
  Platform:
    osname=hpux, osvers=11.00, archname=PA-RISC1.1-thread-multi
    uname='hp-ux bertha b.11.00 u 9000800 136901587 unlimited-user
license '
    config_args='-ders -Dcc=cc -Accflags=-DNO_HASH_SEED -Dusethreads
-Duseithreads -Ud_sigsetjmp -Uinstallusrbinperl -Ulocincpth=
-Uloclibpth= -Dd_attribut=undef -Dd_u32align=define
-Darchname=PA-RISC1.1 -Doptimize=-fast +Onolimit
+Opromote_indirect_calls  +DAportable +DS2.0 -Duselargefiles
-Dinc_version_list=5.8.2/$archname 5.8.2 5.8.1/$archname 5.8.1
5.8.0/$archname 5.8.0 -Duseshrplib -Dprefix=/opt/perl
-Dcf_by=ActiveState [email protected]'
<mailto:[email protected]'> 
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags =' -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae
-D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 ',
    optimize='-fast +Onolimit +Opromote_indirect_calls +DAportable
+DS2.0',
    cppflags='-Aa -D__STDC_EXT__ -D_HPUX_SOURCE
-D_POSIX_C_SOURCE=199506L -D_REENTRANT -D_HPUX_SOURCE
-Wl,+vnocompatwarnings -DNO_HASH_SEED'
    ccversion='B.11.11.10', gccversion='', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='/usr/bin/ld', ldflags =''
    libpth=/lib /usr/lib /usr/ccs/lib /usr/local/lib
    libs=-lcres -lnsl -lnm -lndbm -lmalloc -ldld -lm -lcrypt -lsec
-lpthread -lc
    perllibs=-lcres -lnsl -lnm -lmalloc -ldld -lm -lcrypt -lsec
-lpthread -lc
    libc=/lib/libc.sl, so=sl, useshrplib=true, libperl=libperl.sl
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_hpux.xs, dlext=sl, d_dlsymun=undef, ccdlflags='-Wl,-E
-Wl,-B,deferred '
    cccdlflags='+Z', lddlflags='-b +vnocompatwarnings'
 

Characteristics of this binary (from libperl):
  Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
PERL_IMPLICIT_CONTEXT
  Locally applied patches:
        ActivePerl Build 809
        22218 Remove the caveat about detached threads crashing on
Windows
        22201 Avoid threads+win32 crash by freeing Perl interpreter
slightly later
        22169 Display 'out of memeory' errors using low-level I/O
        22159 Upgrade to Time::Hires 1.55
        22120 Make 'Configure -Dcf_by=...' work
        22051 Upgrade to Time::HiRes 1.54
        21540 Fix backward-compatibility issues in if.pm
  Built under hpux
  Compiled at May 17 2005 18:12:56
  @INC:
    /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi
    /opt/perl/lib/5.8.3
    /opt/perl/lib/site_perl/5.8.3/PA-RISC1.1-thread-multi
    /opt/perl/lib/site_perl/5.8.3
    /opt/perl/lib/site_perl
    .

 
 
Please help.
Thanks.
 
YC.
maketest.log (application/octet-stream, 23.4 KB)
	/usr/bin/perl /opt/perl/lib/5.8.3/ExtUtils/xsubpp  -typemap /opt/perl/lib/5.8.3/ExtUtils/typemap -typemap typemap  Oracle.xs > Oracle.xsc && mv Oracle.xsc Oracle.c
	cc -c  -I/opt/oracle/product/10.2.0/client_1/rdbms/public -I/opt/oracle/product/10.2.0/client_1/rdbms/demo -I/opt/oracle/product/10.2.0/client_1/rdbms/public -I/opt/oracle/product/10.2.0/client_1/plsql/public -I/opt/oracle/product/10.2.0/client_1/network/public -I/opt/perl/lib/site_perl/5.8.3/PA-RISC1.1-thread-multi/auto/DBI  -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +Onolimit +Opromote_indirect_calls +DAportable +DS2.0    -DVERSION=\"1.24\"  -DXS_VERSION=\"1.24\" +Z "-I/opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/CORE"  -DUTF8_SUPPORT -DNEW_OCI_INIT -DORA_OCI_VERSION=\"10.2.0.1\" Oracle.c
field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0field found :0x0	rm -f blib/arch/auto/DBD/Oracle/Oracle.sl
	LD_RUN_PATH="/opt/oracle/product/10.2.0/client_1/lib32:/opt/oracle/product/10.2.0/client_1/rdbms/lib32" /usr/bin/ld  -b +vnocompatwarnings Oracle.o  dbdimp.o  oci8.o -L/opt/oracle/product/10.2.0/client_1/lib32/ -L/opt/oracle/product/10.2.0/client_1/rdbms//lib32/   /opt/oracle/product/10.2.0/client_1/lib32/libclntsh.sl -lpthread -lm -o blib/arch/auto/DBD/Oracle/Oracle.sl      
	chmod 755 blib/arch/auto/DBD/Oracle/Oracle.sl
	cp ora_explain blib/script/ora_explain
	/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/ora_explain
	PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01base................# Test loading DBI, DBD::Oracle and version
/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error

#   Failed test 'install_driver'
#   at t/01base.t line 22.
Failed to load Oracle extension and/or shared libraries:
install_driver(Oracle) failed: Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at (eval 8) line 3
Compilation failed in require at (eval 8) line 3.
Perhaps a required shared library or dll isn't installed where expected
 at t/01base.t line 19
The remaining tests will probably also fail with the same error.

*** Please read the README and README.help.txt files for help. ***

# Looks like you failed 1 test of 6.
dubious
	Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 4
	Failed 1/6 tests, 83.33% okay (less 2 skipped tests: 3 okay, 50.00%)
t/10general............./usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
install_driver(Oracle) failed: Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at (eval 6) line 3
Compilation failed in require at (eval 6) line 3.
Perhaps a required shared library or dll isn't installed where expected
 at /tmp/DBD-Oracle-1.24/blib/lib/Oraperl.pm line 55
Compilation failed in require at t/10general.t line 6.
BEGIN failed--compilation aborted at t/10general.t line 6.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/12impdata............./usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/nchar_test_lib.pl line 6
Compilation failed in require at t/nchar_test_lib.pl line 6.
BEGIN failed--compilation aborted at t/nchar_test_lib.pl line 6.
Compilation failed in require at t/12impdata.t line 27.
# Looks like your test exited with 255 before it could output anything.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-7
	Failed 7/7 tests, 0.00% okay
t/14threads............./usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/nchar_test_lib.pl line 6
Compilation failed in require at t/nchar_test_lib.pl line 6.
BEGIN failed--compilation aborted at t/nchar_test_lib.pl line 6.
Compilation failed in require at t/14threads.t line 30.
# Looks like your test exited with 255 before it could output anything.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-19
	Failed 19/19 tests, 0.00% okay
t/15nls................./usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/nchar_test_lib.pl line 6
Compilation failed in require at t/nchar_test_lib.pl line 6.
BEGIN failed--compilation aborted at t/nchar_test_lib.pl line 6.
Compilation failed in require at t/15nls.t line 9.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/20select............../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/20select.t line 4
Compilation failed in require at t/20select.t line 4.
BEGIN failed--compilation aborted at t/20select.t line 4.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/21nchar.............../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/21nchar.t line 12
Compilation failed in require at t/21nchar.t line 12.
BEGIN failed--compilation aborted at t/21nchar.t line 12.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/22nchar_al32utf8....../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/22nchar_al32utf8.t line 9
Compilation failed in require at t/22nchar_al32utf8.t line 9.
BEGIN failed--compilation aborted at t/22nchar_al32utf8.t line 9.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/22nchar_utf8........../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/22nchar_utf8.t line 9
Compilation failed in require at t/22nchar_utf8.t line 9.
BEGIN failed--compilation aborted at t/22nchar_utf8.t line 9.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/23wide_db............./usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/23wide_db.t line 9
Compilation failed in require at t/23wide_db.t line 9.
BEGIN failed--compilation aborted at t/23wide_db.t line 9.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/23wide_db_8bit......../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/23wide_db_8bit.t line 9
Compilation failed in require at t/23wide_db_8bit.t line 9.
BEGIN failed--compilation aborted at t/23wide_db_8bit.t line 9.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/23wide_db_al32utf8..../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/23wide_db_al32utf8.t line 9
Compilation failed in require at t/23wide_db_al32utf8.t line 9.
BEGIN failed--compilation aborted at t/23wide_db_al32utf8.t line 9.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/24implicit_utf8......./usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/24implicit_utf8.t line 12
Compilation failed in require at t/24implicit_utf8.t line 12.
BEGIN failed--compilation aborted at t/24implicit_utf8.t line 12.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/25plsql.............../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/25plsql.t line 5
Compilation failed in require at t/25plsql.t line 5.
BEGIN failed--compilation aborted at t/25plsql.t line 5.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/26exe_array.........../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/26exe_array.t line 4
Compilation failed in require at t/26exe_array.t line 4.
BEGIN failed--compilation aborted at t/26exe_array.t line 4.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/28array_bind........../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/28array_bind.t line 22
Compilation failed in require at t/28array_bind.t line 22.
BEGIN failed--compilation aborted at t/28array_bind.t line 22.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/30long................/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/30long.t line 5
Compilation failed in require at t/30long.t line 5.
BEGIN failed--compilation aborted at t/30long.t line 5.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/31lob................./usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/31lob.t line 5
Compilation failed in require at t/31lob.t line 5.
BEGIN failed--compilation aborted at t/31lob.t line 5.
# Looks like your test exited with 255 before it could output anything.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-11
	Failed 11/11 tests, 0.00% okay
t/31lob_extended......../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/31lob_extended.t line 16
Compilation failed in require at t/31lob_extended.t line 16.
BEGIN failed--compilation aborted at t/31lob_extended.t line 16.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/32xmltype............./usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/32xmltype.t line 5
Compilation failed in require at t/32xmltype.t line 5.
BEGIN failed--compilation aborted at t/32xmltype.t line 5.
# Looks like your test exited with 255 before it could output anything.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-4
	Failed 4/4 tests, 0.00% okay
t/34pres_lobs.........../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
install_driver(Oracle) failed: Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at (eval 6) line 3
Compilation failed in require at (eval 6) line 3.
Perhaps a required shared library or dll isn't installed where expected
 at /tmp/DBD-Oracle-1.24/blib/lib/Oraperl.pm line 55
Compilation failed in require at t/34pres_lobs.t line 6.
BEGIN failed--compilation aborted at t/34pres_lobs.t line 6.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/40ph_type............./usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/40ph_type.t line 6
Compilation failed in require at t/40ph_type.t line 6.
BEGIN failed--compilation aborted at t/40ph_type.t line 6.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/50cursor............../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/50cursor.t line 5
Compilation failed in require at t/50cursor.t line 5.
BEGIN failed--compilation aborted at t/50cursor.t line 5.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/51scroll............../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/51scroll.t line 5
Compilation failed in require at t/51scroll.t line 5.
BEGIN failed--compilation aborted at t/51scroll.t line 5.
# Looks like your test exited with 255 before it could output anything.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-33
	Failed 33/33 tests, 0.00% okay
t/55nested............../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/55nested.t line 5
Compilation failed in require at t/55nested.t line 5.
BEGIN failed--compilation aborted at t/55nested.t line 5.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/56embbeded............/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/56embbeded.t line 4
Compilation failed in require at t/56embbeded.t line 4.
BEGIN failed--compilation aborted at t/56embbeded.t line 4.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/58object............../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/58object.t line 4
Compilation failed in require at t/58object.t line 4.
BEGIN failed--compilation aborted at t/58object.t line 4.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/60reauth............../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/nchar_test_lib.pl line 6
Compilation failed in require at t/nchar_test_lib.pl line 6.
BEGIN failed--compilation aborted at t/nchar_test_lib.pl line 6.
Compilation failed in require at t/60reauth.t line 6.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/70meta................/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/nchar_test_lib.pl line 6
Compilation failed in require at t/nchar_test_lib.pl line 6.
BEGIN failed--compilation aborted at t/nchar_test_lib.pl line 6.
Compilation failed in require at t/70meta.t line 9.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
t/80ora_charset........./usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Can't load '/tmp/DBD-Oracle-1.24/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/DynaLoader.pm line 229.
 at t/80ora_charset.t line 8
Compilation failed in require at t/80ora_charset.t line 8.
BEGIN failed--compilation aborted at t/80ora_charset.t line 8.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
Failed 30/30 test scripts, 0.00% okay. 75/80 subtests failed, 6.25% okay.
Failed Test            Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/01base.t                1   256     6    1  16.67%  4
t/10general.t           255 65280    ??   ??       %  ??
t/12impdata.t           255 65280     7   14 200.00%  1-7
t/14threads.t           255 65280    19   38 200.00%  1-19
t/15nls.t               255 65280    ??   ??       %  ??
t/20select.t            255 65280    ??   ??       %  ??
t/21nchar.t             255 65280    ??   ??       %  ??
t/22nchar_al32utf8.t    255 65280    ??   ??       %  ??
t/22nchar_utf8.t        255 65280    ??   ??       %  ??
t/23wide_db.t           255 65280    ??   ??       %  ??
t/23wide_db_8bit.t      255 65280    ??   ??       %  ??
t/23wide_db_al32utf8.t  255 65280    ??   ??       %  ??
t/24implicit_utf8.t     255 65280    ??   ??       %  ??
t/25plsql.t             255 65280    ??   ??       %  ??
t/26exe_array.t         255 65280    ??   ??       %  ??
t/28array_bind.t        255 65280    ??   ??       %  ??
t/30long.t              255 65280    ??   ??       %  ??
t/31lob.t               255 65280    11   22 200.00%  1-11
t/31lob_extended.t      255 65280    ??   ??       %  ??
t/32xmltype.t           255 65280     4    8 200.00%  1-4
t/34pres_lobs.t         255 65280    ??   ??       %  ??
t/40ph_type.t           255 65280    ??   ??       %  ??
t/50cursor.t            255 65280    ??   ??       %  ??
t/51scroll.t            255 65280    33   66 200.00%  1-33
t/55nested.t            255 65280    ??   ??       %  ??
t/56embbeded.t          255 65280    ??   ??       %  ??
t/58object.t            255 65280    ??   ??       %  ??
t/60reauth.t            255 65280    ??   ??       %  ??
t/70meta.t              255 65280    ??   ??       %  ??
t/80ora_charset.t       255 65280    ??   ??       %  ??
2 subtests skipped.
*** Error exit code 2

Stop.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.