Closed
Description
Hi, ReaPack depends on libcrypto.so.1.1
, which doesn't seem to exist on Ubuntu 22.04, because the distribution upgraded to libcrypto.so.3
(as part of an upgrade to libssl3
).
A working temporary solution is to add the Impish security repository and install libssl1.1
from there; e.g.:
# this URL works on the Raspberry Pi flavour of Ubuntu:
echo 'deb http://ports.ubuntu.com/ubuntu-ports impish-security main' | sudo tee /etc/apt/sources.list.d/impish-security.list
sudo apt-get update
sudo apt-get install libssl1.1
I don't have any idea on the possible system-wide ramifications of doing this, but for now I know of no other way to get ReaPack working on Ubuntu 22.04. Is it at all possible to add support for OpenSSL 3 so that ReaPack can pick at runtime whichever OpenSSL version is available?
Metadata
Metadata
Assignees
Labels
No labels