<?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 on HPUX11.11 - problems on installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle-on-hpux11-11-problems-on-installation/m-p/3190704#M713060</link>
    <description>Sorry, I will try DBD:oracle 1.15.&lt;BR /&gt;&lt;BR /&gt;But for this should I upgrade perl and Gcc?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 12 Feb 2004 14:15:03 GMT</pubDate>
    <dc:creator>Amauri Albuquerque</dc:creator>
    <dc:date>2004-02-12T14:15:03Z</dc:date>
    <item>
      <title>DBD::Oracle on HPUX11.11 - problems on installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle-on-hpux11-11-problems-on-installation/m-p/3190701#M713057</link>
      <description>Hi people.&lt;BR /&gt;&lt;BR /&gt;I downloaded the DBI 1.40 and DBD::Oracle 1.15 from CPAN, but when trying to install I get the following problem:&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;In file included from /opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi/CORE/perl.h:722,&lt;BR /&gt;                 from DBIXS.h:19,&lt;BR /&gt;                 from Perl.xs:1:&lt;BR /&gt;/usr/include/sys/socket.h:484: error: parse error before "sendfile"&lt;BR /&gt;/usr/include/sys/socket.h:485: error: parse error before "bsize_t"&lt;BR /&gt;/usr/include/sys/socket.h:486: error: parse error before "sendpath"&lt;BR /&gt;/usr/include/sys/socket.h:487: error: parse error before "bsize_t"&lt;BR /&gt;/usr/include/sys/socket.h:501: error: parse error before "__sendfile64"&lt;BR /&gt;/usr/include/sys/socket.h:501: error: parse error before "bsize_t"&lt;BR /&gt;/usr/include/sys/socket.h:502: error: parse error before "__sendpath64"&lt;BR /&gt;/usr/include/sys/socket.h:502: error: parse error before "bsize_t"&lt;BR /&gt;/usr/include/sys/socket.h:504: error: parse error before "sendfile"&lt;BR /&gt;/usr/include/sys/socket.h: In function `sendfile':&lt;BR /&gt;/usr/include/sys/socket.h:504: error: parse error before "bsize_t"&lt;BR /&gt;/usr/include/sys/socket.h: At top level:&lt;BR /&gt;/usr/include/sys/socket.h:505: error: parse error before "sendpath"&lt;BR /&gt;/usr/include/sys/socket.h: In function `sendpath':&lt;BR /&gt;/usr/include/sys/socket.h:505: error: parse error before "bsize_t"&lt;BR /&gt;----------------------------------------&lt;BR /&gt;&lt;BR /&gt;The system is HPUX11.11&lt;BR /&gt;Gcc 3.3.1&lt;BR /&gt;Perl 5.6.1&lt;BR /&gt;&lt;BR /&gt;Should I reinstall gcc? or compile it?&lt;BR /&gt;&lt;BR /&gt;Please help.</description>
      <pubDate>Thu, 12 Feb 2004 13:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle-on-hpux11-11-problems-on-installation/m-p/3190701#M713057</guid>
      <dc:creator>Amauri Albuquerque</dc:creator>
      <dc:date>2004-02-12T13:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: DBD::Oracle on HPUX11.11 - problems on installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle-on-hpux11-11-problems-on-installation/m-p/3190702#M713058</link>
      <description>You are using a 11.00 port of both perl and gcc. The explanation is on my site, as where you can also fetch the `correct' versions of both perl-5.8.3 + DBI-1.40 and gcc-3.3.2&lt;BR /&gt;&lt;BR /&gt;Please then use DBD::Oracle-1.15 which should build clean and out-of-the-box on 11i&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>Thu, 12 Feb 2004 13:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle-on-hpux11-11-problems-on-installation/m-p/3190702#M713058</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-02-12T13:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: DBD::Oracle on HPUX11.11 - problems on installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle-on-hpux11-11-problems-on-installation/m-p/3190703#M713059</link>
      <description>Hi H. Merijn.&lt;BR /&gt;&lt;BR /&gt;I acessed your page and downloaded some versions os Perl for 11.11/64. But the problem remains when I try to compile it. I read an explanation about updating gcc to solve this problem, but I didnÂ´t try yet. Do you think I need to upgrade gcc?&lt;BR /&gt;I will try DBI:1.15 first.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;your site is very go</description>
      <pubDate>Thu, 12 Feb 2004 14:12:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle-on-hpux11-11-problems-on-installation/m-p/3190703#M713059</guid>
      <dc:creator>Amauri Albuquerque</dc:creator>
      <dc:date>2004-02-12T14:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: DBD::Oracle on HPUX11.11 - problems on installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle-on-hpux11-11-problems-on-installation/m-p/3190704#M713060</link>
      <description>Sorry, I will try DBD:oracle 1.15.&lt;BR /&gt;&lt;BR /&gt;But for this should I upgrade perl and Gcc?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 12 Feb 2004 14:15:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle-on-hpux11-11-problems-on-installation/m-p/3190704#M713060</guid>
      <dc:creator>Amauri Albuquerque</dc:creator>
      <dc:date>2004-02-12T14:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: DBD::Oracle on HPUX11.11 - problems on installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle-on-hpux11-11-problems-on-installation/m-p/3190705#M713061</link>
      <description>You will have to update gcc to fit 11.11 (11i). You need this because on almost any OS, but HP-UX specifically, any XS module  (like DBI, and DBD::Oracle) that nees a C compiler need the compiler that matches the compiler perl was built with, because the flags used to build perl with are passed to the compiler when building the module&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 12 Feb 2004 14:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle-on-hpux11-11-problems-on-installation/m-p/3190705#M713061</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-02-12T14:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: DBD::Oracle on HPUX11.11 - problems on installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle-on-hpux11-11-problems-on-installation/m-p/3190706#M713062</link>
      <description>I had the some errors. If you are using GCC compiled for HPUX 11.00 then you are out-of-luck.&lt;BR /&gt;&lt;BR /&gt;Use the HPUX 11i version of GCC. Download it from &lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html&lt;/A&gt;</description>
      <pubDate>Tue, 17 Aug 2004 21:46:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbd-oracle-on-hpux11-11-problems-on-installation/m-p/3190706#M713062</guid>
      <dc:creator>Wai Kiong Choy</dc:creator>
      <dc:date>2004-08-17T21:46:57Z</dc:date>
    </item>
  </channel>
</rss>

