<?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: Error while adding perl modules in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-adding-perl-modules/m-p/3118158#M899162</link>
    <description>Hi &lt;BR /&gt; I had checkd the file and it shows it is a shared lib. here is the output of file command&lt;BR /&gt;file /opt/perl5/lib/5.00503/PA-RISC2.0/auto/IO/IO.sl&lt;BR /&gt;/opt/perl5/lib/5.00503/PA-RISC2.0/auto/IO/IO.sl:        s800 shared library -not stripped&lt;BR /&gt;</description>
    <pubDate>Fri, 14 Nov 2003 02:02:57 GMT</pubDate>
    <dc:creator>RAJESH GANGADHARAN</dc:creator>
    <dc:date>2003-11-14T02:02:57Z</dc:date>
    <item>
      <title>Error while adding perl modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-adding-perl-modules/m-p/3118156#M899160</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; When ever I am trying to install a perl module it give the following error, The same error I am getting for all the modules. &lt;BR /&gt;make command completes sucessfully, while &lt;BR /&gt;make test fails. Following is the error message&lt;BR /&gt;make test&lt;BR /&gt;        PERL_DL_NONLAZY=1 /opt/perl5/bin/perl -Iblib/arch -Iblib/lib -I/opt/perl5/lib/5.00503/PA-RISC2.0 -I/opt/perl5/lib/5.00503 -e 'use Test::Harness qw(&amp;amp;runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t&lt;BR /&gt;Can't load '/opt/perl5/lib/5.00503/PA-RISC2.0/auto/IO/IO.sl' for module IO: Invalid argument at /opt/perl5/lib/5.00503/PA-RISC2.0/DynaLoader.pm line 169.&lt;BR /&gt;&lt;BR /&gt; at /opt/perl5/lib/5.00503/PA-RISC2.0/IO/Handle.pm line 248&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl5/lib/5.00503/PA-RISC2.0/IO/Seekable.pm line 50.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl5/lib/5.00503/PA-RISC2.0/IO/File.pm line 111.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl5/lib/5.00503/Test/Harness.pm line 7.&lt;BR /&gt;BEGIN failed--compilation aborted at -e line 1.&lt;BR /&gt;*** Error exit code 22&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Nov 2003 08:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-adding-perl-modules/m-p/3118156#M899160</guid>
      <dc:creator>RAJESH GANGADHARAN</dc:creator>
      <dc:date>2003-11-13T08:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error while adding perl modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-adding-perl-modules/m-p/3118157#M899161</link>
      <description>I think you need to look at the shared library. Have you looked to make sure the file exists and is indeed a correct shared library by running:&lt;BR /&gt;file /opt/perl5/lib/5.00503/PA-RISC2.0/auto/IO/IO.sl&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Nov 2003 09:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-adding-perl-modules/m-p/3118157#M899161</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-11-13T09:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error while adding perl modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-adding-perl-modules/m-p/3118158#M899162</link>
      <description>Hi &lt;BR /&gt; I had checkd the file and it shows it is a shared lib. here is the output of file command&lt;BR /&gt;file /opt/perl5/lib/5.00503/PA-RISC2.0/auto/IO/IO.sl&lt;BR /&gt;/opt/perl5/lib/5.00503/PA-RISC2.0/auto/IO/IO.sl:        s800 shared library -not stripped&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Nov 2003 02:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-adding-perl-modules/m-p/3118158#M899162</guid>
      <dc:creator>RAJESH GANGADHARAN</dc:creator>
      <dc:date>2003-11-14T02:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error while adding perl modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-adding-perl-modules/m-p/3118159#M899163</link>
      <description>Probably trivial, but your system is PA-RISC2.0 capable?</description>
      <pubDate>Fri, 14 Nov 2003 02:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-adding-perl-modules/m-p/3118159#M899163</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-11-14T02:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error while adding perl modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-adding-perl-modules/m-p/3118160#M899164</link>
      <description>Yes &lt;BR /&gt;Configuration is HP-UX 11.00 running on HP L1000.</description>
      <pubDate>Fri, 14 Nov 2003 03:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-adding-perl-modules/m-p/3118160#M899164</guid>
      <dc:creator>RAJESH GANGADHARAN</dc:creator>
      <dc:date>2003-11-14T03:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error while adding perl modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-adding-perl-modules/m-p/3118161#M899165</link>
      <description>May I ask why you are still using 5.005_03? My oldest available perl is 5.6.1, and I have several newer perl builds available on my web site. Somehow your error looks like incompatible perl objects. What does 'perl -V' give you?&lt;BR /&gt;&lt;BR /&gt;My HP ITRC site pages can be found at&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>Fri, 14 Nov 2003 03:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-adding-perl-modules/m-p/3118161#M899165</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-11-14T03:59:30Z</dc:date>
    </item>
  </channel>
</rss>

