VMware Infrastructure Perl Toolkit auf Ubuntu

Aus Howtos und Gedankenstuetzen

Wechseln zu: Navigation, Suche

download von VMware (VI) Perl Toolkit per scp in Homeverzeichniss

tar xfz VMware-VmPerlAPI-2.3.2-39850.tar.gz
cd vmware-api-distrib
./vmware-install.pl

alles als Standard lassen

Dann gibt es einen Fehler. die genaue Beschreibung liegt in:

/tmp/api-config2/control-only/make.log
Checking if your kit is complete...
Looks good
Writing Makefile for VMware::VmPerl
make: Entering directory `/tmp/api-config2/control-only'
...
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
...
make: Leaving directory `/tmp/api-config2/control-only'

Abhilfe schafft:

apt-get install libssl-dev 

und danach das Script nocheinmal ausführen.