<?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 modules and perl versions in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/perl-modules-and-perl-versions/m-p/3707259#M103423</link>
    <description>Thanks Steven,&lt;BR /&gt;&lt;BR /&gt;Just was going nutz once I thought I got past one isssue then I run into another.&lt;BR /&gt;&lt;BR /&gt;Do you know if the following is a true statement.&lt;BR /&gt;The DBD::Oracle will NOT compile under GCC Perl( I have seen some references to people getting it to work but have had no such luck myself).&lt;BR /&gt;&lt;BR /&gt;Luckily the server I am working on has a licensed copy of HP Ansi/C or I would really be up a creek. &lt;BR /&gt;&lt;BR /&gt;Thanks !!!&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Jan 2006 15:15:21 GMT</pubDate>
    <dc:creator>Tim Nelson</dc:creator>
    <dc:date>2006-01-11T15:15:21Z</dc:date>
    <item>
      <title>perl modules and perl versions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-modules-and-perl-versions/m-p/3707257#M103421</link>
      <description>As I embarked on installing some DBI modules I ran into something interesting and am looking for opinions or experiences.&lt;BR /&gt;&lt;BR /&gt;I was installing the DBD::ODBC.  In order to get it to compile I had to make sure that I was using perl compiled with gcc.&lt;BR /&gt;&lt;BR /&gt;I then was working on DBD::Oracle.  I am currently finding that in order to get this compiled I need perl compiled with ANSI/C as it seems that in order to link and compile the Oracle pieces gcc will not work.&lt;BR /&gt;&lt;BR /&gt;Has anyone run into this conflict and / or questioned it ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2006 14:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-modules-and-perl-versions/m-p/3707257#M103421</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2006-01-11T14:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: perl modules and perl versions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-modules-and-perl-versions/m-p/3707258#M103422</link>
      <description>This is pretty common.&lt;BR /&gt;&lt;BR /&gt;Its possible to compile perl in different ways and keep it in different locations.&lt;BR /&gt;&lt;BR /&gt;I guess the problem is if DBD module needs to be compiled itself as one big module. Then you seen to have a circular problem.&lt;BR /&gt;&lt;BR /&gt;I think they are portable and you can get around it with multiple perl versions.&lt;BR /&gt;&lt;BR /&gt;Never questioned it myself because it involves Oracle. Nothing surprises me there.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 11 Jan 2006 15:11:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-modules-and-perl-versions/m-p/3707258#M103422</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-11T15:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: perl modules and perl versions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-modules-and-perl-versions/m-p/3707259#M103423</link>
      <description>Thanks Steven,&lt;BR /&gt;&lt;BR /&gt;Just was going nutz once I thought I got past one isssue then I run into another.&lt;BR /&gt;&lt;BR /&gt;Do you know if the following is a true statement.&lt;BR /&gt;The DBD::Oracle will NOT compile under GCC Perl( I have seen some references to people getting it to work but have had no such luck myself).&lt;BR /&gt;&lt;BR /&gt;Luckily the server I am working on has a licensed copy of HP Ansi/C or I would really be up a creek. &lt;BR /&gt;&lt;BR /&gt;Thanks !!!&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2006 15:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-modules-and-perl-versions/m-p/3707259#M103423</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2006-01-11T15:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: perl modules and perl versions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-modules-and-perl-versions/m-p/3707260#M103424</link>
      <description>Sorry, I can not subscribe to that statement.&lt;BR /&gt;But then again, I'm probably blessed with some more than average perl knowledge.&lt;BR /&gt;&lt;BR /&gt;Let's try to summarize.&lt;BR /&gt;&lt;BR /&gt;1. It's always best to compile perl and the modules with the same compiler&lt;BR /&gt;2. It's always best to compile it with the same version of the compiler&lt;BR /&gt;3. If you have a choice, it is best to compile with HP C-ANSI-C&lt;BR /&gt;4. In case of emergency, it is possible to mix gcc and cc&lt;BR /&gt;5. perl and/or modules cannot be build with the pa-risc bundles C compiler, since it is not ANSI compliant&lt;BR /&gt;&lt;BR /&gt;Ad 3. I have just built the most recent versions (csv checkout's if you would use csv, but perl used perforce) for maint and devel on Itanium 2 (HP-UX 11.23) with HP C-ANSI-C B.06.05, and had to drop optimizing to +O1, since all kind of problems started emerging on +O2 and up. If someone knows how to make contact to the right people with HP about this, I'm open to suggestions. You could also try to compile openssl-0.9.8a and note exactly the same. It builds, but tests completely barf. dropping to +O1 makes everything pass.&lt;BR /&gt;&lt;BR /&gt;Ad 4. when mixing, you have to alter the Makefile's to swap all C-ANSI-C flags to gcc flags.&lt;BR /&gt;&lt;BR /&gt;-Ae +Z -z +O2 +Onolimit =&amp;gt; -fPIC -mpa-risc-2-0 -O2&lt;BR /&gt;+DA2.0w or +DD64 =&amp;gt; needs the 64bit gcc compiler&lt;BR /&gt;&lt;BR /&gt;on Itanium +DD64 =&amp;gt; -mlp64 and -mpa-risc-2-0 can be dropped&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 11 Jan 2006 15:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-modules-and-perl-versions/m-p/3707260#M103424</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-01-11T15:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: perl modules and perl versions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-modules-and-perl-versions/m-p/3707261#M103425</link>
      <description>Thanks Merijn,&lt;BR /&gt;&lt;BR /&gt;I have gotten everything to work on the DBD::Oracle using the Perl 5.8.3 (Ansi/C version) and making sure to export the LD_PRELOAD.&lt;BR /&gt;&lt;BR /&gt;Maybe someday I will try again with the GCC version of Perl.&lt;BR /&gt;&lt;BR /&gt;Cheers !&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2006 18:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-modules-and-perl-versions/m-p/3707261#M103425</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2006-01-11T18:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: perl modules and perl versions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-modules-and-perl-versions/m-p/3707262#M103426</link>
      <description>DBD::Oracle 1.17 is about to be released with quite a number of fixes. Release Candidate 3 is already in the open.&lt;BR /&gt;&lt;BR /&gt;Keep an eye on &lt;A href="http://search.cpan.org/~timb/" target="_blank"&gt;http://search.cpan.org/~timb/&lt;/A&gt; or &lt;A href="http://search.cpan.org/search?query=DBD%3A%3AOracle&amp;amp;mode=all" target="_blank"&gt;http://search.cpan.org/search?query=DBD%3A%3AOracle&amp;amp;mode=all&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;1.16 was released Oct 2004, so I do expect some improvements after more than a year.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 12 Jan 2006 03:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-modules-and-perl-versions/m-p/3707262#M103426</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-01-12T03:44:54Z</dc:date>
    </item>
  </channel>
</rss>

