<?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 - dbi in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-dbi/m-p/4950208#M413426</link>
    <description>There is a README you know?&lt;BR /&gt;It doesn't work like that. After unpacking, you will have to build and test before install&lt;BR /&gt;&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# gzip -d &lt;DBI-1.50.TAR.GZ&gt;&lt;/DBI-1.50.TAR.GZ&gt;# cd DBI-1.50&lt;BR /&gt;# perl Makefile.PL&lt;BR /&gt;# make&lt;BR /&gt;# make test&lt;BR /&gt;# make install&lt;BR /&gt;&lt;BR /&gt;be sure to also examine README.hpux!&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
    <pubDate>Wed, 04 Jan 2006 13:20:11 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2006-01-04T13:20:11Z</dc:date>
    <item>
      <title>perl - dbi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-dbi/m-p/4950207#M413425</link>
      <description>what version (1.50?) should I download and where for perl DBI for hpux perl 5.8.3?&lt;BR /&gt;&lt;BR /&gt;I got a version from CPAN  &lt;A href="http://www.perl.com/CPAN/modules/by-module/DBI/" target="_blank"&gt;http://www.perl.com/CPAN/modules/by-module/DBI/&lt;/A&gt;  but when I install, it fails with:&lt;BR /&gt;# make install&lt;BR /&gt;Make: Don't know how to make install.  Stop.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jan 2006 13:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-dbi/m-p/4950207#M413425</guid>
      <dc:creator>ludette coronel</dc:creator>
      <dc:date>2006-01-04T13:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: perl - dbi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-dbi/m-p/4950208#M413426</link>
      <description>There is a README you know?&lt;BR /&gt;It doesn't work like that. After unpacking, you will have to build and test before install&lt;BR /&gt;&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# gzip -d &lt;DBI-1.50.TAR.GZ&gt;&lt;/DBI-1.50.TAR.GZ&gt;# cd DBI-1.50&lt;BR /&gt;# perl Makefile.PL&lt;BR /&gt;# make&lt;BR /&gt;# make test&lt;BR /&gt;# make install&lt;BR /&gt;&lt;BR /&gt;be sure to also examine README.hpux!&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 04 Jan 2006 13:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-dbi/m-p/4950208#M413426</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-01-04T13:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: perl - dbi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-dbi/m-p/4950209#M413427</link>
      <description>oops - pointing to wrong (old) perl version...now it works but I get this error when I did make&lt;BR /&gt;&lt;BR /&gt;cc -c    -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +Onolimit +Opromote_indirect_calls +DAportable +DS2.0    -DVERSION=\"1.50\"  -DXS_VERSION=\"1.50\" +Z "-I/opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/CORE"   Perl.c&lt;BR /&gt;(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;(Bundled) cc: warning 422: Unknown option "f" ignored.&lt;BR /&gt;(Bundled) cc: warning 480: The +Onolimit option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;(Bundled) cc: warning 480: The +Opromote_indirect_calls option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;(Bundled) cc: warning 480: The +Z option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;cpp: "/opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/CORE/perlio.h", line 108: error 4065: Recursion in macro "PerlIO".&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;How to fix?</description>
      <pubDate>Wed, 04 Jan 2006 13:33:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-dbi/m-p/4950209#M413427</guid>
      <dc:creator>ludette coronel</dc:creator>
      <dc:date>2006-01-04T13:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: perl - dbi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-dbi/m-p/4950210#M413428</link>
      <description>XS modules cannot be build with  the braindead bundled C compiler, you need a ANSI C compiler, and preferably the one that was used to build perl with. End of story.&lt;BR /&gt;&lt;BR /&gt;You can of course also  decide to uninstall this perl, and choose a distribution that already includes a recent DBI, like my distributions.&lt;BR /&gt;&lt;BR /&gt;My HP ITRC site pages can be found at (please use LA as primary choice):&lt;BR /&gt;&lt;BR /&gt;USA Los Angeles &lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;SGP 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;USA Chicago     &lt;A href="http://ww.hpux.ws/merijn/" target="_blank"&gt;http://ww.hpux.ws/merijn/&lt;/A&gt;&lt;BR /&gt;NL  Hoofddorp   &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;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Wed, 04 Jan 2006 15:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-dbi/m-p/4950210#M413428</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-01-04T15:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: perl - dbi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-dbi/m-p/4950211#M413429</link>
      <description>I used gcc instead of the ansi cc and it worked.  Thanks much for your help!&lt;BR /&gt;I did:&lt;BR /&gt;/opt/perl/bin/change_config_pm  gcc to make it use gcc</description>
      <pubDate>Wed, 04 Jan 2006 15:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-dbi/m-p/4950211#M413429</guid>
      <dc:creator>ludette coronel</dc:creator>
      <dc:date>2006-01-04T15:24:11Z</dc:date>
    </item>
  </channel>
</rss>

