/usr/lib/hpux32/dld.so: Cannot dlopen load module '/usr/lib/hpux32/libpthread.so.1' because it contains thread specific data.
Failed to load Oracle extension and/or shared libraries:
install_driver(Oracle) failed: Can't load '/users/<user>/DBD-Oracle-1.17/blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: Exec format error at /opt/perl5/lib/5.6.2/IA64.ARCHREV_0/DynaLoader.pm line 206.


I built Perl according to the POD:
    sh ./Configure -A prepend:libswanted='cl pthread ' -des

I build DBI according to the POD:  No problem with the DBI

This is my perl -V output:

SARX1[rhicks]:perl -V
Summary of my perl5 (revision 5.0 version 6 subversion 2) configuration:
  Platform:
    osname=hpux, osvers=11.23, archname=IA64.ARCHREV_0
    uname='hp-ux sarx1 b.11.23 u ia64 2819161144 unlimited-user license '
    config_args='-A prepend::libswanted=cl pthread  -des'
    hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef

Reply via email to