<?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: installing perl module MATH::PARI-2.010703 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/installing-perl-module-math-pari-2-010703/m-p/3734942#M101121</link>
    <description>HI:&lt;BR /&gt;&lt;BR /&gt;I compiled using &lt;BR /&gt;#perl Makefile.PL CPP='gcc -E'&lt;BR /&gt;#make install &lt;BR /&gt;&lt;BR /&gt;this got compiled. but when i try to run a example am gettin this error &lt;BR /&gt;&lt;BR /&gt;Can't locate Math/Pari.pm in @INC (@INC contains: /opt/perl_32/lib/5.8.7/PA-RISC1.1-thread-multi /opt/perl_32/lib/5.8.7 /opt/perl_32/lib/site_perl/5.8.7/PA-RISC1.1-thread-multi /opt/perl_32/lib/site_perl/5.8.7 /opt/perl_32/lib/site_perl /opt/perl_32/lib/vendor_perl/5.8.7/PA-RISC1.1-thread-multi /opt/perl_32/lib/vendor_perl/5.8.7 /opt/perl_32/lib/vendor_perl .) at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Util/SSH2MP.pm line 6, &lt;GEN0&gt; line 1.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Util/SSH2MP.pm line 6, &lt;GEN0&gt; line 1.&lt;BR /&gt;Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Util.pm line 56, &lt;GEN0&gt; line 1.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Kex/DH1.pm line 10, &lt;GEN0&gt; line 1.&lt;BR /&gt;Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Kex.pm line 6, &lt;GEN0&gt; line 1.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Kex.pm line 6, &lt;GEN0&gt; line 1.&lt;BR /&gt;Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/SSH2.pm line 6, &lt;GEN0&gt; line 1.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/SSH2.pm line 6, &lt;GEN0&gt; line 1.&lt;BR /&gt;Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl.pm line 51, &lt;GEN0&gt; line 1.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rashmi&lt;BR /&gt;&lt;BR /&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;</description>
    <pubDate>Mon, 20 Feb 2006 06:02:46 GMT</pubDate>
    <dc:creator>rashmi R</dc:creator>
    <dc:date>2006-02-20T06:02:46Z</dc:date>
    <item>
      <title>installing perl module MATH::PARI-2.010703</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-perl-module-math-pari-2-010703/m-p/3734938#M101117</link>
      <description>HI : &lt;BR /&gt;I am installing a perl module MATH::PARI-2.010703 from cpan on HP UX 11.11 with perl 5.6.1. Iam getting errors while trying to install this. i used "perl Makefile.PL". and then make install. I have attached the error file with this.</description>
      <pubDate>Mon, 20 Feb 2006 05:07:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-perl-module-math-pari-2-010703/m-p/3734938#M101117</guid>
      <dc:creator>rashmi R</dc:creator>
      <dc:date>2006-02-20T05:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: installing perl module MATH::PARI-2.010703</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-perl-module-math-pari-2-010703/m-p/3734939#M101118</link>
      <description>Hi Rashmi, &lt;BR /&gt;&lt;BR /&gt;Try with "gcc" as against you tried with Bundled CC which doesn't have some features. Before start, # export CC=/usr/loca/bin/gcc&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 20 Feb 2006 05:10:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-perl-module-math-pari-2-010703/m-p/3734939#M101118</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-20T05:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: installing perl module MATH::PARI-2.010703</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-perl-module-math-pari-2-010703/m-p/3734940#M101119</link>
      <description>i did this &lt;BR /&gt;#export CC=/usr/loca/bin/gcc&lt;BR /&gt;# perl Makefile.PL &lt;BR /&gt;#make install&lt;BR /&gt;&lt;BR /&gt;Iam getting the same errors :(</description>
      <pubDate>Mon, 20 Feb 2006 05:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-perl-module-math-pari-2-010703/m-p/3734940#M101119</guid>
      <dc:creator>rashmi R</dc:creator>
      <dc:date>2006-02-20T05:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: installing perl module MATH::PARI-2.010703</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-perl-module-math-pari-2-010703/m-p/3734941#M101120</link>
      <description>Hi Rashmi, &lt;BR /&gt;&lt;BR /&gt;You need to clean the makefiles generated, probably, "gmake clean" and "gmake distclean" might help. Or, deleting the entire directory, unzip|untar will help. &lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;</description>
      <pubDate>Mon, 20 Feb 2006 05:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-perl-module-math-pari-2-010703/m-p/3734941#M101120</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-20T05:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: installing perl module MATH::PARI-2.010703</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-perl-module-math-pari-2-010703/m-p/3734942#M101121</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;I compiled using &lt;BR /&gt;#perl Makefile.PL CPP='gcc -E'&lt;BR /&gt;#make install &lt;BR /&gt;&lt;BR /&gt;this got compiled. but when i try to run a example am gettin this error &lt;BR /&gt;&lt;BR /&gt;Can't locate Math/Pari.pm in @INC (@INC contains: /opt/perl_32/lib/5.8.7/PA-RISC1.1-thread-multi /opt/perl_32/lib/5.8.7 /opt/perl_32/lib/site_perl/5.8.7/PA-RISC1.1-thread-multi /opt/perl_32/lib/site_perl/5.8.7 /opt/perl_32/lib/site_perl /opt/perl_32/lib/vendor_perl/5.8.7/PA-RISC1.1-thread-multi /opt/perl_32/lib/vendor_perl/5.8.7 /opt/perl_32/lib/vendor_perl .) at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Util/SSH2MP.pm line 6, &lt;GEN0&gt; line 1.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Util/SSH2MP.pm line 6, &lt;GEN0&gt; line 1.&lt;BR /&gt;Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Util.pm line 56, &lt;GEN0&gt; line 1.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Kex/DH1.pm line 10, &lt;GEN0&gt; line 1.&lt;BR /&gt;Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Kex.pm line 6, &lt;GEN0&gt; line 1.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Kex.pm line 6, &lt;GEN0&gt; line 1.&lt;BR /&gt;Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/SSH2.pm line 6, &lt;GEN0&gt; line 1.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/SSH2.pm line 6, &lt;GEN0&gt; line 1.&lt;BR /&gt;Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl.pm line 51, &lt;GEN0&gt; line 1.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rashmi&lt;BR /&gt;&lt;BR /&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;</description>
      <pubDate>Mon, 20 Feb 2006 06:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-perl-module-math-pari-2-010703/m-p/3734942#M101121</guid>
      <dc:creator>rashmi R</dc:creator>
      <dc:date>2006-02-20T06:02:46Z</dc:date>
    </item>
  </channel>
</rss>

