<?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 intallation problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-intallation-problem/m-p/4912208#M703028</link>
    <description>Many ideas. One of them is conflicting versions. Another is that you have rather old versions.&lt;BR /&gt;&lt;BR /&gt;1. Get rid of the old 5.6.1 version&lt;BR /&gt;&lt;BR /&gt;# swremove perl5&lt;BR /&gt;&lt;BR /&gt;2. Find which perl is now first in your $PATH&lt;BR /&gt;&lt;BR /&gt;# whereis perl&lt;BR /&gt;# which perl&lt;BR /&gt;&lt;BR /&gt;3. Make sure that the version you want is found first, and then check that&lt;BR /&gt;&lt;BR /&gt;# perl -v&lt;BR /&gt;&lt;BR /&gt;# perl -V&lt;BR /&gt;&lt;BR /&gt;with a capital V should tell you where it looks for the modules, but if it cannot find Config.pm, you're lost there too&lt;BR /&gt;&lt;BR /&gt;4. Last, consider installing a more recent version.&lt;BR /&gt;&lt;BR /&gt;In the 5.8.x track (stable releases), we're now at 5.8.7&lt;BR /&gt;In the 5.6.x track, we're now at 5.6.2&lt;BR /&gt;&lt;BR /&gt;If you want the official HP port, you should scan the rearranged HP software site. Other options include my site (see below) or the HP Porting center, e.g. &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.6/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.6/&lt;/A&gt;&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, 13 Jul 2005 00:23:51 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2005-07-13T00:23:51Z</dc:date>
    <item>
      <title>perl intallation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-intallation-problem/m-p/4912207#M703027</link>
      <description>Dear all,&lt;BR /&gt;I would be very much obliged if you could help me with following case in an HP-UX 11i I casn see the following perl installed:&lt;BR /&gt; swlist | grep -i perl&lt;BR /&gt;  perl                          D.5.8.0.B      Perl Programming Language&lt;BR /&gt;  Perl5                         B.5.6.1.E      Perl for HP-UX&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;When I run perl -V I get the following:&lt;BR /&gt;# perl -V&lt;BR /&gt;Can't locate Config.pm in @INC (@INC contains: /opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi /opt/perl/lib/5.6.1 /opt/perl/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /opt/perl/lib/site_perl/5.6.1 /opt/perl/lib/site_perl .).&lt;BR /&gt;BEGIN failed--compilation aborted.&lt;BR /&gt;&lt;BR /&gt;One of my applications that uses perl cannot run with the following error:&lt;BR /&gt;Can't locate lib.pm in @INC (@INC contains: /opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi /opt/perl/lib/5.6.1 /opt/perl/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /opt/perl/lib/site_perl/5.6.1 /opt/perl/lib/site_perl .) &lt;BR /&gt;&lt;BR /&gt;Do yoy have any ideas?&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;Rs,&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jul 2005 00:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-intallation-problem/m-p/4912207#M703027</guid>
      <dc:creator>John_912</dc:creator>
      <dc:date>2005-07-13T00:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: perl intallation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-intallation-problem/m-p/4912208#M703028</link>
      <description>Many ideas. One of them is conflicting versions. Another is that you have rather old versions.&lt;BR /&gt;&lt;BR /&gt;1. Get rid of the old 5.6.1 version&lt;BR /&gt;&lt;BR /&gt;# swremove perl5&lt;BR /&gt;&lt;BR /&gt;2. Find which perl is now first in your $PATH&lt;BR /&gt;&lt;BR /&gt;# whereis perl&lt;BR /&gt;# which perl&lt;BR /&gt;&lt;BR /&gt;3. Make sure that the version you want is found first, and then check that&lt;BR /&gt;&lt;BR /&gt;# perl -v&lt;BR /&gt;&lt;BR /&gt;# perl -V&lt;BR /&gt;&lt;BR /&gt;with a capital V should tell you where it looks for the modules, but if it cannot find Config.pm, you're lost there too&lt;BR /&gt;&lt;BR /&gt;4. Last, consider installing a more recent version.&lt;BR /&gt;&lt;BR /&gt;In the 5.8.x track (stable releases), we're now at 5.8.7&lt;BR /&gt;In the 5.6.x track, we're now at 5.6.2&lt;BR /&gt;&lt;BR /&gt;If you want the official HP port, you should scan the rearranged HP software site. Other options include my site (see below) or the HP Porting center, e.g. &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.6/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.6/&lt;/A&gt;&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, 13 Jul 2005 00:23:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-intallation-problem/m-p/4912208#M703028</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-07-13T00:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: perl intallation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-intallation-problem/m-p/4912209#M703029</link>
      <description>Thank you very much!!&lt;BR /&gt;Rs, John</description>
      <pubDate>Wed, 13 Jul 2005 00:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-intallation-problem/m-p/4912209#M703029</guid>
      <dc:creator>John_912</dc:creator>
      <dc:date>2005-07-13T00:31:09Z</dc:date>
    </item>
  </channel>
</rss>

