Hy there.
I'm trying to use perl 5.6.1 + DBI-1.30 + DBD-Oracle-1.12 on HP-UX.
I got the depot file from HP's site:
perl_B.5.6.1.E_HP-UX_B.11.00._32+64.depot
and installed it.
Then with /opt/perl/bin/perl -MCPAN installed the DBI module.
When I tried to install the DBD-Oracle module, the "make test" gave me these
errors:
( ... )
t/base............../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 to load Oracle extension and/or shared libraries:
install_driver(Oracle) failed: Can't load
'blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format
error at /opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi/DynaLoader.pm line 206.
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
The remaining tests will probably also fail with the same error.
( ... )
I can't figure out what's wrong!?
I have
ORACLE_BASE
ORACLE_HOME
ORACLE_USERID
ORACLE_SID
all set.
Can someone please help me. I'm getting desperate.