<?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 DBD::Oracle issues in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle-issues/m-p/3799662#M99818</link>
    <description>Im trying to compile  DBD::Oracle  on an hpux 11.23 Itanium system.  Perl is 64bit, Oracle is 64bit.  I complete "perl Makefile.PL" just fine, but when I run "make", I get this error;&lt;BR /&gt;&lt;BR /&gt;***********************************************&lt;BR /&gt;LD_RUN_PATH="/app/common/oracle/product/10.1.0.4&lt;BR /&gt;/lib:/app/common/oracle/product/10.1.0.4/rdbms/lib" /usr/bin/ld  -b -L/usr/local/lib -L/usr/lib/hpux64 Oracle.o dbdimp.o oci7.o oci8.o -Wl,+s -Wl,+n +DD64 -o build -L/app/common/oracle/product/10.1.0.4/rdbms/lib/ -L/app/common/oracle/product/10.1.0.4/lib/   -lclntsh -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lnoname10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -l:librt.so -l:libnss_dns.so.1 -l:libdld.so -lm -lpthread -lunwind -lm -o blib/arch/auto/DBD/Oracle/Oracle.so&lt;BR /&gt;ld: Unrecognized argument: -Wl,+s&lt;BR /&gt;Fatal error.&lt;BR /&gt;make: *** [blib/arch/auto/DBD/Oracle/Oracle.so] Error 1&lt;BR /&gt;&lt;BR /&gt;***********************************************&lt;BR /&gt;&lt;BR /&gt;I've checked google, and cant really find much thats is specific to my scenerio.  there is lots of info out there, but nothing that seems to fit my situcation.&lt;BR /&gt;&lt;BR /&gt;any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
    <pubDate>Fri, 02 Jun 2006 18:11:01 GMT</pubDate>
    <dc:creator>MauriceConway</dc:creator>
    <dc:date>2006-06-02T18:11:01Z</dc:date>
    <item>
      <title>DBD::Oracle issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle-issues/m-p/3799662#M99818</link>
      <description>Im trying to compile  DBD::Oracle  on an hpux 11.23 Itanium system.  Perl is 64bit, Oracle is 64bit.  I complete "perl Makefile.PL" just fine, but when I run "make", I get this error;&lt;BR /&gt;&lt;BR /&gt;***********************************************&lt;BR /&gt;LD_RUN_PATH="/app/common/oracle/product/10.1.0.4&lt;BR /&gt;/lib:/app/common/oracle/product/10.1.0.4/rdbms/lib" /usr/bin/ld  -b -L/usr/local/lib -L/usr/lib/hpux64 Oracle.o dbdimp.o oci7.o oci8.o -Wl,+s -Wl,+n +DD64 -o build -L/app/common/oracle/product/10.1.0.4/rdbms/lib/ -L/app/common/oracle/product/10.1.0.4/lib/   -lclntsh -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lnoname10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -l:librt.so -l:libnss_dns.so.1 -l:libdld.so -lm -lpthread -lunwind -lm -o blib/arch/auto/DBD/Oracle/Oracle.so&lt;BR /&gt;ld: Unrecognized argument: -Wl,+s&lt;BR /&gt;Fatal error.&lt;BR /&gt;make: *** [blib/arch/auto/DBD/Oracle/Oracle.so] Error 1&lt;BR /&gt;&lt;BR /&gt;***********************************************&lt;BR /&gt;&lt;BR /&gt;I've checked google, and cant really find much thats is specific to my scenerio.  there is lots of info out there, but nothing that seems to fit my situcation.&lt;BR /&gt;&lt;BR /&gt;any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Fri, 02 Jun 2006 18:11:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-oracle-issues/m-p/3799662#M99818</guid>
      <dc:creator>MauriceConway</dc:creator>
      <dc:date>2006-06-02T18:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: DBD::Oracle issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle-issues/m-p/3799663#M99819</link>
      <description>&amp;gt;/usr/bin/ld -b -L/usr/local/lib -L/usr/lib/hpux64 Oracle.o dbdimp.o oci7.o oci8.o -Wl,+s -Wl,+n&lt;BR /&gt;ld: Unrecognized argument: -Wl,+s&lt;BR /&gt;&lt;BR /&gt;You are confusing compiler driver options with linker options.  If you invoke ld directly, not recommended, you don't use the "-Wl," prefix.</description>
      <pubDate>Fri, 02 Jun 2006 21:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-oracle-issues/m-p/3799663#M99819</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-06-02T21:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: DBD::Oracle issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle-issues/m-p/3799664#M99820</link>
      <description>duplicate threads removed as requested</description>
      <pubDate>Sat, 03 Jun 2006 15:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-oracle-issues/m-p/3799664#M99820</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2006-06-03T15:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: DBD::Oracle issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle-issues/m-p/3799665#M99821</link>
      <description>x1:/tmp 110 &amp;gt; cc +DD64 -c malloc_sizer.c&lt;BR /&gt;x1:/tmp 111 &amp;gt; ld +DD64 -Wl,+s malloc_sizer.o&lt;BR /&gt;ld: Unrecognized argument: +DD64&lt;BR /&gt;Fatal error.&lt;BR /&gt;Exit 1&lt;BR /&gt;x1:/tmp 112 &amp;gt; ld -Wl,+s malloc_sizer.o&lt;BR /&gt;ld: Unrecognized argument: -Wl,+s&lt;BR /&gt;Fatal error.&lt;BR /&gt;Exit 1&lt;BR /&gt;x1:/tmp 113 &amp;gt; ld +s malloc_sizer.o -lc&lt;BR /&gt;x1:/tmp 114 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Guess that indeed might be Itanium specific.&lt;BR /&gt;I'll have a look at the README's&lt;BR /&gt;For now, tweak the Makefile so the 'ld' does not get those options or run that ld command from the command line and continue your regular process.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Sun, 04 Jun 2006 03:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-oracle-issues/m-p/3799665#M99821</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-06-04T03:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: DBD::Oracle issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle-issues/m-p/3799666#M99822</link>
      <description>Thanks for looking into this for me Procura, thank you for the feedback Dennis, and thank you for cleaning up my multiple posts Melvyn.  :)&lt;BR /&gt;&lt;BR /&gt;Im looking at the Makefile now to see if I can find where those flags are being set.  Hopefully I can adjust them there.</description>
      <pubDate>Mon, 05 Jun 2006 10:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-oracle-issues/m-p/3799666#M99822</guid>
      <dc:creator>MauriceConway</dc:creator>
      <dc:date>2006-06-05T10:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: DBD::Oracle issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle-issues/m-p/3799667#M99823</link>
      <description>Good morning again.&lt;BR /&gt;&lt;BR /&gt;Ok, I have had time to play with the ld parameters.&lt;BR /&gt;&lt;BR /&gt;I started by removing the "-Wl +s" and re-ran make.  It blew up saying "-Wl +n" was unrecognized, just like the first.  So I went and removed those flags.  Re-ran make and it failed with "+DD64" unrecognized command.  So I removed those flags.  I re-ran make and here is the output, it doesnâ  t look like it failed, so maybe I am past this hurdle.&lt;BR /&gt;&lt;BR /&gt;Going to try and compile a few more modules so the DBA's can test DBD.&lt;BR /&gt;&lt;BR /&gt;***********************************************&lt;BR /&gt;=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2006.06.05 08:57:58 =~=~=~=~=~=~=~=~=~=~=~=&lt;BR /&gt;make&lt;BR /&gt;gcc -c  -I/app/common/oracle/product/10.1.0.4/rdbms/demo -I/app/common/oracle/product/10.1.0.4/rdbms/public -I/app/common/oracle/product/10.1.0.4/plsql/public -I/app/common/oracle/product/10.1.0.4/network/public -I/app/common/oracle/product/10.1.0.4/rdbms/demo -I/app/common/oracle/product/10.1.0.4/rdbms/public -I/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/site_perl/5.8.0/IA64.ARCHREV_0-thread-multi-LP64/auto/DBI/ -D_POSIX_C_SOURCE=199506L -D_REENTRANT -D_HPUX_SOURCE -mlp64 -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O   -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC "-I/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/5.8.0/IA64.ARCHREV_0-thread-multi-LP64/CORE"  -DUTF8_SUPPORT Oracle.c&lt;BR /&gt;gcc -c  -I/app/common/oracle/product/10.1.0.4/rdbms/demo -I/app/common/oracle/product/10.1.0.4/rdbms/public -I/app/common/oracle/product/10.1.0.4/plsql/public -I/app/common/oracle/product/10.1.0.4/network/public -I/app/common/oracle/product/10.1.0.4/rdbms/demo -I/app/common/oracle/product/10.1.0.4/rdbms/public -I/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/site_perl/5.8.0/IA64.ARCHREV_0-thread-multi-LP64/auto/DBI/ -D_POSIX_C_SOURCE=199506L -D_REENTRANT -D_HPUX_SOURCE -mlp64 -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O   -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC "-I/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/5.8.0/IA64.ARCHREV_0-thread-multi-LP64/CORE"  -DUTF8_SUPPORT dbdimp.c&lt;BR /&gt;gcc -c  -I/app/common/oracle/product/10.1.0.4/rdbms/demo -I/app/common/oracle/product/10.1.0.4/rdbms/public -I/app/common/oracle/product/10.1.0.4/plsql/public -I/app/common/oracle/product/10.1.0.4/network/public -I/app/common/oracle/product/10.1.0.4/rdbms/demo -I/app/common/oracle/product/10.1.0.4/rdbms/public -I/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/site_perl/5.8.0/IA64.ARCHREV_0-thread-multi-LP64/auto/DBI/ -D_POSIX_C_SOURCE=199506L -D_REENTRANT -D_HPUX_SOURCE -mlp64 -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O   -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC "-I/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/5.8.0/IA64.ARCHREV_0-thread-multi-LP64/CORE"  -DUTF8_SUPPORT oci7.c&lt;BR /&gt;gcc -c  -I/app/common/oracle/product/10.1.0.4/rdbms/demo -I/app/common/oracle/product/10.1.0.4/rdbms/public -I/app/common/oracle/product/10.1.0.4/plsql/public -I/app/common/oracle/product/10.1.0.4/network/public -I/app/common/oracle/product/10.1.0.4/rdbms/demo -I/app/common/oracle/product/10.1.0.4/rdbms/public -I/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/site_perl/5.8.0/IA64.ARCHREV_0-thread-multi-LP64/auto/DBI/ -D_POSIX_C_SOURCE=199506L -D_REENTRANT -D_HPUX_SOURCE -mlp64 -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O   -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC "-I/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/5.8.0/IA64.ARCHREV_0-thread-multi-LP64/CORE"  -DUTF8_SUPPORT oci8.c&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.so&lt;BR /&gt;LD_RUN_PATH="/app/common/oracle/product/10.1.0.4/lib:/app/common/oracle/product/10.1.0.4/rdbms/lib" /usr/bin/ld  -b -L/usr/local/lib -L/usr/lib/hpux64 Oracle.o dbdimp.o oci7.o oci8.o -o build -L/app/common/oracle/product/10.1.0.4/rdbms/lib/ -L/app/common/oracle/product/10.1.0.4/lib/   -lclntsh -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lnoname10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -l:librt.so -l:libnss_dns.so.1 -l:libdld.so -lm -lpthread -lunwind -lm -o blib/arch/auto/DBD/Oracle/Oracle.so     &lt;BR /&gt;chmod 755 blib/arch/auto/DBD/Oracle/Oracle.so&lt;BR /&gt;cp Oracle.bs blib/arch/auto/DBD/Oracle/Oracle.bs&lt;BR /&gt;chmod 644 blib/arch/auto/DBD/Oracle/Oracle.bs&lt;BR /&gt;/app/common/home/mnmiller/sandbox/perl-5.8.0_build/bin/perl "-Iblib/arch" "-Iblib/lib" ora_explain.PL ora_explain&lt;BR /&gt;Extracted ora_explain from ora_explain.PL with variable substitutions.&lt;BR /&gt;cp ora_explain blib/script/ora_explain&lt;BR /&gt;/app/common/home/mnmiller/sandbox/perl-5.8.0_build/bin/perl "-MExtUtils::MY" -e "MY-&amp;gt;fixin(shift)" blib/script/ora_explain&lt;BR /&gt;Manifying blib/man3/DBD::Oracle.3&lt;BR /&gt;Manifying blib/man1/ora_explain.1&lt;BR /&gt;Manifying blib/man3/DBD::Oraperl.3&lt;BR /&gt;ml052-mnmiller&amp;gt; &lt;BR /&gt;***********************************************</description>
      <pubDate>Mon, 05 Jun 2006 11:03:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-oracle-issues/m-p/3799667#M99823</guid>
      <dc:creator>MauriceConway</dc:creator>
      <dc:date>2006-06-05T11:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: DBD::Oracle issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-oracle-issues/m-p/3799668#M99824</link>
      <description>ok, I re-did some things to try and get this to make.&lt;BR /&gt;&lt;BR /&gt;I am doing the make as myself, not root.&lt;BR /&gt;&lt;BR /&gt;I set the following veriables: &lt;BR /&gt;ORACLE_SID&lt;BR /&gt;ORACLE_HOME&lt;BR /&gt;ORACLE_USERID&lt;BR /&gt;SHLIB_PATH&lt;BR /&gt;LD_LIBRARY_PATH&lt;BR /&gt;&lt;BR /&gt;Using Perl 5.8.0 which I compiled myself&lt;BR /&gt;&lt;BR /&gt;Using DBI which I compiled myself&lt;BR /&gt;&lt;BR /&gt;The "make test" is still failing, Im looking through the DBD_README_hpux for any hints to the problem now.  &lt;BR /&gt;&lt;BR /&gt;Here is the new "make test" output;&lt;BR /&gt;&lt;BR /&gt;*********************************************&lt;BR /&gt;ml052-mnmiller&amp;gt; make test&lt;BR /&gt;PERL_DL_NONLAZY=1 /app/common/home/mnmiller/sandbox/perl-5.8.0_build/bin/perl "-MExtUtils::Command::MM" "-e" &lt;BR /&gt;&lt;BR /&gt;"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t&lt;BR /&gt;t/base......./usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsi3' in load module &lt;BR /&gt;&lt;BR /&gt;'/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so'.&lt;BR /&gt;Failed to load Oracle extension and/or shared libraries:&lt;BR /&gt;install_driver(Oracle) failed: Can't load &lt;BR /&gt;&lt;BR /&gt;'/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so' for module &lt;BR /&gt;&lt;BR /&gt;DBD::Oracle: Unresolved external at &lt;BR /&gt;&lt;BR /&gt;/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/5.8.0/&lt;BR /&gt;IA64.ARCHREV_0-thread-multi-LP64/DynaLoader.pm line &lt;BR /&gt;&lt;BR /&gt;229.&lt;BR /&gt; at (eval 2) line 3&lt;BR /&gt;Compilation failed in require at (eval 2) line 3.&lt;BR /&gt;Perhaps a required shared library or dll isn't installed where expected&lt;BR /&gt; at t/base.t line 19&lt;BR /&gt;The remaining tests will probably also fail with the same error.&lt;BR /&gt;&lt;BR /&gt;*** Please read the README and README.help files for help. ***&lt;BR /&gt;&lt;BR /&gt;t/base.......FAILED tests 4-5&lt;BR /&gt;        Failed 2/5 tests, 60.00% okay&lt;BR /&gt;t/cursor...../usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsi3' in load module &lt;BR /&gt;&lt;BR /&gt;'/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so'.&lt;BR /&gt;Can't load '/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so' for &lt;BR /&gt;&lt;BR /&gt;module DBD::Oracle: Unresolved external at &lt;BR /&gt;&lt;BR /&gt;/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/5.8.0/&lt;BR /&gt;IA64.ARCHREV_0-thread-multi-LP64/DynaLoader.pm line &lt;BR /&gt;&lt;BR /&gt;229.&lt;BR /&gt; at t/cursor.t line 18&lt;BR /&gt;Compilation failed in require at t/cursor.t line 18.&lt;BR /&gt;BEGIN failed--compilation aborted at t/cursor.t line 18.&lt;BR /&gt;t/cursor.....dubious&lt;BR /&gt;        Test returned status 255 (wstat 65280, 0xff00)&lt;BR /&gt;t/general..../usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsi3' in load module &lt;BR /&gt;&lt;BR /&gt;'/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so'.&lt;BR /&gt;install_driver(Oracle) failed: Can't load &lt;BR /&gt;&lt;BR /&gt;'/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so' for module &lt;BR /&gt;&lt;BR /&gt;DBD::Oracle: Unresolved external at &lt;BR /&gt;&lt;BR /&gt;/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/5.8.0/&lt;BR /&gt;IA64.ARCHREV_0-thread-multi-LP64/DynaLoader.pm line &lt;BR /&gt;&lt;BR /&gt;229.&lt;BR /&gt; at (eval 2) line 3&lt;BR /&gt;Compilation failed in require at (eval 2) line 3.&lt;BR /&gt;Perhaps a required shared library or dll isn't installed where expected&lt;BR /&gt; at t/general.t line 20&lt;BR /&gt;t/general....dubious&lt;BR /&gt;        Test returned status 255 (wstat 65280, 0xff00)&lt;BR /&gt;t/long......./usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsi3' in load module &lt;BR /&gt;&lt;BR /&gt;'/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so'.&lt;BR /&gt;Can't load '/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so' for &lt;BR /&gt;&lt;BR /&gt;module DBD::Oracle: Unresolved external at &lt;BR /&gt;&lt;BR /&gt;/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/5.8.0/&lt;BR /&gt;IA64.ARCHREV_0-thread-multi-LP64/DynaLoader.pm line &lt;BR /&gt;&lt;BR /&gt;229.&lt;BR /&gt; at t/long.t line 4&lt;BR /&gt;Compilation failed in require at t/long.t line 4.&lt;BR /&gt;BEGIN failed--compilation aborted at t/long.t line 4.&lt;BR /&gt;t/long.......dubious&lt;BR /&gt;        Test returned status 255 (wstat 65280, 0xff00)&lt;BR /&gt;t/meta......./usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsi3' in load module &lt;BR /&gt;&lt;BR /&gt;'/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so'.&lt;BR /&gt;install_driver(Oracle) failed: Can't load &lt;BR /&gt;&lt;BR /&gt;'/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so' for module &lt;BR /&gt;&lt;BR /&gt;DBD::Oracle: Unresolved external at &lt;BR /&gt;&lt;BR /&gt;/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/5.8.0/&lt;BR /&gt;IA64.ARCHREV_0-thread-multi-LP64/DynaLoader.pm line &lt;BR /&gt;&lt;BR /&gt;229.&lt;BR /&gt; at (eval 2) line 3&lt;BR /&gt;Compilation failed in require at (eval 2) line 3.&lt;BR /&gt;Perhaps a required shared library or dll isn't installed where expected&lt;BR /&gt; at t/meta.t line 23&lt;BR /&gt;t/meta.......dubious&lt;BR /&gt;        Test returned status 255 (wstat 65280, 0xff00)&lt;BR /&gt;t/ph_type..../usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsi3' in load module &lt;BR /&gt;&lt;BR /&gt;'/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so'.&lt;BR /&gt;Can't load '/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so' for &lt;BR /&gt;&lt;BR /&gt;module DBD::Oracle: Unresolved external at &lt;BR /&gt;&lt;BR /&gt;/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/5.8.0/&lt;BR /&gt;IA64.ARCHREV_0-thread-multi-LP64/DynaLoader.pm line &lt;BR /&gt;&lt;BR /&gt;229.&lt;BR /&gt; at t/ph_type.t line 18&lt;BR /&gt;Compilation failed in require at t/ph_type.t line 18.&lt;BR /&gt;BEGIN failed--compilation aborted at t/ph_type.t line 18.&lt;BR /&gt;t/ph_type....dubious&lt;BR /&gt;        Test returned status 255 (wstat 65280, 0xff00)&lt;BR /&gt;t/plsql....../usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsi3' in load module &lt;BR /&gt;&lt;BR /&gt;'/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so'.&lt;BR /&gt;Can't load '/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so' for &lt;BR /&gt;&lt;BR /&gt;module DBD::Oracle: Unresolved external at &lt;BR /&gt;&lt;BR /&gt;/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/5.8.0/&lt;BR /&gt;IA64.ARCHREV_0-thread-multi-LP64/DynaLoader.pm line &lt;BR /&gt;&lt;BR /&gt;229.&lt;BR /&gt; at t/plsql.t line 17&lt;BR /&gt;Compilation failed in require at t/plsql.t line 17.&lt;BR /&gt;BEGIN failed--compilation aborted at t/plsql.t line 17.&lt;BR /&gt;t/plsql......dubious&lt;BR /&gt;        Test returned status 255 (wstat 65280, 0xff00)&lt;BR /&gt;t/reauth.....skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;t/select...../usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsi3' in load module &lt;BR /&gt;&lt;BR /&gt;'/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so'.&lt;BR /&gt;Can't load '/app/common/home/mnmiller/downloads/modules/DBD-Oracle-1.14/&lt;BR /&gt;blib/arch/auto/DBD/Oracle/Oracle.so' for &lt;BR /&gt;&lt;BR /&gt;module DBD::Oracle: Unresolved external at &lt;BR /&gt;&lt;BR /&gt;/app/common/home/mnmiller/sandbox/perl-5.8.0_build/lib/5.8.0/&lt;BR /&gt;IA64.ARCHREV_0-thread-multi-LP64/DynaLoader.pm line &lt;BR /&gt;&lt;BR /&gt;229.&lt;BR /&gt; at t/select.t line 4&lt;BR /&gt;Compilation failed in require at t/select.t line 4.&lt;BR /&gt;BEGIN failed--compilation aborted at t/select.t line 4.&lt;BR /&gt;t/select.....dubious&lt;BR /&gt;        Test returned status 255 (wstat 65280, 0xff00)&lt;BR /&gt;Failed Test Stat Wstat Total Fail  Failed  List of Failed&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;t/base.t                   5    2  40.00%  4-5&lt;BR /&gt;t/cursor.t   255 65280    ??   ??       %  ??&lt;BR /&gt;t/general.t  255 65280    ??   ??       %  ??&lt;BR /&gt;t/long.t     255 65280    ??   ??       %  ??&lt;BR /&gt;t/meta.t     255 65280    ??   ??       %  ??&lt;BR /&gt;t/ph_type.t  255 65280    ??   ??       %  ??&lt;BR /&gt;t/plsql.t    255 65280    ??   ??       %  ??&lt;BR /&gt;t/select.t   255 65280    ??   ??       %  ??&lt;BR /&gt;1 test skipped.&lt;BR /&gt;Failed 8/9 test scripts, 11.11% okay. 2/5 subtests failed, 60.00% okay.&lt;BR /&gt;make: *** [test_dynamic] Error 2&lt;BR /&gt;ml052-mnmiller&amp;gt;&lt;BR /&gt;*********************************************</description>
      <pubDate>Mon, 05 Jun 2006 13:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-oracle-issues/m-p/3799668#M99824</guid>
      <dc:creator>MauriceConway</dc:creator>
      <dc:date>2006-06-05T13:41:59Z</dc:date>
    </item>
  </channel>
</rss>

