5.5.0 is latest
Search Criteria
Package Details: perl-vmware-vsphere-sdk 5.1.0.780721-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2013-11-14)
| Package Base: | perl-vmware-vsphere-sdk |
|---|---|
| Description: | The vSphere SDK for Perl provides an easy-to-use Perl scripting interface to the vSphere API. Administrators and developers can work with vSphere API objects using vSphere SDK for Perl subroutines |
| Upstream URL: | http://www.vmware.com/support/developer/viperltoolkit/ |
| Category: | lib |
| Submitter: | oliv |
| Maintainer: | oliv |
| Last Packager: | None |
| Votes: | 3 |
| First Submitted: | 2012-10-04 13:45 |
| Last Updated: | 2012-10-04 13:45 |
Dependencies (11)
- perl>=5.10.0
- perl-archive-zip>=1.28
- perl-class-methodmaker>=2.10
- perl-crypt-ssleay>=0.55
- perl-io-compress>=2.037
- perl-lwp-protocol-https
- perl-soap-lite>=0.710.08
- perl-uri
- perl-xml-libxml
- perl-xml-namespacesupport
- perl-xml-sax
Required by (0)
Sources
- VMware-vSphere-Perl-SDK-5.1.0-780721.x86_64.tar.gz
Latest Comments
Comment by harpchad
Comment by oliv
Connection to hosts may fail with the following error:
"Server version unavailable at [...]"
Which occurs because your are using an invalid certificate on your server. You can force the perl HTTPS api to skip certificate verification by running the following command (as root):
sed 's:ssl_opts{SSL_verify_mode} ||= 1;:ssl_opts{SSL_verify_mode} ||= 0;:' -i /usr/share/perl5/vendor_perl/LWP/Protocol/https.pm