- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- installing perl module MATH::PARI-2.010703
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 09:07 PM
02-19-2006 09:07 PM
installing perl module MATH::PARI-2.010703
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.
- Tags:
- Perl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 09:10 PM
02-19-2006 09:10 PM
Re: installing perl module MATH::PARI-2.010703
Try with "gcc" as against you tried with Bundled CC which doesn't have some features. Before start, # export CC=/usr/loca/bin/gcc
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 09:22 PM
02-19-2006 09:22 PM
Re: installing perl module MATH::PARI-2.010703
#export CC=/usr/loca/bin/gcc
# perl Makefile.PL
#make install
Iam getting the same errors :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 09:27 PM
02-19-2006 09:27 PM
Re: installing perl module MATH::PARI-2.010703
You need to clean the makefiles generated, probably, "gmake clean" and "gmake distclean" might help. Or, deleting the entire directory, unzip|untar will help.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 10:02 PM
02-19-2006 10:02 PM
Re: installing perl module MATH::PARI-2.010703
I compiled using
#perl Makefile.PL CPP='gcc -E'
#make install
this got compiled. but when i try to run a example am gettin this error
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,
BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Util/SSH2MP.pm line 6,
Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Util.pm line 56,
BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Kex/DH1.pm line 10,
Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Kex.pm line 6,
BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Kex.pm line 6,
Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/SSH2.pm line 6,
BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/SSH2.pm line 6,
Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl.pm line 51,
Regards,
Rashmi