How to install VMWare ESXi CLI on CentOS 6.0?
Posted
by
weekens
on Server Fault
See other posts from Server Fault
or by weekens
Published on 2012-03-11T09:39:31Z
Indexed on
2012/10/20
23:05 UTC
Read the original article
Hit count: 214
I'm trying to install VMware-vSphere-CLI-5.0.0-422456.x86_64 onto CentOS 6.0 64bit, but the installer complains:
CPAN not able to install following Perl modules on the system. These must be
installed manually for use by vSphere CLI:
UUID 0.03 or newer
I tried to do
sudo yum install uuid-perl
and also
sudo yum install perl-SOAP-Lite perl-Data-Dump perl-Class-MethodMaker perl-Crypt-SSLeay perl-libxml-perl perl-XML-LibXML-Common
but this doesn't help.
What else can I try to do?
© Server Fault or respective owner