Skip to content

Compatibility issue with Ubuntu 22.04 #47

Closed
@jahudka

Description

@jahudka

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions