Comment 10 for bug 1822872

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

In bionic we ship two OpenSSL: 1.0.2 and 1.1.0, both in main with security support. The latter is getting upgraded from 1.1.0 to 1.1.1.

If ceph in bionic only supports 1.0.2 abi, it should build-depend on libssl1.0-dev and use that both at build time and runtime.

If cepth in bionic support 1.1.0 abi, it would build-depend on libssl-dev and use that both at build time and runtime.

libssl1.0 and libssl1.1 are coinstallable ABIs.