I am attempting to build DBD::Oracle 1.12 with
Perl-5.8.0 and gcc 2.95.3 on HP-UX 11.0. I have
come across a great number of fprintf errors which
I thought were solved by Steven Clouse's email
which I found here:
http://www.mail-archive.com/dbi-users@;perl.org/msg13526.html
However, on closer inspection, I noticed that
I have already pointed my $ORACLE_HOME directory to
/Oracle/product/32bit/blah/blah/blah.
The output of my make and make test follows
Thanks in advance,
Jeremiah
MAKE OUTPUT
=============
cp Oracle.h blib/arch/auto/DBD/Oracle/Oracle.h
cp Oracle.pm blib/lib/DBD/Oracle.pm
cp dbdimp.h blib/arch/auto/DBD/Oracle/dbdimp.h
cp oraperl.ph blib/lib/oraperl.ph
cp ocitrace.h blib/arch/auto/DBD/Oracle/ocitrace.h
cp Oraperl.pm blib/lib/Oraperl.pm
cp mk.pm blib/arch/auto/DBD/Oracle/mk.pm
/home/cpacnm/Qwest/bin/perl -p -e "s/~DRIVER~/Oracle/g" < /home/cpacnm/Qwest/lib/perl5/site_perl/5.8.0/PA-RISC2.0/auto/DBI/Driver.xst > Oracle.xsi
/home/cpacnm/Qwest/bin/perl /home/cpacnm/Qwest/lib/perl5/5.8.0/ExtUtils/xsubpp -typemap /home/cpacnm/Qwest/lib/perl5/5.8.0/ExtUtils/typemap Oracle.xs > Oracle.xsc && mv Oracle.xsc Oracle.c
/home/cpacnm/Qwest/bin/gcc -c -I/Oracle/product/32bit/8.1.7.3.0/rdbms/demo -I/Oracle/product/32bit/8.1.7.3.0/rdbms/public -I/Oracle/product/32bit/8.1.7..3.0/plsql/public -I/Oracle/product/32bit/8.1.7.3.0/network/public -I/Oracle/product/32bit/8.1.7.3.0/rdbms/demo -I/Oracle/product/32bit/8.1.7.3.0/rdbms/demo -I/home/cpacnm/Qwest/lib/perl5/site_perl/5.8.0/PA-RISC2.0/auto/DBI -D_HPUX_SOURCE -DUINT32_MAX_BROKEN -Wl,+vnocompatwarnings -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.12\" -DXS_VERSION=\"1.12\" -fPIC "-I/home/cpacnm/Qwest/lib/perl5/5.8.0/PA-RISC2.0/CORE" Oracle.c
In file included from /home/cpacnm/Qwest/lib/perl5/5.8.0/PA-RISC2.0/CORE/perl.h:479,
from /home/cpacnm/Qwest/lib/perl5/site_perl/5.8.0/PA-RISC2.0/auto/DBI/DBIXS.h:19,
from Oracle.h:18,
from Oracle.xs:1:
/usr/include/string.h:51: warning: conflicting types for built-in function `memcmp'
/usr/include/string.h:116: warning: conflicting types for built-in function `memcpy'
/usr/include/string.h:125: warning: conflicting types for built-in function `memset'
Oracle.xs: In function `XS_DBD__Oracle__st_ora_fetch':
Oracle.xs:69: warning: passing arg 1 of `fprintf' from incompatible pointer type
Oracle.xs:79: warning: passing arg 1 of `fprintf' from incompatible pointer type
Oracle.xs:83: warning: passing arg 1 of `fprintf' from incompatible pointer type
Oracle.xs:87: warning: passing arg 1 of `fprintf' from incompatible pointer type
gcc: +vnocompatwarnings: linker input file unused since linking not done
/home/cpacnm/Qwest/bin/gcc -c -I/Oracle/product/32bit/8.1.7.3.0/rdbms/demo -I/Oracle/product/32bit/8.1.7.3.0/rdbms/public -I/Oracle/product/32bit/8.1.7..3.0/plsql/public -I/Oracle/product/32bit/8.1.7.3.0/network/public -I/Oracle/product/32bit/8.1.7.3.0/rdbms/demo -I/Oracle/product/32bit/8.1.7.3.0/rdbms/demo -I/home/cpacnm/Qwest/lib/perl5/site_perl/5.8.0/PA-RISC2.0/auto/DBI -D_HPUX_SOURCE -DUINT32_MAX_BROKEN -Wl,+vnocompatwarnings -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.12\" -DXS_VERSION=\"1.12\" -fPIC "-I/home/cpacnm/Qwest/lib/perl5/5.8.0/PA-RISC2.0/CORE" dbdimp.c
In file included from /home/cpacnm/Qwest/lib/perl5/5.8.0/PA-RISC2.0/CORE/perl.h:479,
from /home/cpacnm/Qwest/lib/perl5/site_perl/5.8.0/PA-RISC2.0/auto/DBI/DBIXS.h:19,
from Oracle.h:18,
from dbdimp.c:13:
/usr/include/string.h:51: warning: conflicting types for built-in function `memcmp'
/usr/include/string.h:116: warning: conflicting types for built-in function `memcpy'
/usr/include/string.h:125: warning: conflicting types for built-in function `memset'
dbdimp.c: In function `dbd_fbh_dump':
dbdimp.c:85: warning: initialization from incompatible pointer type
dbdimp.c: In function `ora_db_login6':
dbdimp.c:206: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:212: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:220: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:221: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:222: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:224: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:227: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:228: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:229: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:234: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:236: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:244: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:248: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:249: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:250: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:251: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:252: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:258: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `ora_db_commit':
dbdimp.c:348: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `ora_db_rollback':
dbdimp.c:394: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `ora_db_disconnect':
dbdimp.c:425: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:427: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `ora_db_destroy':
dbdimp.c:454: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:455: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:456: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:457: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `dbd_preparse':
dbdimp.c:668: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `dbd_rebind_ph_char':
dbdimp.c:783: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:785: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:787: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:790: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:855: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `pp_rebind_ph_rset_in':
dbdimp.c:877: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:889: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:895: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `pp_exec_rset':
dbdimp.c:911: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:917: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:921: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:929: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:976: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:986: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `dbd_rebind_ph':
dbdimp.c:1072: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:1093: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:1101: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:1133: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `ora_bind_ph':
dbdimp.c:1180: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:1183: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:1185: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:1186: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `dbd_phs_sv_complete':
dbdimp.c:1284: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:1294: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:1302: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `dbd_phs_avsv_complete':
dbdimp.c:1316: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `ora_st_execute':
dbdimp.c:1340: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:1379: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:1404: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:1417: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:1431: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:1436: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c:1441: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `ora_st_blob_read':
dbdimp.c:1580: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `ora_st_rows':
dbdimp.c:1598: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `ora_st_finish':
dbdimp.c:1648: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `ora_free_fbh_contents':
dbdimp.c:1680: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `ora_free_phs_contents':
dbdimp.c:1690: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `ora_st_destroy':
dbdimp.c:1719: warning: passing arg 1 of `fprintf' from incompatible pointer type
dbdimp.c: In function `dump_env_to_trace':
dbdimp.c:1935: warning: initialization from incompatible pointer type
gcc: +vnocompatwarnings: linker input file unused since linking not done
/home/cpacnm/Qwest/bin/gcc -c -I/Oracle/product/32bit/8.1.7.3.0/rdbms/demo -I/Oracle/product/32bit/8.1.7.3.0/rdbms/public -I/Oracle/product/32bit/8.1.7..3.0/plsql/public -I/Oracle/product/32bit/8.1.7.3.0/network/public -I/Oracle/product/32bit/8.1.7.3.0/rdbms/demo -I/Oracle/product/32bit/8.1.7.3.0/rdbms/demo -I/home/cpacnm/Qwest/lib/perl5/site_perl/5.8.0/PA-RISC2.0/auto/DBI -D_HPUX_SOURCE -DUINT32_MAX_BROKEN -Wl,+vnocompatwarnings -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.12\" -DXS_VERSION=\"1.12\" -fPIC "-I/home/cpacnm/Qwest/lib/perl5/5.8.0/PA-RISC2.0/CORE" oci7.c
In file included from /home/cpacnm/Qwest/lib/perl5/5.8.0/PA-RISC2.0/CORE/perl.h:479,
from /home/cpacnm/Qwest/lib/perl5/site_perl/5.8.0/PA-RISC2.0/auto/DBI/DBIXS.h:19,
from Oracle.h:18,
from oci7.c:13:
/usr/include/string.h:51: warning: conflicting types for built-in function `memcmp'
/usr/include/string.h:116: warning: conflicting types for built-in function `memcpy'
/usr/include/string.h:125: warning: conflicting types for built-in function `memset'
gcc: +vnocompatwarnings: linker input file unused since linking not done
/home/cpacnm/Qwest/bin/gcc -c -I/Oracle/product/32bit/8.1.7.3.0/rdbms/demo -I/Oracle/product/32bit/8.1.7.3.0/rdbms/public -I/Oracle/product/32bit/8.1.7..3.0/plsql/public -I/Oracle/product/32bit/8.1.7.3.0/network/public -I/Oracle/product/32bit/8.1.7.3.0/rdbms/demo -I/Oracle/product/32bit/8.1.7.3.0/rdbms/demo -I/home/cpacnm/Qwest/lib/perl5/site_perl/5.8.0/PA-RISC2.0/auto/DBI -D_HPUX_SOURCE -DUINT32_MAX_BROKEN -Wl,+vnocompatwarnings -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.12\" -DXS_VERSION=\"1.12\" -fPIC "-I/home/cpacnm/Qwest/lib/perl5/5.8.0/PA-RISC2.0/CORE" oci8.c
In file included from /home/cpacnm/Qwest/lib/perl5/5.8.0/PA-RISC2.0/CORE/perl.h:479,
from /home/cpacnm/Qwest/lib/perl5/site_perl/5.8.0/PA-RISC2.0/auto/DBI/DBIXS.h:19,
from Oracle.h:18,
from oci8.c:13:
/usr/include/string.h:51: warning: conflicting types for built-in function `memcmp'
/usr/include/string.h:116: warning: conflicting types for built-in function `memcpy'
/usr/include/string.h:125: warning: conflicting types for built-in function `memset'
oci8.c: In function `oci_error_get':
oci8.c:136: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:144: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c: In function `ora_st_prepare':
oci8.c:304: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:307: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:310: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:314: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:317: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:335: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c: In function `dbd_phs_in':
oci8.c:375: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c: In function `dbd_phs_out':
oci8.c:457: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c: In function `dbd_rebind_ph_lob':
oci8.c:597: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:600: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c: In function `ora_blob_read_piece':
oci8.c:630: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:653: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:658: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:671: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c: In function `fetch_func_autolob':
oci8.c:701: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:740: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:745: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:758: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c: In function `fbh_setup_getrefpv':
oci8.c:783: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:789: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c: In function `ora_describe':
oci8.c:819: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:827: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:833: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:841: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:860: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:866: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:867: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:869: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:870: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:871: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:872: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:935: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:950: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:981: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:992: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:996: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1026: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1042: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c: In function `ora_st_fetch':
oci8.c:1073: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1075: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1084: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1101: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1173: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c: In function `ora_parse_uid':
oci8.c:1201: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1204: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c: In function `ora_db_reauthenticate':
oci8.c:1220: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1222: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c: In function `init_lob_refetch':
oci8.c:1359: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1361: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1366: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1368: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1374: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1377: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1381: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1384: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1389: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1397: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1401: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1405: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1410: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1421: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1472: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1486: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1494: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1502: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1516: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1526: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1529: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1534: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1536: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1554: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1556: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c: In function `post_execute_lobs':
oci8.c:1591: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1596: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1610: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1613: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c:1619: warning: passing arg 1 of `fprintf' from incompatible pointer type
oci8.c: In function `ora_free_lob_refetch':
oci8.c:1637: warning: passing arg 1 of `fprintf' from incompatible pointer type
gcc: +vnocompatwarnings: linker input file unused since linking not done
Running Mkbootstrap for DBD::Oracle ()
chmod 644 Oracle.bs
rm -f blib/arch/auto/DBD/Oracle/Oracle.sl
LD_RUN_PATH="/Oracle/product/32bit/8.1.7.3.0/lib" /usr/bin/ld -b -L/usr/local/lib Oracle.o dbdimp.o oci7.o oci8.o /Oracle/product/32bit/8.1.7.3.0/rdbms/lib/ssdbaed.o /Oracle/product/32bit/8.1.7.3.0/rdbms/lib/defopt.o /Oracle/product/32bit/8.1.7.3.0/rdbms/lib/kpuadef.o -l:libcl.a -o blib/arch/auto/DBD/Oracle/Oracle.sl -L/Oracle/product/32bit/8.1.7.3.0/lib/ -lclntsh -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -L/Oracle/product/32bit/8.1.7.3.0/JRE/lib/PA_RISC/native_threads -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -L/Oracle/product/32bit/8.1.7.3.0/JRE/lib/PA_RISC/native_threads -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -L/Oracle/product/32bit/8.1.7.3.0/JRE/lib/PA_RISC/native_threads -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -L/Oracle/product/32bit/8.1.7.3.0/JRE/lib/PA_RISC/native_threads -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -ltrace8 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lrt -lpthread -ldld -lm
chmod 755 blib/arch/auto/DBD/Oracle/Oracle.sl
cp Oracle.bs blib/arch/auto/DBD/Oracle/Oracle.bs
chmod 644 blib/arch/auto/DBD/Oracle/Oracle.bs
/home/cpacnm/Qwest/bin/perl "-Iblib/arch" "-Iblib/lib" ora_explain.PL ora_explain
Extracted ora_explain from ora_explain.PL with variable substitutions.
cp ora_explain blib/script/ora_explain
/home/cpacnm/Qwest/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/ora_explain
Manifying blib/man3/DBD::Oracle.3
Manifying blib/man1/ora_explain.1
Manifying blib/man3/DBD::Oraperl.3
MAKE TEST OUTPUT:
=================
$ make test
PERL_DL_NONLAZY=1 /home/cpacnm/Qwest/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/base......./usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /Oracle/product/32bit/8.1.7.3.0/JRE/lib/PA_RISC/native_threads/libjava.sl
/usr/lib/dld.sl: Exec format error
Failed to load Oracle extension and/or shared libraries:
install_driver(Oracle) failed: Can't load '/home/cpacnm/.cpan/build/DBD-Oracle-1.12/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /home/cpacnm/Qwest/lib/perl5/5.8.0/PA-RISC2.0/DynaLoader.pm line 229.
at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
at t/base.t line 19
The remaining tests will probably also fail with the same error.
*** Please read the README and README.help files for help. ***
t/base.......FAILED tests 4-5
Failed 2/5 tests, 60.00% okay
t/general..../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /Oracle/product/32bit/8.1.7.3.0/JRE/lib/PA_RISC/native_threads/libjava.sl
/usr/lib/dld.sl: Exec format error
install_driver(Oracle) failed: Can't load '/home/cpacnm/.cpan/build/DBD-Oracle-1.12/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /home/cpacnm/Qwest/lib/perl5/5.8.0/PA-RISC2.0/DynaLoader.pm line 229.
at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
at t/general.t line 20
t/general....dubious
Test returned status 255 (wstat 65280, 0xff00)
t/long......./usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /Oracle/product/32bit/8.1.7.3.0/JRE/lib/PA_RISC/native_threads/libjava.sl
/usr/lib/dld.sl: Exec format error
Can't load '/home/cpacnm/.cpan/build/DBD-Oracle-1.12/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /home/cpacnm/Qwest/lib/perl5/5.8.0/PA-RISC2.0/DynaLoader.pm line 229.
at t/long.t line 4
Compilation failed in require at t/long.t line 4.
BEGIN failed--compilation aborted at t/long.t line 4.
t/long.......dubious
Test returned status 255 (wstat 65280, 0xff00)
t/ph_type..../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /Oracle/product/32bit/8.1.7.3.0/JRE/lib/PA_RISC/native_threads/libjava.sl
/usr/lib/dld.sl: Exec format error
Can't load '/home/cpacnm/.cpan/build/DBD-Oracle-1.12/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /home/cpacnm/Qwest/lib/perl5/5.8.0/PA-RISC2.0/DynaLoader.pm line 229.
at t/ph_type.t line 20
Compilation failed in require at t/ph_type.t line 20.
BEGIN failed--compilation aborted at t/ph_type.t line 20.
t/ph_type....dubious
Test returned status 255 (wstat 65280, 0xff00)
t/plsql....../usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /Oracle/product/32bit/8.1.7.3.0/JRE/lib/PA_RISC/native_threads/libjava.sl
/usr/lib/dld.sl: Exec format error
Can't load '/home/cpacnm/.cpan/build/DBD-Oracle-1.12/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Exec format error at /home/cpacnm/Qwest/lib/perl5/5.8.0/PA-RISC2.0/DynaLoader.pm line 229.
at t/plsql.t line 17
Compilation failed in require at t/plsql.t line 17.
BEGIN failed--compilation aborted at t/plsql.t line 17.
t/plsql......dubious
Test returned status 255 (wstat 65280, 0xff00)
t/reauth.....skipped
all skipped: no reason given
Failed Test Stat Wstat Total Fail Failed List of Failed
--------------------------------------------------------------------------------------------------------------------------
t/base.t 5 2 40.00% 4-5
t/general.t 255 65280 ?? ?? % ??
t/long.t 255 65280 ?? ?? % ??
t/ph_type.t 255 65280 ?? ?? % ??
t/plsql.t 255 65280 ?? ?? % ??
1 test skipped.
Failed 5/6 test scripts, 16.67% okay. 2/5 subtests failed, 60.00% okay.
make: *** [test_dynamic] Error 2
