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