<?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 module installation problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785522#M911200</link>
    <description>Ladies &amp;amp; Gents,&lt;BR /&gt;&lt;BR /&gt;Found this interesting piece of info:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://curl.haxx.se/mail/lib-2002-04/0087.html" target="_blank"&gt;http://curl.haxx.se/mail/lib-2002-04/0087.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Apparently gcc (3.0 at least) is not supported on HPUX 11i !!&lt;BR /&gt;&lt;BR /&gt;Oh dear....&lt;BR /&gt;&lt;BR /&gt;Good news is that there is a workaround aka hack (of sorts).&lt;BR /&gt;&lt;BR /&gt;Jason</description>
    <pubDate>Mon, 28 Oct 2002 06:09:58 GMT</pubDate>
    <dc:creator>Jason Dinsdale</dc:creator>
    <dc:date>2002-10-28T06:09:58Z</dc:date>
    <item>
      <title>perl module installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785513#M911191</link>
      <description>I'm trying to install the Perl module Filesys::Statvfs_DF.  I get the following error after executing the make command.  &lt;BR /&gt;Thanks for the help!! &lt;BR /&gt;&lt;BR /&gt;# /opt/perl/bin/perl Makefile.PL&lt;BR /&gt;Checking if your kit is complete...&lt;BR /&gt;Looks good&lt;BR /&gt;Writing Makefile for Filesys::Statvfs&lt;BR /&gt;# make&lt;BR /&gt;cp Df.pm blib/lib/Filesys/Df.pm&lt;BR /&gt;cp Statvfs.pm blib/lib/Filesys/Statvfs.pm&lt;BR /&gt;        /opt/perl/bin/perl -I/opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi -I/opt/perl/lib/5.6.1 /opt/perl/lib/5.6.1/ExtUtils/xsubpp  -typemap /opt/perl/lib/5.6.1/ExtUtils/typemap -typemap typemap Statvfs.xs &amp;gt; Statvfs.xsc &amp;amp;&amp;amp; mv Statvfs.xsc Statvfs.c&lt;BR /&gt;Please specify prototyping behavior for Statvfs.xs (see perlxs manual)&lt;BR /&gt;        gcc -c  -D_POSIX_C_SOURCE=199506L -D_HPUX_SOURCE -L/lib/pa1.1 -DUINT32_MAX_BROKEN -mpa-risc-1-1 -fPIC -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O    -DVERSION=\"0.65\"  -DXS_VERSION=\"0.65\" -fPIC -I/opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi/CORE  Statvfs.c&lt;BR /&gt;cc1: warning: changing search order for system directory "/usr/local/include"&lt;BR /&gt;cc1: warning:   as it has already been specified as a non-system directory&lt;BR /&gt;In file included from /opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi/CORE/perl.h:713,&lt;BR /&gt;                 from Statvfs.xs:5:&lt;BR /&gt;/usr/include/sys/socket.h:439: parse error before "sendfile"&lt;BR /&gt;/usr/include/sys/socket.h:440: parse error before "bsize_t"&lt;BR /&gt;/usr/include/sys/socket.h:441: parse error before "sendpath"&lt;BR /&gt;/usr/include/sys/socket.h:442: parse error before "bsize_t"&lt;BR /&gt;/usr/include/sys/socket.h:456: parse error before "__sendfile64"&lt;BR /&gt;/usr/include/sys/socket.h:456: parse error before "bsize_t"&lt;BR /&gt;/usr/include/sys/socket.h:457: parse error before "__sendpath64"&lt;BR /&gt;/usr/include/sys/socket.h:457: parse error before "bsize_t"&lt;BR /&gt;/usr/include/sys/socket.h:459: parse error before "sendfile"&lt;BR /&gt;/usr/include/sys/socket.h: In function `sendfile':&lt;BR /&gt;/usr/include/sys/socket.h:459: parse error before "bsize_t"&lt;BR /&gt;/usr/include/sys/socket.h: At top level:&lt;BR /&gt;/usr/include/sys/socket.h:460: parse error before "sendpath"&lt;BR /&gt;/usr/include/sys/socket.h: In function `sendpath':&lt;BR /&gt;/usr/include/sys/socket.h:460: parse error before "bsize_t"&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Aug 2002 21:21:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785513#M911191</guid>
      <dc:creator>Ernest Small</dc:creator>
      <dc:date>2002-08-13T21:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: perl module installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785514#M911192</link>
      <description>the two cc1 warnings are harmless. (I guess you are using gcc-3.1 or up)&lt;BR /&gt;&lt;BR /&gt;post lines 430-460 with line numbers for /usr/include/sys/socket.h</description>
      <pubDate>Wed, 14 Aug 2002 05:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785514#M911192</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-14T05:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: perl module installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785515#M911193</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Makesure the Gcc is the latest available&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;               Steve Steel</description>
      <pubDate>Wed, 14 Aug 2002 08:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785515#M911193</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-08-14T08:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: perl module installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785516#M911194</link>
      <description>That's not the latest available :)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.beepz.com/personal/merijn/index.html" target="_blank"&gt;https://www.beepz.com/personal/merijn/index.html&lt;/A&gt;</description>
      <pubDate>Wed, 14 Aug 2002 09:01:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785516#M911194</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-14T09:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: perl module installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785517#M911195</link>
      <description>YOu can download the make utility from &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/" target="_blank"&gt;http://hpux.cs.utah.edu/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and use that for your &lt;BR /&gt;'make'.&lt;BR /&gt;I had problems during make &lt;BR /&gt;but downloading the make1.3.1 from the hp center it went fine.I think this is the gnu version of make.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 14 Aug 2002 09:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785517#M911195</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-14T09:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: perl module installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785518#M911196</link>
      <description>most recent GNU Make is also available in &lt;A href="https://www.beepz.com/personal/merijn/index.html#Downloads" target="_blank"&gt;https://www.beepz.com/personal/merijn/index.html#Downloads&lt;/A&gt; :)</description>
      <pubDate>Wed, 14 Aug 2002 09:16:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785518#M911196</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-14T09:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: perl module installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785519#M911197</link>
      <description>Thanks for the responses..&lt;BR /&gt;&lt;BR /&gt;I'm using gcc 3.1.  Is that the latest?&lt;BR /&gt;&lt;BR /&gt;Procura- Below are the lines you requested.&lt;BR /&gt;&lt;BR /&gt;T.G- I only see make-3.79.1.  Is this the one I should install?&lt;BR /&gt;&lt;BR /&gt; /usr/include/sys/socket.h&lt;BR /&gt;&lt;BR /&gt;430     extern int recvfrom __((int, void *, int, int, void *, int *));&lt;BR /&gt;   431     extern int recvmsg __((int, struct msghdr msg[], int));&lt;BR /&gt;   432     extern int send __((int, const void *, int, int));&lt;BR /&gt;   433     extern int sendto __((int, const void *, int, int, const void *, int));&lt;BR /&gt;   434     extern int sendmsg __((int, const struct msghdr msg[], int));&lt;BR /&gt;   435     extern int setsockopt __((int, int, int, const void *, int));&lt;BR /&gt;   436     extern int shutdown __((int, int));&lt;BR /&gt;   437     extern int socket __((int, int, int));&lt;BR /&gt;   438     extern int socketpair __((int, int, int, int[2]));&lt;BR /&gt;   439     extern sbsize_t sendfile __((int, int, off_t, bsize_t,&lt;BR /&gt;   440                                 const struct iovec *, int));&lt;BR /&gt;   441     extern sbsize_t sendpath __((int, char *, off_t, bsize_t,&lt;BR /&gt;   442                                 const struct iovec *, int));&lt;BR /&gt;   443  #if defined(_LARGEFILE64_SOURCE)&lt;BR /&gt;   444  #ifdef __LP64__&lt;BR /&gt;   445  #define sendfile64 sendfile&lt;BR /&gt;   446  #define sendpath64 sendpath&lt;BR /&gt;   447  #else /* __LP64__ */&lt;BR /&gt;   448  extern sbsize64_t sendfile64 __((int, int, off64_t, bsize64_t,&lt;BR /&gt;   449                       const struct iovec *, int));&lt;BR /&gt;   450  extern sbsize64_t sendpath64 __((int, char *, off64_t, bsize64_t,&lt;BR /&gt;   451                       const struct iovec *, int));&lt;BR /&gt;   452  #endif /* __LP64 */&lt;BR /&gt;   453  #endif /* _LARGEFILE64_SOURCE */&lt;BR /&gt;   454&lt;BR /&gt;   455  #ifdef _APP32_64BIT_OFF_T&lt;BR /&gt;   456  extern sbsize64_t __sendfile64 __((int,int,off_t,bsize_t, const struct iovec *, int));&lt;BR /&gt;   457  extern sbsize64_t __sendpath64 __((int,char *,off_t,bsize_t,const struct iovec *,int));&lt;BR /&gt;   458  #ifndef __cplusplus&lt;BR /&gt;   459  static sbsize_t sendfile(a,b,c,d,e,f) int a,b,f; off_t c; bsize_t d; const struct iovec * e&lt;BR /&gt;; { return __sendfile64(a,b,c,d,e,f); }&lt;BR /&gt;   460  static sbsize_t sendpath(a,b,c,d,e,f) int a,f; char *b; off_t c; bsize_t d; const struct io&lt;BR /&gt;vec * e; { return __sendpath64(a,b,c,d,e,f); }&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Aug 2002 14:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785519#M911197</guid>
      <dc:creator>Ernest Small</dc:creator>
      <dc:date>2002-08-14T14:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: perl module installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785520#M911198</link>
      <description>&amp;gt; I'm using gcc 3.1. Is that the latest? &lt;BR /&gt;&lt;BR /&gt;No. 3.1.1 is the officially latest release, and it is *MUCH* better for hppa than 3.1&lt;BR /&gt;&lt;BR /&gt;If you are on 11i, visit &lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html&lt;/A&gt; to fetch the moist recent version (3.2). On both 10.20 and 11.00, you can get the latest (both 3.1.1 and 3.2 available) from my ITRC page: hhtps://&lt;A href="http://www.beepz.com/personal/merijn" target="_blank"&gt;www.beepz.com/personal/merijn&lt;/A&gt; (please read the instructions). Version 3.2 was officially planned for end of July.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Procura- Below are the lines you requested. &lt;BR /&gt;&amp;gt; T.G- I only see make-3.79.1. Is this the one I should install? &lt;BR /&gt;&lt;BR /&gt;make is also available on the above link. And, yes, 3.79.1 is OK. GNU make is much better than any other make available.&lt;BR /&gt;&lt;BR /&gt;438 extern int socketpair __((int, int, int, int[2])); &lt;BR /&gt;439 extern sbsize_t sendfile __((int, int, off_t, bsize_t, &lt;BR /&gt;&lt;BR /&gt;It does not seem to know 'sbsize_t' type&lt;BR /&gt;&lt;BR /&gt;l1:/usr/include 103 &amp;gt; grep sendfile sys/socket.h&lt;BR /&gt; * Valid values for the "flags" argument in sendfile()/sendpath().&lt;BR /&gt;   extern ssize_t sendfile __((int, int, off_t, size_t,&lt;BR /&gt;   extern ssize_t __sendfile64 __((int, int, off_t, size_t,&lt;BR /&gt;#define sendfile __sendfile64&lt;BR /&gt;l1:/usr/include 104 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;How old is your socket.h?&lt;BR /&gt;&lt;BR /&gt;l1:/usr/include 108 &amp;gt; swlist -l file | grep socket.h&lt;BR /&gt;  OS-Core.CORE-KRN: /usr/conf/h/socket.h&lt;BR /&gt;  ProgSupport.C-INC: /usr/include/sys/socket.h&lt;BR /&gt;l1:/usr/include 109 &amp;gt; swlist -l product -l bundle -l subproduct| grep ProgSupport&lt;BR /&gt;# HPUXEng64RT.ProgSupport                               B.11.00        ProgSupport&lt;BR /&gt;  HPUXEng64RT.ProgSupport.Manuals                       Manuals&lt;BR /&gt;  HPUXEng64RT.ProgSupport.MinimumRuntime                MinimumRuntime&lt;BR /&gt;  HPUXEng64RT.ProgSupport.Runtime                       Runtime&lt;BR /&gt;l1:/usr/include 110 &amp;gt; what /usr/include/sys/socket.h&lt;BR /&gt;/usr/include/sys/socket.h:&lt;BR /&gt;        socket.h        7.3 (Berkeley) 6/27/88&lt;BR /&gt;l1:/usr/include 111 &amp;gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Aug 2002 08:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785520#M911198</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-15T08:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: perl module installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785521#M911199</link>
      <description />
      <pubDate>Mon, 28 Oct 2002 04:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785521#M911199</guid>
      <dc:creator>Jason Dinsdale</dc:creator>
      <dc:date>2002-10-28T04:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: perl module installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785522#M911200</link>
      <description>Ladies &amp;amp; Gents,&lt;BR /&gt;&lt;BR /&gt;Found this interesting piece of info:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://curl.haxx.se/mail/lib-2002-04/0087.html" target="_blank"&gt;http://curl.haxx.se/mail/lib-2002-04/0087.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Apparently gcc (3.0 at least) is not supported on HPUX 11i !!&lt;BR /&gt;&lt;BR /&gt;Oh dear....&lt;BR /&gt;&lt;BR /&gt;Good news is that there is a workaround aka hack (of sorts).&lt;BR /&gt;&lt;BR /&gt;Jason</description>
      <pubDate>Mon, 28 Oct 2002 06:09:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785522#M911200</guid>
      <dc:creator>Jason Dinsdale</dc:creator>
      <dc:date>2002-10-28T06:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: perl module installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785523#M911201</link>
      <description>Not even with gcc-3.2 for 11i from &lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html&lt;/A&gt; ?&lt;BR /&gt;&lt;BR /&gt;After installing that, you can make your gcc better fitted to *your* system by using it to recompile itself from the source. Guide to do that is on &lt;A href="https://www.beepz.com/personal/merijn" target="_blank"&gt;https://www.beepz.com/personal/merijn&lt;/A&gt;</description>
      <pubDate>Mon, 28 Oct 2002 07:12:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785523#M911201</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-10-28T07:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: perl module installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785524#M911202</link>
      <description>procura,&lt;BR /&gt;&lt;BR /&gt;Thanks for that.  Downloaded &amp;amp; installed the HP-baked gcc and now all is right with the socket.h world.  &lt;BR /&gt;&lt;BR /&gt;Perl 5.8.0 built.&lt;BR /&gt;CPAN module working.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jason</description>
      <pubDate>Tue, 29 Oct 2002 04:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785524#M911202</guid>
      <dc:creator>Jason Dinsdale</dc:creator>
      <dc:date>2002-10-29T04:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: perl module installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785525#M911203</link>
      <description>Got it to work!!!!!  Thanks for the tips.</description>
      <pubDate>Fri, 01 Nov 2002 19:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785525#M911203</guid>
      <dc:creator>Ernest Small</dc:creator>
      <dc:date>2002-11-01T19:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: perl module installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785526#M911204</link>
      <description>Please provide me, an HPUX newbie, with details of your compilation of the perl modules. I'm trying to get perl 5.8, hpux 11.11, dbi 1.37, and dbd 1.14 to play together, but get the following error: In file included from /opt/perl64/lib/5.8.0/PA-RISC2.0-LP64/CORE/perl.h:681,&lt;BR /&gt;                 from DBIXS.h:19,&lt;BR /&gt;                 from Perl.xs:1:&lt;BR /&gt;/usr/include/sys/socket.h:484: error: parse error before "sendfile"&lt;BR /&gt;/usr/include/sys/socket.h:485: error: parse error before "bsize_t"&lt;BR /&gt;/usr/include/sys/socket.h:486: error: parse error before "sendpath"&lt;BR /&gt;/usr/include/sys/socket.h:487: error: parse error before "bsize_t"&lt;BR /&gt;In file included from Perl.c:30:&lt;BR /&gt;Driver_xst.h: In function `dbdxst_bind_params':&lt;BR /&gt;Driver_xst.h:53: warning: long int format, different type arg (arg 3)&lt;BR /&gt;make: *** [Perl.o] Error 1</description>
      <pubDate>Fri, 06 Jun 2003 13:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785526#M911204</guid>
      <dc:creator>bill lanier_1</dc:creator>
      <dc:date>2003-06-06T13:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: perl module installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785527#M911205</link>
      <description>Find the answer (probably) here:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x41588b82cc91d711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x41588b82cc91d711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Fri, 27 Jun 2003 15:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-installation-problem/m-p/2785527#M911205</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-06-27T15:04:55Z</dc:date>
    </item>
  </channel>
</rss>

