VMware {code} Community
PD_VMWare
Contributor
Contributor

Install VMWare Perl SDK on Debian 9

Dear All

I try to install VMWare Perl SDK 5.5 and I also tried 6.5 on Debian9 so I'm able to monitor it over Nagios.

But the installation always fails with:

Openssl-devel is not installed on the system.

openssl-devel 0.9.7 is required for encrypted connections.

Please install openssl-devel version 0.9.7 or greater.

e2fsprogs is not installed on the system

e2fsprogs 1.38 is required for UUID.

Please install e2fsprogs 1.38 or greater.

I googled it but couldn't find a solution. First of all I can't find openssl-devel anywhere to install and second when I do apt-get install e2fsprogs, I get the message that I have already have the newest one installed.

e2fsprogs is already the newest version (1.43.4-2).

Any idea what how I can make it work?

0 Kudos
1 Reply
aleex42
Enthusiast
Enthusiast

Hello,

I've running the perl SDK on debian 9. Maybe the following output of dpkg can help you:

root@vmware-mgt01vp:~# cat /etc/debian_version

9.4

root@vmware-mgt01vp:~# dpkg -l | grep ssl

ii  libio-socket-ssl-perl           2.044-1                                 all          Perl module implementing object oriented interface to SSL sockets

ii  libnet-smtp-ssl-perl            1.04-1                                  all          Perl module providing SSL support to Net::SMTP

ii  libnet-ssleay-perl              1.80-1                                  amd64        Perl module for Secure Sockets Layer (SSL)

ii  libssl-dev:amd64                1.1.0f-3+deb9u2                         amd64        Secure Sockets Layer toolkit - development files

ii  libssl-doc                      1.1.0f-3+deb9u2                         all          Secure Sockets Layer toolkit - development documentation

ii  libssl1.0.2:amd64               1.0.2l-2+deb9u3                         amd64        Secure Sockets Layer toolkit - shared libraries

ii  libssl1.1:amd64                 1.1.0f-3+deb9u2                         amd64        Secure Sockets Layer toolkit - shared libraries

ii  openssl                         1.1.0f-3+deb9u2                         amd64        Secure Sockets Layer toolkit - cryptographic utility

ii  perl-openssl-defaults:amd64     3                                       amd64        version compatibility baseline for Perl OpenSSL packages

root@vmware-mgt01vp:~# dpkg -l | grep e2fs

ii  e2fslibs:amd64                  1.43.4-2                                amd64        ext2/ext3/ext4 file system libraries

ii  e2fsprogs                       1.43.4-2                                amd64        ext2/ext3/ext4 file system utilities

Best regards,

Alex

-- Alex (VMware VCAP-DCV, NetApp NCIE, LPIC 2)
0 Kudos