<?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: Perl and DBD:Oracle... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518323#M219463</link>
    <description>try perl 5.8.3:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;then install the module.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
    <pubDate>Tue, 05 Apr 2005 12:40:46 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2005-04-05T12:40:46Z</dc:date>
    <item>
      <title>Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518321#M219461</link>
      <description>Here starts yet another thread related to Perl and DBD:Oracle on HPUX...  I am currently running Perl 5.6.1, the HP compiled version, on HPUX 11.11.  I am attempting to compile DBD:Oracle 1.16.  Of course, I am running into problems.&lt;BR /&gt;&lt;BR /&gt;This Perl version is the HP version.  Of course, the DBD:Oracle module is not built into the package, but that's OK.  The problem is that the README.hpux seems to start with recompiling Perl with specific options, and I have done this before successfully.  Right now, I would like to try and figure out if there is a way to make this work with the default HP version of Perl.&lt;BR /&gt;&lt;BR /&gt;The make completes, but the make test pukes with the following...&lt;BR /&gt;&lt;BR /&gt;t/01base............/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2&lt;BR /&gt;/usr/lib/dld.sl: Exec format error&lt;BR /&gt;Failed to load Oracle extension and/or shared libraries:&lt;BR /&gt;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.&lt;BR /&gt;Compilation failed in require at (eval 1) line 3.&lt;BR /&gt;Perhaps a required shared library or dll isn't installed where expected&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;&lt;BR /&gt;This is just where the errors begin.  Thanks in advance for any help.&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Tue, 05 Apr 2005 12:21:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518321#M219461</guid>
      <dc:creator>Scott Nipp</dc:creator>
      <dc:date>2005-04-05T12:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518322#M219462</link>
      <description>Try re-linking your oracle install (I don't remember the exact syntax, but try something like:&lt;BR /&gt;&lt;BR /&gt; cd $ORACLE_HOME/rdbms/lib&lt;BR /&gt;        make -f ins_rdbms.mk install&lt;BR /&gt;&lt;BR /&gt;Also, check the value of your env variable&lt;BR /&gt;&lt;BR /&gt;LD_LIBRARY_PATH and make sure that is properly set.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Tue, 05 Apr 2005 12:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518322#M219462</guid>
      <dc:creator>Jim Butler</dc:creator>
      <dc:date>2005-04-05T12:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518323#M219463</link>
      <description>try perl 5.8.3:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;then install the module.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Tue, 05 Apr 2005 12:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518323#M219463</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-04-05T12:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518324#M219464</link>
      <description>OK...  I downloaded and installed Perl 5.8.6 from Merijn.  I then tried to build the DBD module and here is what I am seeing.&lt;BR /&gt;&lt;BR /&gt;t/01base................/usr/lib/dld.sl: Unresolved symbol: ociepgoe (code)  from /www/tmp/DBD-Oracle-1.16/blib/arch/auto/DBD/Oracle/Oracle.sl&lt;BR /&gt;Failed to load Oracle extension and/or shared libraries:&lt;BR /&gt;install_driver(Oracle) failed: Can't load '/www/tmp/DBD-Oracle-1.16/blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Unresolved external at /opt/perl/lib/5.8.6/PA-RISC2.0/DynaLoader.pm line 230.&lt;BR /&gt; at (eval 1) line 3&lt;BR /&gt;Compilation failed in require at (eval 1) line 3.&lt;BR /&gt;Perhaps a required shared library or dll isn't installed where expected&lt;BR /&gt; at t/01base.t line 19&lt;BR /&gt;The remaining tests will probably also fail with the same error.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;These are the errors from the 'make test'.&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Tue, 05 Apr 2005 14:27:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518324#M219464</guid>
      <dc:creator>Scott Nipp</dc:creator>
      <dc:date>2005-04-05T14:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518325#M219465</link>
      <description>I am still at a stand still on this.  I was hoping that the information I included in my previous post would help someone come up with the answer.  I really need to get Oracle access working on this system, and I am at a dead end at the moment.  Thanks again for any help.&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Thu, 07 Apr 2005 08:38:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518325#M219465</guid>
      <dc:creator>Scott Nipp</dc:creator>
      <dc:date>2005-04-07T08:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518326#M219466</link>
      <description>scott,&lt;BR /&gt;drop me a line tomorrow, I still have a DBD::Oracle-tested 5.6.1 around somewhere. The issue with HP's 5.6.1 is that it doesn't have full thread support. (iirc)&lt;BR /&gt;&lt;BR /&gt;but I haven't played around with these things for 3 years, so probably someone has the solution before i rise from bed again ;)</description>
      <pubDate>Thu, 07 Apr 2005 20:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518326#M219466</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-04-07T20:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518327#M219467</link>
      <description>Just do a &lt;BR /&gt;&lt;BR /&gt;chatr 'blib/arch/auto/DBD/Oracle/Oracle.sl' &lt;BR /&gt;&lt;BR /&gt;and check the libraries that are dependent.&lt;BR /&gt;&lt;BR /&gt;Also make sure that you are pointing the right libraries.</description>
      <pubDate>Fri, 08 Apr 2005 00:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518327#M219467</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-04-08T00:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518328#M219468</link>
      <description>What I still don't see is what Oracle you're running. If it is a 64bit Oracle, you also need a 64bit perl (and 32bit with 32 bit)&lt;BR /&gt;&lt;BR /&gt;For the 64bit combination you did right in upgrading to 5.8.6, since 5.6.x isn't very good with 64bit&lt;BR /&gt;&lt;BR /&gt;The first (HP) perl you tried is a pa-risc-1.1 port, and cannot do 64bit.&lt;BR /&gt;&lt;BR /&gt;perl -v&lt;BR /&gt;&lt;BR /&gt;will show you what perl you have, and that should be the same bitness as Oracle&lt;BR /&gt;&lt;BR /&gt;The Ecec format error points me towards a bad combination, but I'm not sure&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 08 Apr 2005 02:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518328#M219468</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-04-08T02:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518329#M219469</link>
      <description>I am running 32 bit Oracle, and I think I downloaded the 32 bit Perl from your site.  Let me know if there is any other information I can provide to help.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Fri, 08 Apr 2005 07:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518329#M219469</guid>
      <dc:creator>Scott Nipp</dc:creator>
      <dc:date>2005-04-08T07:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518330#M219470</link>
      <description>ociepgoe () is in $ORACLE_HOME/lib/liblntsh.sl&lt;BR /&gt;&lt;BR /&gt;that can either mean two things&lt;BR /&gt;&lt;BR /&gt;1. $ORACLE_HOME is wrong&lt;BR /&gt;2. $ORACLE_HOME/lib/liblntsh.sl is not linked in from Oracle.sl (the DBD one)&lt;BR /&gt;&lt;BR /&gt;The first is not likely, because in that case the make would have failed. The second can be checked with either ldd or chatr&lt;BR /&gt;&lt;BR /&gt;# chatr Oracle.sl&lt;BR /&gt;# ldd Oracle.sl&lt;BR /&gt;&lt;BR /&gt;After that, first try if everything works if you extend your SHLIB_PATH to would it should have been to start wih:&lt;BR /&gt;&lt;BR /&gt;# export SHLIB_PATH=${ORACLE_HOME}/lib:${SHLIB_PATH:-""}&lt;BR /&gt;&lt;BR /&gt;and run 'make test' again&lt;BR /&gt;&lt;BR /&gt;Then in some cases there might be a situation that would only influence the *test* case.&lt;BR /&gt;If that is true on your system, go edit the Makefile, and remove 'PERL_DL_NOLAZY=1 ' from the Makefile (make a backup first)&lt;BR /&gt;&lt;BR /&gt;I think your `helpers' would also like to see what oracle version you run&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 08 Apr 2005 08:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518330#M219470</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-04-08T08:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518331#M219471</link>
      <description>Scott -&lt;BR /&gt;&lt;BR /&gt;I just re-read your thread, and have an opinion FWIW -&lt;BR /&gt;It looks like your perl is running PA-RISC 1.1, but yoiu are on HP11.11 - what is the model of the machine you are running on?  It could be that the oracle installation is compliled using PA-RISC 2.0, and thus you are having this issue.&lt;BR /&gt;&lt;BR /&gt;If you load the perl from source, you could set your CCFLAGS to have the -DAPortability flag set so that the perl modules are compatible with external executables.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2005 08:09:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518331#M219471</guid>
      <dc:creator>Jim Butler</dc:creator>
      <dc:date>2005-04-08T08:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518332#M219472</link>
      <description>Jim, no. The fact that the test made it to that error proves that he has a pa-risc-2.0 machine.&lt;BR /&gt;&lt;BR /&gt;I'd also like to see the uname -a output&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 08 Apr 2005 08:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518332#M219472</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-04-08T08:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518333#M219473</link>
      <description>Here is the info and the model also.&lt;BR /&gt;&lt;BR /&gt;root@thp016a:/www/tmp&amp;gt; uname -a&lt;BR /&gt;HP-UX thp016a B.11.11 U 9000/800 625319393 unlimited-user license&lt;BR /&gt;root@thp016a:/www/tmp&amp;gt; model&lt;BR /&gt;9000/800/N4000-55&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Fri, 08 Apr 2005 08:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518333#M219473</guid>
      <dc:creator>Scott Nipp</dc:creator>
      <dc:date>2005-04-08T08:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518334#M219474</link>
      <description>Did you try the SHLIB_PATH stuff already?&lt;BR /&gt;&lt;BR /&gt;(when this problem is solved, please also thing about your points: for *all* answers:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA527977&amp;amp;listType=unassigned&amp;amp;forumId=1" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA527977&amp;amp;listType=unassigned&amp;amp;forumId=1&lt;/A&gt;&lt;BR /&gt;it's like the forum way to say "thank you for your time and effort")&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.merijn</description>
      <pubDate>Fri, 08 Apr 2005 08:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518334#M219474</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-04-08T08:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518335#M219475</link>
      <description>This has finally come up as being an issue yet again.  I am still stuck at the same point as last time.&lt;BR /&gt;&lt;BR /&gt;I have tried the SHLIB stuff, and still no luck.  This is getting very frustrating.  I wish HP would just put out a version of Perl that would work with or include DBD::Oracle.&lt;BR /&gt;&lt;BR /&gt;Please help.  Please let me know what you need to see to hopefully get me past this.  Thanks.&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Thu, 23 Jun 2005 11:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518335#M219475</guid>
      <dc:creator>Scott Nipp</dc:creator>
      <dc:date>2005-06-23T11:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518336#M219476</link>
      <description>SUCCESS at last!!!&lt;BR /&gt;&lt;BR /&gt;The fix was removing the PERL_NONLAZY=1.  his caused the 'make test' to complete quickly and with relatively few errors, and then the build worked.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Thu, 23 Jun 2005 12:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518336#M219476</guid>
      <dc:creator>Scott Nipp</dc:creator>
      <dc:date>2005-06-23T12:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518337#M219477</link>
      <description>As /me quoteths /me from a previous post:&lt;BR /&gt;&lt;BR /&gt;--8&amp;lt;---&lt;BR /&gt;Then in some cases there might be a situation that would only influence the *test* case.&lt;BR /&gt;If that is true on your system, go edit the Makefile, and remove 'PERL_DL_NOLAZY=1 ' from the Makefile (make a backup first)&lt;BR /&gt;--&amp;gt;8---&lt;BR /&gt;&lt;BR /&gt;Didn't I tell you? :)&lt;BR /&gt;&lt;BR /&gt;And it's *very* easy to explain why HP cannot ship a working DBD::Oracle. It is the same reason why *I* can't, and I explain again&lt;BR /&gt;&lt;BR /&gt;1. There are many Oracle versions, and a port of DBD::Oracle for Oracle 9.1.0.2/32 will not work for Oracle 9.1.0.3/64 however small the difference might look&lt;BR /&gt;2. The installation path for Oracle will be different on every system, and as the library path to Oracle's shared libs is included in the modules, and not all environments will gladly accept SHLIB_PATH, things wil just not work, even if your version exacly matches the version DBD::Oracle was built against. e.g. my own Oracle is installed in /pro/oracle/v920. I bet yours is somewhere else&lt;BR /&gt;3. Installing DBD::Oracle *inside* the default perl tree will prevent seemless installation of several DBD::Oracle's beside eachother, as to run for multiple versions of Oracle on the same machine&lt;BR /&gt;4. If you get a prebuilt DBD::Oracle, and you expect it to still work after you upgrade your database, you will find yourself into far more frustration than when you have a hard time building it yourself from the first time. The first time there is far less presure, since nothing works anyway. If you upgrade and things break, look at who people will turn to to complain&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 23 Jun 2005 12:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518337#M219477</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-06-23T12:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Perl and DBD:Oracle...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518338#M219478</link>
      <description>this is not a solution but a request for how you resolved this issue ... I am having the same issue now</description>
      <pubDate>Thu, 05 Jan 2006 18:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-and-dbd-oracle/m-p/3518338#M219478</guid>
      <dc:creator>ludette coronel</dc:creator>
      <dc:date>2006-01-05T18:39:17Z</dc:date>
    </item>
  </channel>
</rss>

