<?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 Perl: Upgrading in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448085#M208337</link>
    <description>I would like to upgrade to the latest version of Perl.&lt;BR /&gt;&lt;BR /&gt;How do I go about uninstalling the version that was installed with the OS (HPUX 11.11)?&lt;BR /&gt;&lt;BR /&gt;I'm assuming I must do this as the newer version that I downloaded is v5.8.5 from perl.com and the depot wants to install it to a different location in the filesys than the current version...</description>
    <pubDate>Tue, 21 Dec 2004 08:37:23 GMT</pubDate>
    <dc:creator>Tim_125</dc:creator>
    <dc:date>2004-12-21T08:37:23Z</dc:date>
    <item>
      <title>Perl: Upgrading</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448085#M208337</link>
      <description>I would like to upgrade to the latest version of Perl.&lt;BR /&gt;&lt;BR /&gt;How do I go about uninstalling the version that was installed with the OS (HPUX 11.11)?&lt;BR /&gt;&lt;BR /&gt;I'm assuming I must do this as the newer version that I downloaded is v5.8.5 from perl.com and the depot wants to install it to a different location in the filesys than the current version...</description>
      <pubDate>Tue, 21 Dec 2004 08:37:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448085#M208337</guid>
      <dc:creator>Tim_125</dc:creator>
      <dc:date>2004-12-21T08:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Perl: Upgrading</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448086#M208338</link>
      <description>I was not aware that perl.com had depot versions of perl for HP-UX.&lt;BR /&gt;&lt;BR /&gt;I suggest you take the following course:&lt;BR /&gt;&lt;BR /&gt;1) back up the system so you can get back to where you started&lt;BR /&gt;2) swremove the old version of perl&lt;BR /&gt;3) swinstall the new version of perl&lt;BR /&gt;&lt;BR /&gt;This should work well, though you may need to modify the search PATH and SHLIB_PATH variables based on the new location.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 21 Dec 2004 08:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448086#M208338</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-12-21T08:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Perl: Upgrading</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448087#M208339</link>
      <description>If you want to build perl yourself, you'd have to fetch the sources from perl.org, not from perl.com, which indeed does not have depot's for as far as I know&lt;BR /&gt;&lt;BR /&gt;Easiest way is to just leave whatever perl is installed on your system in place (except when it's perl4, which can be removed anyway) and then make a choice of the available binary ports for perl&lt;BR /&gt;&lt;BR /&gt;The HP-Porting center has pretty recent builds in depot's, which install, depending on the version you fetch, in either /opt/perl or /usr/local&lt;BR /&gt;&lt;BR /&gt;My binariy ports are compressed archives that I expect to be installed on /opt/perl or /opt/perl64&lt;BR /&gt;&lt;BR /&gt;Whatever method you choose, just make sure that your $PATH is set up so that the perl version you want to use can be found in your $PATH prior to any other version&lt;BR /&gt;&lt;BR /&gt;My most recent build is 5.8.6 and includes DBI-1.46 and Tk-804.027&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/" target="_blank"&gt;http://ww.hpux.ws/&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>Tue, 21 Dec 2004 08:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448087#M208339</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-12-21T08:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Perl: Upgrading</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448088#M208340</link>
      <description>The simpliest way to do what you want is SAM:&lt;BR /&gt;&lt;BR /&gt;SAM -&amp;gt; Software Management &lt;BR /&gt;and using appropriated options.&lt;BR /&gt;&lt;BR /&gt;The latest version of perl could be find:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.perl.com/CPAN/src/latest.tar.gz" target="_blank"&gt;www.perl.com/CPAN/src/latest.tar.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or if you dont want to compile it:&lt;BR /&gt;&lt;BR /&gt;hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.5/&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 21 Dec 2004 10:09:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448088#M208340</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2004-12-21T10:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Perl: Upgrading</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448089#M208341</link>
      <description>Just for the record, if you download that CPAN source file, you will get 5.8.6, which is the most recent stable today.&lt;BR /&gt;&lt;BR /&gt;There's nothing wrong with 5.8.5, I still use that myself.&lt;BR /&gt;&lt;BR /&gt;Both 5.8.5 and 5.8.6 are available from my site for all HP-UX&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn [ who finds compiling with HP C-ANSI-C a good reason to start from scratch ]</description>
      <pubDate>Tue, 21 Dec 2004 10:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448089#M208341</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-12-21T10:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Perl: Upgrading</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448090#M208342</link>
      <description>Thanks all.&lt;BR /&gt;&lt;BR /&gt;I went witht the depot from perl.com and everything is working fine.</description>
      <pubDate>Tue, 21 Dec 2004 10:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448090#M208342</guid>
      <dc:creator>Tim_125</dc:creator>
      <dc:date>2004-12-21T10:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Perl: Upgrading</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448091#M208343</link>
      <description>Can you please tell me where you found the depot on perl.com, so I might add that to the standard HPUX documentation in Perl. That would help people in the future.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn [ Who silently hopes it's not the ActiveState build ... ]</description>
      <pubDate>Tue, 21 Dec 2004 10:28:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448091#M208343</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-12-21T10:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Perl: Upgrading</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448092#M208344</link>
      <description>Merijn,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.perl.com/CPAN/ports/index.html#hpux" target="_blank"&gt;http://www.perl.com/CPAN/ports/index.html#hpux&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It appears that for 5.8.5 that merely point to the HP-UX porting centre.</description>
      <pubDate>Tue, 21 Dec 2004 10:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448092#M208344</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-12-21T10:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Perl: Upgrading</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448093#M208345</link>
      <description>Ahh, OK. That's Jarkko's page. He was perl-5.8.[01]'s pumpking. Indeed these refer to the porting center and my own site. Thanks.&lt;BR /&gt;&lt;BR /&gt;No points here please.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 21 Dec 2004 10:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-upgrading/m-p/3448093#M208345</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-12-21T10:36:42Z</dc:date>
    </item>
  </channel>
</rss>

