We've got a Centos 8 VM in AWS EC2 on which we're trying to install the VMWare vSphere Perl SDK 7
When running the installer we get some dependency issues
Code: Select all
[root@my-aws-nagios-box vmware-vsphere-cli-distrib]# ./vmware-install.pl EULA_AGREED=yes
Creating a new vSphere CLI installer database using the tar4 format.
Installing vSphere CLI 7.0.0 build-16453907 for Linux.
warning: rpmdb: BDB2053 Freeing read locks for locker 0xcd: 733372/139945696993216
warning: rpmdb: BDB2053 Freeing read locks for locker 0xcf: 733372/139945696993216
Please wait while configuring CPAN ...
Please wait while configuring perl modules using CPAN ...
CPAN is downloading and installing pre-requisite Perl module "Crypt::SSLeay" .
CPAN is downloading and installing pre-requisite Perl module "UUID" .
CPAN is downloading and installing pre-requisite Perl module "Net::INET6Glue" .
CPAN not able to install following Perl modules on the system. These must be
installed manually for use by vSphere CLI:
Crypt::SSLeay 0.72 or newer
UUID 0.27 or newer
Net::INET6Glue 0.603 or newer Code: Select all
[root@my-aws-nagios-box vmware-vsphere-cli-distrib]# cpan -i Module::Build Crypt::SSLeay UUID Net::INET6Glue
Loading internal null logger. Install Log::Log4perl for logging messages
Reading '/root/.cpan/Metadata'
Database was generated on Fri, 25 Sep 2020 01:29:03 GMT
CPAN: Module::CoreList loaded ok (v5.20200920)
Module::Build is up to date (0.4231).
Crypt::SSLeay is up to date (0.72).
UUID is up to date (0.28).
Net::INET6Glue is up to date (0.603).Thanks!
Dan