Hi,
I tried to install the cassandra-cpp-driver package on Ubuntu 16.04.2.
It keeps complaining about libssl. Libssl exists in Ubuntu under the name "libssl1.0.0", which has been renamed to "libssl1.0.2" in most recent versions.
But in Ubuntu 16.04, while the real SSL version is 1.0.2, the package kept his original name.
cassandra-cpp-driver requires libssl1.0.2 while it should be requiring libssl1.0.0 on Ubuntu 16.04
Here are the info about libssl1.0.0 :
:~# apt-cache show libssl1.0.0
Package: libssl1.0.0
Priority: important
Section: libs
Installed-Size: 3402
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
Architecture: amd64
Source: openssl
Version: 1.0.2g-1ubuntu4.8
Ubuntu 16.04.2
Our build VM was misconfigured. Updated packages pushed for 2.7.0. I'll work my way back through older versions.