I downloaded from cpan (http://www.cpan.org/src/README.html). I did try it on 11.31 as well as 11.23 (both itanium). both were giving me the same issues.
Thanks! From: Paul.G [mailto:medur...@yahoo.com.au] Sent: Tuesday, April 08, 2014 12:30 AM To: Braly, Larissa (NE); the Subject: Re: Installation of Perl 5.18.2 on hpux 11.23 Hi Larissa Where did you get your copy of perl 5.18.2 ? I found this link below if it helps. http://mirrors.develooper.com/hpux/ We have HP-UX 11.31, which should be similar to HP-UX 11.23. 11.23 ran on both PA-Risc and Itanium. Are you running a PA-Risc or Itanium processor? Haven't tried to update perl, but would be interested in giving it a go. Regards Paul On Tuesday, 8 April 2014 12:25 PM, "Braly, Larissa (NE)" <larissa.br...@gdit.com<mailto:larissa.br...@gdit.com>> wrote: When attempting to install perl 5.18.2 on hpux 11.23, I receive errors during make test. ** errors after initial make test: Failed 4 tests out of 2242, 99.82% okay. ../cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM.t ../cpan/ExtUtils-Constant/t/Constant.t ../cpan/ExtUtils-MakeMaker/t/xs.t *** ../dist/Net-Ping/t/510_ping_udp.t export LD_LIBRARY_PATH=`pwd` cd t ./perl -I../lib ../cpan/ExtUtils-MakeMaker/t/xs.t Can't locate ExtUtils/MakeMaker.pm in @INC (you may need to install the ExtUtils::MakeMaker module) (@INC contains: /usr/cmos/script /opt/perl518/lib/site_perl/5.18.2/IA64.ARCHREV_0-LP64 /opt/perl518/lib/site_perl/5.18.2 /opt/perl518/lib/5.18.2/IA64.ARCHREV_0-LP64 /opt/perl518/lib/5.18.2 .) at Makefile.PL line 2. BEGIN failed--compilation aborted at Makefile.PL line 2. not ok 1 # /usr/cmos/serverload/perl-5.18.2/t/perl Makefile.PL failed: 512 I am running this as root. The ExtUtils file does exist. If I include the path to MakeMaker.pm using the –I variable it is giving me a different file that is not included in @INC. This is what I used for configuration: ./Configure -Duse64bitall -A prepend libswanted='cl pthread ' -Ubincompat5005 When prompted, I changed the Optimizer mode from '+O2 +Onolimit' to +O1. I have tried it both ways, but am receiving the same errors. Any advice would be appreciated! Thank You, Larissa