Check vmware esx Ubuntu: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 9: Zeile 9:
 
Patch the Version or Download a patched Version with VICommon.pm.diff
 
Patch the Version or Download a patched Version with VICommon.pm.diff
 
*VMware-vSphere-Perl-SDK-5.5.0-1384587.x86_64.tar.gz
 
*VMware-vSphere-Perl-SDK-5.5.0-1384587.x86_64.tar.gz
 +
*VICommon.pm.diff.zip
 
*VMware-vSphere-Perl-SDK-5.5.0-1384587.x86_64-patched.tar.gz
 
*VMware-vSphere-Perl-SDK-5.5.0-1384587.x86_64-patched.tar.gz
 
+
*apt-get install libclass-methodmaker-perl libcrypt-ssleay-perl libwww-perl libsoap-lite-perl libxml-libxml-perl
 
 
 
 
 
 
 
 
*yum install perl-Class-MethodMaker perl-Crypt-SSLeay perl-LWP perl-SOAP-Lite perl-XML-LibXML perl-LWP-Protocol-https
 
*cd /root
 
Download VMware-vSphere-Perl-SDK-5.5.0-1384587.x86_64.tar.gz
 
*wget https://communities.vmware.com/servlet/JiveServlet/download/2441107-127935/VICommon.pm.diff.zip
 
*unzip VICommon.pm.diff.zip
 
*tar -xvzf VMware-vSphere-Perl-SDK-5.5.0-1384587.x86_64.tar.gz
 
*cd vmware-vsphere-cli-distrib/lib/VMware/share/VMware
 
*patch -p 0 <  /root/VICommon.pm.diff
 
*cd /root/vmware-vsphere-cli-distrib/
 
 
*perl Makefile.PL
 
*perl Makefile.PL
 
*make all
 
*make all
 
*make install
 
*make install

Version vom 15. März 2017, 14:21 Uhr

Vmware Perl SDK

Patch the Version or Download a patched Version with VICommon.pm.diff

  • VMware-vSphere-Perl-SDK-5.5.0-1384587.x86_64.tar.gz
  • VICommon.pm.diff.zip
  • VMware-vSphere-Perl-SDK-5.5.0-1384587.x86_64-patched.tar.gz
  • apt-get install libclass-methodmaker-perl libcrypt-ssleay-perl libwww-perl libsoap-lite-perl libxml-libxml-perl
  • perl Makefile.PL
  • make all
  • make install