<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DBD-Oracle in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle/m-p/3933220#M287671</link>
    <description>Stefan,&lt;BR /&gt;Same problem except for 64bit libs.  same machine.  Maybe we can help each other..  My summary file is below..&lt;BR /&gt;Regards&lt;BR /&gt;Rich&lt;BR /&gt;</description>
    <pubDate>Tue, 28 Aug 2007 13:44:55 GMT</pubDate>
    <dc:creator>Richard T. Malafa</dc:creator>
    <dc:date>2007-08-28T13:44:55Z</dc:date>
    <item>
      <title>DBD-Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle/m-p/3933219#M287670</link>
      <description>Hi&lt;BR /&gt;I try to install/compile DBD-Oracle for a N-Class Server with Oracle 10G (10.2.0).&lt;BR /&gt;&lt;BR /&gt;PERL: 5.8.8 (SD-Depot)&lt;BR /&gt;GCC : 4.0.2&lt;BR /&gt;&lt;BR /&gt;Below is some output:&lt;BR /&gt;&lt;BR /&gt;make &lt;BR /&gt;Skip blib/lib/DBD/Oracle.pm (unchanged)&lt;BR /&gt;Skip blib/lib/DBD/mkta.pl (unchanged)&lt;BR /&gt;Skip blib/lib/oraperl.ph (unchanged)&lt;BR /&gt;Skip blib/arch/auto/DBD/Oracle/dbdimp.h (unchanged)&lt;BR /&gt;Skip blib/arch/auto/DBD/Oracle/ocitrace.h (unchanged)&lt;BR /&gt;Skip blib/lib/Oraperl.pm (unchanged)&lt;BR /&gt;Skip blib/arch/auto/DBD/Oracle/Oracle.h (unchanged)&lt;BR /&gt;cp mk.pm blib/arch/auto/DBD/Oracle/mk.pm&lt;BR /&gt;Skip blib/lib/DBD/Oracle/GetInfo.pm (unchanged)&lt;BR /&gt;        gcc -c  -I/oracle/product/10.2.0/rdbms/public -I/oracle/product/10.2.0/rdbms/demo -I/oracle/product/10.2.0/rdbms/public -I/oracle/product/10.2.0/plsql/public -I/oracle/product/10.2.0/network/public -I/opt/perl_32/lib/site_perl/5.8.8/PA-RISC1.1-thread-multi/auto/DBI  -D_POSIX_C_SOURCE=199506L -D_REENTRANT -D_HPUX_SOURCE -fPIC -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -pipe     -DVERSION=\"1.19\"  -DXS_VERSION=\"1.19\" -fPIC "-I/opt/perl_32/lib/5.8.8/PA-RISC1.1-thread-multi/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DNEW_OCI_INIT -DORA_OCI_VERSION=\"10.2.0.1\" Oracle.c&lt;BR /&gt;In file included from Oracle.c:109:&lt;BR /&gt;/opt/perl_32/lib/site_perl/5.8.8/PA-RISC1.1-thread-multi/auto/DBI/Driver_xst.h: In function 'dbixst_bounce_method':&lt;BR /&gt;/opt/perl_32/lib/site_perl/5.8.8/PA-RISC1.1-thread-multi/auto/DBI/Driver_xst.h:12: warning: unused variable 'my_perl'&lt;BR /&gt;/opt/perl_32/lib/site_perl/5.8.8/PA-RISC1.1-thread-multi/auto/DBI/Driver_xst.h: In function 'dbdxst_bind_params':&lt;BR /&gt;/opt/perl_32/lib/site_perl/5.8.8/PA-RISC1.1-thread-multi/auto/DBI/Driver_xst.h:50: warning: unused variable 'my_perl'&lt;BR /&gt;/opt/perl_32/lib/site_perl/5.8.8/PA-RISC1.1-thread-multi/auto/DBI/Driver_xst.h: In function 'dbdxst_fetchall_arrayref':&lt;BR /&gt;/opt/perl_32/lib/site_perl/5.8.8/PA-RISC1.1-thread-multi/auto/DBI/Driver_xst.h:80: warning: unused variable 'my_perl'&lt;BR /&gt;        gcc -c  -I/oracle/product/10.2.0/rdbms/public -I/oracle/product/10.2.0/rdbms/demo -I/oracle/product/10.2.0/rdbms/public -I/oracle/product/10.2.0/plsql/public -I/oracle/product/10.2.0/network/public -I/opt/perl_32/lib/site_perl/5.8.8/PA-RISC1.1-thread-multi/auto/DBI  -D_POSIX_C_SOURCE=199506L -D_REENTRANT -D_HPUX_SOURCE -fPIC -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -pipe     -DVERSION=\"1.19\"  -DXS_VERSION=\"1.19\" -fPIC "-I/opt/perl_32/lib/5.8.8/PA-RISC1.1-thread-multi/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DNEW_OCI_INIT -DORA_OCI_VERSION=\"10.2.0.1\" dbdimp.c&lt;BR /&gt;dbdimp.c: In function 'dbd_discon_all':&lt;BR /&gt;dbdimp.c:190: warning: unused variable 'Perl___notused'&lt;BR /&gt;dbdimp.c: In function 'ora_db_login6':&lt;BR /&gt;dbdimp.c:312: warning: unused variable 'Perl___notused'&lt;BR /&gt;dbdimp.c: In function 'ora_db_disconnect':&lt;BR /&gt;dbdimp.c:760: warning: unused variable 'Perl___notused'&lt;BR /&gt;dbdimp.c: In function 'ora_db_destroy':&lt;BR /&gt;dbdimp.c:797: warning: unused variable 'my_perl'&lt;BR /&gt;dbdimp.c: In function 'pp_exec_rset':&lt;BR /&gt;dbdimp.c:1276: warning: unused variable 'Perl___notused'&lt;BR /&gt;dbdimp.c: In function 'ora_st_execute':&lt;BR /&gt;dbdimp.c:1655: warning: unused variable 'Perl___notused'&lt;BR /&gt;dbdimp.c: In function 'ora_st_execute_array':&lt;BR /&gt;dbdimp.c:1859: warning: unused variable 'Perl___notused'&lt;BR /&gt;dbdimp.c: In function 'ora_st_finish':&lt;BR /&gt;dbdimp.c:2144: warning: unused variable 'Perl___notused'&lt;BR /&gt;dbdimp.c: In function 'ora_st_destroy':&lt;BR /&gt;dbdimp.c:2237: warning: unused variable 'my_perl'&lt;BR /&gt;        gcc -c  -I/oracle/product/10.2.0/rdbms/public -I/oracle/product/10.2.0/rdbms/demo -I/oracle/product/10.2.0/rdbms/public -I/oracle/product/10.2.0/plsql/public -I/oracle/product/10.2.0/network/public -I/opt/perl_32/lib/site_perl/5.8.8/PA-RISC1.1-thread-multi/auto/DBI  -D_POSIX_C_SOURCE=199506L -D_REENTRANT -D_HPUX_SOURCE -fPIC -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -pipe     -DVERSION=\"1.19\"  -DXS_VERSION=\"1.19\" -fPIC "-I/opt/perl_32/lib/5.8.8/PA-RISC1.1-thread-multi/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DNEW_OCI_INIT -DORA_OCI_VERSION=\"10.2.0.1\" oci8.c&lt;BR /&gt;oci8.c: In function 'fetch_cleanup_rset':&lt;BR /&gt;oci8.c:608: warning: unused variable 'Perl___notused'&lt;BR /&gt;oci8.c: In function 'fetch_func_rset':&lt;BR /&gt;oci8.c:632: warning: unused variable 'Perl___notused'&lt;BR /&gt;oci8.c: In function 'ora_st_fetch':&lt;BR /&gt;oci8.c:1673: warning: unused variable 'Perl___notused'&lt;BR /&gt;oci8.c:1680: warning: unused variable 'Perl___notused'&lt;BR /&gt;Running Mkbootstrap for DBD::Oracle ()&lt;BR /&gt;        chmod 644 Oracle.bs&lt;BR /&gt;        rm -f blib/arch/auto/DBD/Oracle/Oracle.sl&lt;BR /&gt;        gcc +b "/oracle/product/10.2.0/lib32:/oracle/product/10.2.0/rdbms/lib32"  -shared -static-libgcc -fPIC  Oracle.o  dbdimp.o  oci8.o +s +n    -L/oracle/product/10.2.0/rdbms/lib32/ -L/oracle/product/10.2.0/lib32/    -lclntsh `cat /oracle/product/10.2.0/lib32/ldflags`     -lm   -o blib/arch/auto/DBD/Oracle/Oracle.sl       \&lt;BR /&gt;                \&lt;BR /&gt;&lt;BR /&gt;gcc: +b: No such file or directory&lt;BR /&gt;gcc: /oracle/product/10.2.0/lib32:/oracle/product/10.2.0/rdbms/lib32: No such file or directory&lt;BR /&gt;gcc: +s: No such file or directory&lt;BR /&gt;gcc: +n: No such file or directory&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;What is the solution for this problem?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Stefan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jan 2007 02:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle/m-p/3933219#M287670</guid>
      <dc:creator>Stefan Huber</dc:creator>
      <dc:date>2007-01-26T02:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: DBD-Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle/m-p/3933220#M287671</link>
      <description>Stefan,&lt;BR /&gt;Same problem except for 64bit libs.  same machine.  Maybe we can help each other..  My summary file is below..&lt;BR /&gt;Regards&lt;BR /&gt;Rich&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Aug 2007 13:44:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle/m-p/3933220#M287671</guid>
      <dc:creator>Richard T. Malafa</dc:creator>
      <dc:date>2007-08-28T13:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: DBD-Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle/m-p/3933221#M287672</link>
      <description>The errors you are getting are on linker options.  You need to prefix each by "-Wl,".&lt;BR /&gt;&lt;BR /&gt;-Wl,+b,/oracle/product/10.2.0/lib32:/oracle/product/10.2.0/rdbms/lib32&lt;BR /&gt;-Wl,+s -Wl,+n</description>
      <pubDate>Tue, 28 Aug 2007 15:11:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle/m-p/3933221#M287672</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-08-28T15:11:27Z</dc:date>
    </item>
  </channel>
</rss>

