Check vmware esx Ubuntu: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| 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 | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | * | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
*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
- apt-get install make uuid-dev perl-doc libhttp-date-perl libgetopt-long-descriptive-perl libtime-duration-perl
- wget http://search.cpan.org/CPAN/authors/id/L/LZ/LZAP/UUID-0.05.tar.gz
- tar -xvzf UUID-0.05.tar.gz
- cd UUID-0.05/
- perl Makefile.PL
- make
- make install
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