This is specific to AIX base perl. Please open the AIX case to get the fix for this issue.
------------------------------
SANGAMESH
------------------------------
Original Message:
Sent: Tue October 20, 2020 03:09 PM
From: Monal Doshi
Subject: Issue installing CGI Modules
Post Upgrading AIX patch 7.1.5.38 TL05 (710408 and 710506) v 7.1 technology level 4 SP08 and v7.1 technology level 5 and service pack 6 - CGI modules are missing so I tried installing manually using below commands
Package - CGI-4.50
do the following to install:
a. Run the Perl configure command: perl Makefile.PL
b. Run the make command.
c. Run the make test command. Do not proceed until this command completes successfully.
d. Run the make install command.
Error :
t/util.t .................... Can't locate Test2/Util/ExternalMeta.pm in @INC (you may need to install the Test2::Util::ExternalMeta module) (@INC contains: /bigtmp/realp/cgi/CGI-4.50/blib/lib /bigtmp/realp/cgi/CGI-4.50/blib/arch /usr/opt/perl5/lib/site_perl/5.28.1/aix-thread-multi /usr/opt/perl5/lib/site_perl/5.28.1 /usr/opt/perl5/lib/5.28.1/aix-thread-multi /usr/opt/perl5/lib/5.28.1 .) at /usr/opt/perl5/lib/5.28.1/Test2/Hub.pm line 14.
BEGIN failed--compilation aborted at /usr/opt/perl5/lib/5.28.1/Test2/Hub.pm line 14.
Compilation failed in require at /usr/opt/perl5/lib/5.28.1/Test2/API/Stack.pm line 8.
BEGIN failed--compilation aborted at /usr/opt/perl5/lib/5.28.1/Test2/API/Stack.pm line 8.
Compilation failed in
Files=64, Tests=33, 3 wallclock secs ( 0.22 usr 0.06 sys + 1.24 cusr 0.37 csys = 1.89 CPU)
Result: FAIL
Failed 63/64 test programs. 0/33 subtests failed.
make: 1254-004 The error code from the last command is 2.
------------------------------
Monal Doshi
------------------------------
#AIXOpenSource