<?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 install problem on HP-UX11.01 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125398#M717812</link>
    <description>Someone's playing tricks with me. .tgz attachments not coming through&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cmve.net/~merijn/libsec.2" target="_blank"&gt;http://www.cmve.net/~merijn/libsec.2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
    <pubDate>Thu, 20 Nov 2003 16:22:00 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2003-11-20T16:22:00Z</dc:date>
    <item>
      <title>Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125393#M717807</link>
      <description>The system already installed Perl 5.004 version.&lt;BR /&gt;I'm tring to build a Perl 5.8.0 version on HP-UX11.01 (Workstation B180)..But installed Perl software doesn't work and&lt;BR /&gt;come out follow error message...&lt;BR /&gt;&lt;BR /&gt;$ perl&lt;BR /&gt;/usr/lib/dld.sl: Can't find path for shared library: libsec.2&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;&lt;BR /&gt;I putted the software at /usr/local and type&lt;BR /&gt; &amp;lt; swinstall -s "/usr/local/xxxxx" perl &amp;gt; command.. &lt;BR /&gt;&lt;BR /&gt;How do i correctly build a Perl software and how can i fix that problem...?&lt;BR /&gt;&lt;BR /&gt;Please...give me a information....&lt;BR /&gt;Thanks..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 15:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125393#M717807</guid>
      <dc:creator>john_611</dc:creator>
      <dc:date>2003-11-20T15:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125394#M717808</link>
      <description>Why not pick up the depot from:&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.0/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.0/&lt;/A&gt;&lt;BR /&gt;and then use swinstall to install it.&lt;BR /&gt;Sounds like that would be a simpler thing&lt;BR /&gt;for you to do.&lt;BR /&gt;HTH    ...Laurie :{)</description>
      <pubDate>Thu, 20 Nov 2003 16:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125394#M717808</guid>
      <dc:creator>Laurie Gellatly</dc:creator>
      <dc:date>2003-11-20T16:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125395#M717809</link>
      <description>&lt;BR /&gt;OR even you can download the source if u have a C compiler installed.  But i like depot with seperate paths, may be /usr/local/perl580&lt;BR /&gt;&lt;BR /&gt;btw, did you try correctly setting the variable LD_LIBRARY_PATH...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Vijay</description>
      <pubDate>Thu, 20 Nov 2003 16:10:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125395#M717809</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-11-20T16:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125396#M717810</link>
      <description>if u installed perl 58 in /usr/local, u may need to set LD_LIBRARY_PATH to ur correct library paths like&lt;BR /&gt;&lt;BR /&gt;export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/perl/lib: like this&lt;BR /&gt;&lt;BR /&gt;try finding dld.sl and set the directory in Load library path...&lt;BR /&gt;&lt;BR /&gt;and try testing perl with &lt;BR /&gt;&lt;BR /&gt;/usr/local/perl58/bin/perl -v&lt;BR /&gt;&lt;BR /&gt;-Vijay</description>
      <pubDate>Thu, 20 Nov 2003 16:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125396#M717810</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-11-20T16:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125397#M717811</link>
      <description>None of the above three answers will provide you with libsec.2 :)&lt;BR /&gt;&lt;BR /&gt;Attached&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Thu, 20 Nov 2003 16:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125397#M717811</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-11-20T16:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125398#M717812</link>
      <description>Someone's playing tricks with me. .tgz attachments not coming through&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cmve.net/~merijn/libsec.2" target="_blank"&gt;http://www.cmve.net/~merijn/libsec.2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Thu, 20 Nov 2003 16:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125398#M717812</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-11-20T16:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125399#M717813</link>
      <description>John, can we do a sanity check on the HP-UX release number? 11.01 doesn't sound right.  Unless you managed to get a pre-release version of HP-UX somewhere along the line, I can't see how you would be running a version by that number.&lt;BR /&gt;&lt;BR /&gt;Procura, I'm sure your intentions were good, but installing HP-UX software bypassing SD is likely to lead to inconsistencies on the system (swverify errors, lack of proper dependency checking, etc. at the very least).&lt;BR /&gt;&lt;BR /&gt;libsec has been shipped with every version of HP-UX since 10.00.  If it's not on the system, or if the version numbers don't match, it's probably a sign of a bigger problem that should be looked into before worrying about perl.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Nov 2003 21:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125399#M717813</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2003-11-22T21:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125400#M717814</link>
      <description>HI, Doug Hosking..&lt;BR /&gt;&lt;BR /&gt;I checked my HP-UX version again..&lt;BR /&gt;It's HP-UX 10.20 base...I was confused.. Because When I type "version" command, the message is "HP-UX 11.01" ..But Original HP-UX DAT tape is 10.20 basic HP-UX..So i re-installed the HP-UX 10.20 sofeware on my workstation, and i tried to get a Perl 5.6.x or 5.8.x version for HP-UX 10.20 base.. But I couldn't find the software...&lt;BR /&gt;Do you know where i can get the software..?&lt;BR /&gt;Please help me...</description>
      <pubDate>Mon, 24 Nov 2003 12:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125400#M717814</guid>
      <dc:creator>john_611</dc:creator>
      <dc:date>2003-11-24T12:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125401#M717815</link>
      <description>Sure, got to my site :)&lt;BR /&gt;&lt;BR /&gt;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;Rotterdam &lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt;&lt;BR /&gt;Seattle   &lt;A href="http://ww.hpux.ws/merijn/" target="_blank"&gt;http://ww.hpux.ws/merijn/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Mon, 24 Nov 2003 12:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125401#M717815</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-11-24T12:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125402#M717816</link>
      <description>Hi,procura and Doug Hosking !!!&lt;BR /&gt;&lt;BR /&gt;Thanks for your helping..&lt;BR /&gt;But I don't know how to install the program and which is correct program...&lt;BR /&gt;I'm a beginner to learn the HP-UX..&lt;BR /&gt;My system version is following list..&lt;BR /&gt;&lt;BR /&gt;$ version&lt;BR /&gt;Agilent 3070 Software Version 3070 05.00pd 1101 UX&lt;BR /&gt;&lt;BR /&gt;$ perl -v&lt;BR /&gt; &lt;BR /&gt;This is perl, version 5.004&lt;BR /&gt; &lt;BR /&gt;Copyright 1987-1997, Larry Wall&lt;BR /&gt; &lt;BR /&gt;Perl may be copied only under the terms of either the Artistic License or the&lt;BR /&gt;GNU General Public License, which may be found in the Perl 5.0 source kit.&lt;BR /&gt; &lt;BR /&gt;So, Please could you give me a information for the installation procedure and correct file....?&lt;BR /&gt;&lt;BR /&gt;Thanks..&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Nov 2003 19:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125402#M717816</guid>
      <dc:creator>john_611</dc:creator>
      <dc:date>2003-11-24T19:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125403#M717817</link>
      <description>The perl you are showing us the version of is located in /usr/contrib/bin and is soooooo old that noone on this forum will help you write suitable code for it&lt;BR /&gt;&lt;BR /&gt;the perl you can fetch from my site (visit the "Perl" link in the upper right screen corner to see the installation instructions) is perl-5.8.2 for all hp-ux flavours I have access to. Fetch the at teh "Download" section and choose from the HP-UX 10.20 column&lt;BR /&gt;&lt;BR /&gt;Be SURE that /opt/perl/bin precedes /usr/contrib/bin in your $PATH (edit /etc/PATH)&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Mon, 24 Nov 2003 20:30:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125403#M717817</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-11-24T20:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125404#M717818</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;As Doug already mentioned, you must make sure your system have "libsec.2" already intstalled. you may have a problem if you can't find that library in your system even if you download perl from "Merijn" site.&lt;BR /&gt;&lt;BR /&gt;To findout what version of HPUX you have, you can just type:&lt;BR /&gt;&lt;BR /&gt;uname -a&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Mehdi</description>
      <pubDate>Mon, 24 Nov 2003 21:52:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125404#M717818</guid>
      <dc:creator>Mehdi_1</dc:creator>
      <dc:date>2003-11-24T21:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125405#M717819</link>
      <description>Let's back up a bit based on what we now know.  Forgetting the 'version' command (which is not part of HP-UX but apparently part of some other software you got from Agilent, and therefore not meaningful in determining the HP-UX version), it sounds like you are running HP-UX 10.20.  You can verify this with the 'uname -r' or 'uname -a' commands.  Since you say you just reinstalled from the CD, I will assume you are running HP-UX 10.20. &lt;BR /&gt;&lt;BR /&gt;Keep in mind that 10.20 dates back to the spring of 1996 - 7 1/2 years ago.  HP has already stopped supporting this release, and open source developers are likewise paying less attention to it.  For example, see&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gatekeep.cs.utah.edu/hppd/answers/5-4.html" target="_blank"&gt;http://gatekeep.cs.utah.edu/hppd/answers/5-4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will increasingly find that you will either have to upgrade to a newer version of HP-UX (if that is possible on your hardware) or be content with running an older version of whatever software you are interested in.&lt;BR /&gt;&lt;BR /&gt;You indicate that you are getting error messages referring to libsec.2.  libsec.2 did not exist until HP-UX 11.00.  It was specifically created because there was a major change between 10.20 and 11.00 (i.e. a new threads model) that was not compatible with the older libsec.1.&lt;BR /&gt;&lt;BR /&gt;The fact that you are getting complaints about libsec.2 strongly suggests that you are trying to install an 11.X version of perl on your 10.20 system, which would not work well.  The general rule for installing software on an HP-UX system is that you can often install software for an older release on your system and have it work (10.20 perl on HP-UX 11.00, for example) but it is almost never a good idea to try to install software for a newer release on an older version of HP-UX (such as 11.00 perl on HP-UX 10.20).&lt;BR /&gt;&lt;BR /&gt;Installing libsec.2 on your 10.20 system to try to work around this would also not work well, since it may be trying to do system calls that did not exist in 10.20, or using interfaces that changed in some other way between 10.20 and 11.00.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/merijn/#Perl" target="_blank"&gt;http://www.hpux.ws/merijn/#Perl&lt;/A&gt; appears to have 10.20-compatible perl 5.8.0 binaries &lt;BR /&gt;(see &lt;A href="http://www.hpux.ws/merijn/perl-5.8.0-gcc-3.2-10.20-pa11-ora.tbz)" target="_blank"&gt;http://www.hpux.ws/merijn/perl-5.8.0-gcc-3.2-10.20-pa11-ora.tbz)&lt;/A&gt; but you may have to get bzip2 from that page first so you can uncompress it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Nov 2003 04:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125405#M717819</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2003-11-25T04:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125406#M717820</link>
      <description>Hi..&lt;BR /&gt;&lt;BR /&gt;My system already has Perl5.004 version on HP-UX10.20 ..So, I want to upgrade the PERL version to 5.8.0..&lt;BR /&gt;I installed the Perl5.8.0 version at /opt/perl5_8 directory by using the &lt;PERL-5.8.0-GCC-3.2-10.20-PA11-ORA.TBZ&gt;, &lt;MAN&gt; and &lt;LIB&gt; directory..&lt;BR /&gt;And then i checked the PERL version using &amp;lt; perl -v &amp;gt; command, the version is still 5.004 version...&lt;BR /&gt;&lt;BR /&gt;so i ran the perl5.8.0 file in the /opt/perl5_8/bin directory, the error message is coming out as following list.&lt;BR /&gt; - /usr/lib/dld.sl:Can't open shared library:/usr/lib/libpthread.sl&lt;BR /&gt; - /usr/lib/dld.sl:No such file or directory&lt;BR /&gt;About(coredump)&lt;BR /&gt;&lt;BR /&gt;So, I installed the &amp;lt; Gnu/pth-1.4.1&amp;gt; file againg to my system... But same error message is come out..&lt;BR /&gt;&lt;BR /&gt;If you have a infomation, please give me...&lt;BR /&gt;Thanks..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LIB&gt;&lt;/MAN&gt;&lt;/PERL-5.8.0-GCC-3.2-10.20-PA11-ORA.TBZ&gt;</description>
      <pubDate>Tue, 02 Dec 2003 16:44:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125406#M717820</guid>
      <dc:creator>john_611</dc:creator>
      <dc:date>2003-12-02T16:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125407#M717821</link>
      <description>&lt;BR /&gt;So, Do i need remove the old perl(version 5.0.0.4) software?.. If need to remove the software, how to remove the old version software..? Please give me a information...&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Dec 2003 16:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125407#M717821</guid>
      <dc:creator>john_611</dc:creator>
      <dc:date>2003-12-02T16:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125408#M717822</link>
      <description>My big problem is that i need to run attached scripter on the perl program..&lt;BR /&gt;It cann't run on the perl5.0.0.4 version..&lt;BR /&gt;If you can fixed the problem of that scripter.. please help me..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Dec 2003 17:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125408#M717822</guid>
      <dc:creator>john_611</dc:creator>
      <dc:date>2003-12-02T17:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125409#M717823</link>
      <description>Again, you're trying to mix incompatible versions.  You're trying to put an 11.00 version of perl on a 10.20 system. This is all but guaranteed to fail miserably. The 11.x binaries contain fundamental assumptions that the underlying OS has features that simply did not exist in 10.20 and that can't be patched into it in any remotely rational way. &lt;BR /&gt;&lt;BR /&gt;11.00 supported many new features, including threads.  To get that support required very major changes to both the kernel and to many commands/libraries.  You cannot fix this by just installing the libpthread libraries or any other user-space fixes.  You must find a 10.20-based version of the version of perl that you are trying to run OR upgrade your operating system to 11.00 or later OR settle for an older version of perl.  There really aren't any other reasonable choices.&lt;BR /&gt;&lt;BR /&gt;If you try to use the 11.X based perl binaries that you are trying you will chase a seemingly endless series of problems.  You have already seem the libsec and libpthread problems.  There are many others that you will trip over if you keep trying to fix this one step at a time.  It's not worth the effort and frustration.  &lt;BR /&gt;&lt;BR /&gt;If there were a sane way to do this we'd be happy to help you, but this is sort of like trying to install a turbocharger on a horse.  No matter how many adapters you get or how many experts you consult, it's just not going to work very well. :-)  You're much better off upgrading from a horse to a car before trying to install the turbocharger.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Dec 2003 17:08:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125409#M717823</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2003-12-02T17:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125410#M717824</link>
      <description>Hi..&lt;BR /&gt;&lt;BR /&gt;Thank you for your advise..&lt;BR /&gt;But I can't upgrade the HP-UX version...&lt;BR /&gt;Because the system is not our system..&lt;BR /&gt;I just run the scripter in my office.. and then release the result and scripter to customer... So i can't upgrade..&lt;BR /&gt;&lt;BR /&gt;Could you see the attached file?..&lt;BR /&gt;If you can run the scripter, could you fix the problem... i really need somebody help...&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Dec 2003 17:26:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125410#M717824</guid>
      <dc:creator>john_611</dc:creator>
      <dc:date>2003-12-02T17:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125411#M717825</link>
      <description>john, /opt/perl5_8 wil not do, it has to be /opt/perl sorry&lt;BR /&gt;&lt;BR /&gt;A symlink might help, but the module just looks for /opt/perl, because that is the way it is compiled.&lt;BR /&gt;&lt;BR /&gt;There *is* however a workaround: setting $PERL5LIB but it is a long string to set&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 02 Dec 2003 17:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125411#M717825</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-12-02T17:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Perl install problem on HP-UX11.01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125412#M717826</link>
      <description>&lt;BR /&gt;Hopefully someone else can help with the script debugging. I'm much less familiar with perl than with HP-UX internals (and also very busy with other fires today).  But I'll bet plenty of other folks reading this are avid perl users and would be willing to take a stab at helping to debug the script.</description>
      <pubDate>Tue, 02 Dec 2003 17:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-install-problem-on-hp-ux11-01/m-p/3125412#M717826</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2003-12-02T17:34:31Z</dc:date>
    </item>
  </channel>
</rss>

