<?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: Problems installing DBD::Oracle with CPAN in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-dbd-oracle-with-cpan/m-p/4504921#M681121</link>
    <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Install the package, from cpan:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;install Archive::Tar&lt;BR /&gt;&lt;BR /&gt;and follow all dependencies to check they get installed correctly. Once Archive::Tar is installed rerun the install for DBD::Oracle.&lt;BR /&gt;&lt;BR /&gt;It could also happen that you need to install Archive::Tar manually since cpan itself needs Archive::Tar to install the Archive::Tar package (it uses it to untar the downloaded package in *.tar.gz format).&lt;BR /&gt;&lt;BR /&gt;If install Archive::Tar gives you the same error as with DBD::Oracle install it manually:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cpan.org/modules/INSTALL.html" target="_blank"&gt;http://www.cpan.org/modules/INSTALL.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Kobylka</description>
    <pubDate>Sun, 04 Oct 2009 07:49:40 GMT</pubDate>
    <dc:creator>kobylka</dc:creator>
    <dc:date>2009-10-04T07:49:40Z</dc:date>
    <item>
      <title>Problems installing DBD::Oracle with CPAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-dbd-oracle-with-cpan/m-p/4504917#M681117</link>
      <description>Hello,&lt;BR /&gt;  I'm kind of new to perl and using cpan for installation, and am having problems installing DBD::Oracle.  I have CPAN setup to install under our non-root account as I'm not the admin, and it looks like it is having problems untaring the packages when trying to install.  Here is the output from CPAN:&lt;BR /&gt;&lt;BR /&gt;/opt/gp02/sbin/.cpan/CPAN$perl -MCPAN -eshell&lt;BR /&gt;&lt;BR /&gt;cpan shell -- CPAN exploration and modules installation (v1.9301)&lt;BR /&gt;ReadLine support enabled&lt;BR /&gt;&lt;BR /&gt;                                                                                                                             cpan[1]&amp;gt; install DBD::Oracle&lt;BR /&gt;CPAN: Storable loaded ok (v2.15)&lt;BR /&gt;Going to read /opt/gp02/sbin/.cpan/Metadata&lt;BR /&gt;  Database was generated on Sat, 26 Sep 2009 10:27:10 GMT&lt;BR /&gt;CPAN: YAML loaded ok (v0.68)&lt;BR /&gt;Going to read 3 yaml files from /opt/gp02/sbin/.cpan/build/&lt;BR /&gt;CPAN: Time::HiRes loaded ok (v1.86)&lt;BR /&gt;............................................................................DONE&lt;BR /&gt;Restored the state of 2 (in 0.2085 secs)&lt;BR /&gt;Running install for module 'DBD::Oracle'&lt;BR /&gt;Running make for P/PY/PYTHIAN/DBD-Oracle-1.23.tar.gz&lt;BR /&gt;Unwrapping had some problem, won't try again without force&lt;BR /&gt;  Had problems unarchiving. Please build manually&lt;BR /&gt;Running make test&lt;BR /&gt;  Make had some problems, won't test&lt;BR /&gt;Running make install&lt;BR /&gt;  Make had some problems, won't install&lt;BR /&gt;&lt;BR /&gt;Let me know what you think.  I have attatched my MyConfig.pm.  Also, let me know if there is anything else configuration wise you need(server is Itanium).&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Chris.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2009 12:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-dbd-oracle-with-cpan/m-p/4504917#M681117</guid>
      <dc:creator>Chris LaForce</dc:creator>
      <dc:date>2009-09-29T12:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing DBD::Oracle with CPAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-dbd-oracle-with-cpan/m-p/4504918#M681118</link>
      <description>Sorry,&lt;BR /&gt;   Here is my MyConfig.pm.</description>
      <pubDate>Tue, 29 Sep 2009 14:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-dbd-oracle-with-cpan/m-p/4504918#M681118</guid>
      <dc:creator>Chris LaForce</dc:creator>
      <dc:date>2009-09-29T14:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing DBD::Oracle with CPAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-dbd-oracle-with-cpan/m-p/4504919#M681119</link>
      <description>Hello Chris!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Let's see what your Archive-Tar version is:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# perl -MArchive::Tar -e 'print $Archive::Tar::VERSION."\n"'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Kobylka</description>
      <pubDate>Wed, 30 Sep 2009 08:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-dbd-oracle-with-cpan/m-p/4504919#M681119</guid>
      <dc:creator>kobylka</dc:creator>
      <dc:date>2009-09-30T08:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing DBD::Oracle with CPAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-dbd-oracle-with-cpan/m-p/4504920#M681120</link>
      <description>Thanks for the reply.  Looks like there may be some problems here.  Suggestions?&lt;BR /&gt;&lt;BR /&gt;/opt/gp02/sbin$ perl -MArchive::Tar -e 'print $Archive::Tar::VERSION."\n"'&lt;BR /&gt;Can't locate Package/Constants.pm in @INC (@INC contains: /usr/local/bin /opt/gp02/sbin/lib/lib/perl5/IA64.ARCHREV_0-thread-multi /opt/gp02/sbin/lib/lib/perl5 /opt/gp02/sbin/lib/lib/site_perl/5.8.8/IA64.ARCHREV_0-thread-multi /opt/gp02/sbin/lib/lib/site_perl/5.8.8 /opt/perl_32/lib/5.8.8/IA64.ARCHREV_0-thread-multi /opt/perl_32/lib/5.8.8 /opt/perl_32/lib/site_perl/5.8.8/IA64.ARCHREV_0-thread-multi /opt/perl_32/lib/site_perl/5.8.8 /opt/perl_32/lib/site_perl /opt/perl_32/lib/vendor_perl/5.8.8/IA64.ARCHREV_0-thread-multi /opt/perl_32/lib/vendor_perl/5.8.8 /opt/perl_32/lib/vendor_perl .) at /opt/perl_32/lib/site_perl/5.8.8/Archive/Tar/Constant.pm line 12.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.8/Archive/Tar/Constant.pm line 12.&lt;BR /&gt;Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.8/Archive/Tar/File.pm line 12.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.8/Archive/Tar/File.pm line 12.&lt;BR /&gt;Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.8/Archive/Tar.pm line 18.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.8/Archive/Tar.pm line 18.&lt;BR /&gt;Compilation failed in require.&lt;BR /&gt;BEGIN failed--compilation aborted.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chrisl</description>
      <pubDate>Sat, 03 Oct 2009 00:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-dbd-oracle-with-cpan/m-p/4504920#M681120</guid>
      <dc:creator>Chris LaForce</dc:creator>
      <dc:date>2009-10-03T00:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing DBD::Oracle with CPAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-dbd-oracle-with-cpan/m-p/4504921#M681121</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Install the package, from cpan:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;install Archive::Tar&lt;BR /&gt;&lt;BR /&gt;and follow all dependencies to check they get installed correctly. Once Archive::Tar is installed rerun the install for DBD::Oracle.&lt;BR /&gt;&lt;BR /&gt;It could also happen that you need to install Archive::Tar manually since cpan itself needs Archive::Tar to install the Archive::Tar package (it uses it to untar the downloaded package in *.tar.gz format).&lt;BR /&gt;&lt;BR /&gt;If install Archive::Tar gives you the same error as with DBD::Oracle install it manually:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cpan.org/modules/INSTALL.html" target="_blank"&gt;http://www.cpan.org/modules/INSTALL.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Kobylka</description>
      <pubDate>Sun, 04 Oct 2009 07:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-dbd-oracle-with-cpan/m-p/4504921#M681121</guid>
      <dc:creator>kobylka</dc:creator>
      <dc:date>2009-10-04T07:49:40Z</dc:date>
    </item>
  </channel>
</rss>

