<?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: Help compiling perl DB modules in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189263#M796544</link>
    <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;Excuse the interruption, but I have to know!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Merijn,&lt;BR /&gt;&lt;BR /&gt;Does SEP have a branch office in Seattle or is this actually supposed to be Chicago?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 11 Feb 2004 12:55:48 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2004-02-11T12:55:48Z</dc:date>
    <item>
      <title>Help compiling perl DB modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189259#M796540</link>
      <description>I'm having trouble compiling a couple of perl DB modules. Info as follows&lt;BR /&gt;&lt;BR /&gt;OS =&amp;gt; 11.11&lt;BR /&gt;perl =&amp;gt; 5.6.1&lt;BR /&gt;compiler =&amp;gt; gcc_64 3.1&lt;BR /&gt;DB =&amp;gt; mysql 2.23.56 64bit (Statically linked libs)&lt;BR /&gt;module1 =&amp;gt; DBI-1.40&lt;BR /&gt;module2 =&amp;gt; DBD-mysql-2.9003&lt;BR /&gt;&lt;BR /&gt;DBI compile completes Makefile &amp;amp; make OK but fails ~48% of the tests &amp;amp; ~17% of the subtests of the make test. It does complete the make install w/o any error indication.&lt;BR /&gt;&lt;BR /&gt;DBD fails the Makefile quickly with the following error message:&lt;BR /&gt;&lt;BR /&gt;Warning: prerequisite DBI failed to load: Can't load '/opt/perl/lib/site_perl/5.&lt;BR /&gt;6.1/PA-RISC1.1-thread-multi/auto/DBI/DBI.sl' for module DBI: Exec format error a&lt;BR /&gt;t /opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi/DynaLoader.pm line 206.&lt;BR /&gt; at /opt/perl/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/DBI.pm line 252&lt;BR /&gt; BEGIN failed--compilation aborted at /opt/perl/lib/site_perl/5.6.1/PA-RISC1.1-t&lt;BR /&gt;hread-multi/DBI.pm line 252.&lt;BR /&gt; Compilation failed in require at (eval 4) line 3.&lt;BR /&gt;&lt;BR /&gt;I've tried compiling both manually &amp;amp; through the CPAN module &amp;amp; get the same results.&lt;BR /&gt;The make binary I run is out of /usr/ccs/bin &amp;amp; shows &lt;BR /&gt;&lt;BR /&gt;# what make&lt;BR /&gt;make:&lt;BR /&gt;         doname.c $Date: 2002/07/02 08:54:21 $Revision: r11.11/1 PATCH_11.11 (PH&lt;BR /&gt;CO_27280)&lt;BR /&gt;         files.c $Date: 2002/07/02 08:54:21 $Revision: r11.11/1 PATCH_11.11 (PHC&lt;BR /&gt;O_27280)&lt;BR /&gt;         rules.c $Date: 2002/10/06 23:26:23 $Revision: r11.11/2 PATCH_11.11 (PHC&lt;BR /&gt;O_27755)&lt;BR /&gt;         $Revision: @(#) all CUP11.11_BL2002_1008_3 PATCH_11.11 PHCO_27755&lt;BR /&gt;         Tue Oct  8 06:55:10 PDT 2002 $&lt;BR /&gt;&lt;BR /&gt;Things I'm not sure of are what my SHLIB_PATH &amp;amp; LD_PATH settings should be.&lt;BR /&gt;&lt;BR /&gt;Has anybody attempted to compile these module for 11.11?&lt;BR /&gt;Let me know if you need any further info&lt;BR /&gt;Any help will be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2004 12:07:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189259#M796540</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-02-11T12:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help compiling perl DB modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189260#M796541</link>
      <description>I _think_ your perl is 32bit. ANd thus the DBI.sl that is built for this perl is also 32bit.&lt;BR /&gt;&lt;BR /&gt;Given that you want to link to 64bit objects, the complaints are reasonable.&lt;BR /&gt;&lt;BR /&gt;You need a 64bit perl to link to 64bit MySQL&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn [ Who does not use MySQL (anymore) ]</description>
      <pubDate>Wed, 11 Feb 2004 12:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189260#M796541</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-02-11T12:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help compiling perl DB modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189261#M796542</link>
      <description>Hi Merijn,&lt;BR /&gt;&lt;BR /&gt;I checked &amp;amp; the perl loaded is B.5.6.1.C&lt;BR /&gt;I see on my depot I have B.5.6.1.E and am assuming that's 32-bit as well.&lt;BR /&gt;&lt;BR /&gt;I can't seem to find - or at least I don't see - a 64-bit ver on software.hp.com.&lt;BR /&gt;&lt;BR /&gt;Do you know if they have one?&lt;BR /&gt;If so, where on their site.&lt;BR /&gt;If not, where would I get one?&lt;BR /&gt;&lt;BR /&gt;Thx,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 11 Feb 2004 12:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189261#M796542</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-02-11T12:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help compiling perl DB modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189262#M796543</link>
      <description>Not on HP :) But *I* have all kind of flavours readily available. Bet you've never been there (yet)&lt;BR /&gt;&lt;BR /&gt;My HP ITRC site pages can be found at&lt;BR /&gt;&lt;BR /&gt;Singapore &lt;A href="https://www.beepz.com/personal/merijn/" target="_blank"&gt;https://www.beepz.com/personal/merijn/&lt;/A&gt;&lt;BR /&gt;Rotterdam &lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt;&lt;BR /&gt;Seattle   &lt;A href="http://ww.hpux.ws/merijn/" target="_blank"&gt;http://ww.hpux.ws/merijn/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Wed, 11 Feb 2004 12:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189262#M796543</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-02-11T12:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help compiling perl DB modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189263#M796544</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;Excuse the interruption, but I have to know!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Merijn,&lt;BR /&gt;&lt;BR /&gt;Does SEP have a branch office in Seattle or is this actually supposed to be Chicago?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 11 Feb 2004 12:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189263#M796544</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-02-11T12:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help compiling perl DB modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189264#M796545</link>
      <description>How should I know? :) :)&lt;BR /&gt;&lt;BR /&gt;This is what a visual tracert showed me, and SEP never complained. Whatever it is, it's both USA and thus closest mirror to the USA members.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 11 Feb 2004 13:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189264#M796545</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-02-11T13:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help compiling perl DB modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189265#M796546</link>
      <description>Hi Merijn,&lt;BR /&gt;&lt;BR /&gt;Ok - I've pulled down 5.8.3 for 11.11/64 - mainly because you've already loaded it with DBI 1.40.&lt;BR /&gt;&lt;BR /&gt;Will install &amp;amp; try the DBD again.&lt;BR /&gt;I'll let you know how it goes.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your valuable assistance.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 11 Feb 2004 14:24:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189265#M796546</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-02-11T14:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help compiling perl DB modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189266#M796547</link>
      <description>Merijn, you're the perl mongering man!&lt;BR /&gt;Worked like a champ.&lt;BR /&gt;I guess it's always easier with the right tool ;^))&lt;BR /&gt;&lt;BR /&gt;Thanks again my friend,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 11 Feb 2004 15:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-compiling-perl-db-modules/m-p/3189266#M796547</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-02-11T15:34:14Z</dc:date>
    </item>
  </channel>
</rss>

