Hi teams,
With the renewal of the AIX system, we have introduced the Perl module.
Although we have installed it based on the AIXToolkit module, there were some modules that were missing, so we are considering manual installation of additional CPAN modules.
(The Perl version introduced by AIXToolkit is 5.34.1.) )
Since this environment is not connected to the Internet, it is assumed that it will be downloaded from the CPAN site and installed manually offline.
■ Flow of introduction
(1) Unzip the file downloaded from the CPAN site
(2) Create a Makefile with perl Makefile.pl
(3) Execute the make command
(4) Preview the installation with make test
(5) Install with make install
The flow of introduction is assumed to be the above, but please check some unclear points.
- Question 1: In step (2), the Makefile.pl file does not exist in the current environment, do I need to download and install it from the CPAN site? (Please tell me the procedure in that case.) )
・Question 2: When executing the make command in step (3), is it necessary to install a separate build tool such as XLC as a prerequisite on the target server?
(Perl's Build.pl module does not exist in the current environment.) )
Thank you.
------------------------------
Takanori Nezu
------------------------------
#AIXOpenSource