Skip to content

Clarification required on Oryx support for latest ubuntu versions #2592

Open
@Kaniska244

Description

@Kaniska244

Hello,

The php installation with oryx tool is broken with the following error on ubuntu 24.04(noble) & 22.04(jammy).

php: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

This above happens because libssl1.1 system library is not available ubuntu jammy(22.04) onwards.

In 20.04:

root ➜ / $ dpkg -l | grep -i libssl
ii  libssl-dev:amd64           1.1.1f-1ubuntu2.24                amd64        Secure Sockets Layer toolkit - development files
ii  libssl1.1:amd64            1.1.1f-1ubuntu2.24                amd64        Secure Sockets Layer toolkit - shared libraries
root ➜ / $ 
root ➜ / $ 
root ➜ / $ cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
root ➜ / $

In 24.04:

root ➜ / $ dpkg -l | grep -i libssl
ii  libssl-dev:amd64              3.0.13-0ubuntu3.5                 amd64        Secure Sockets Layer toolkit - development files
ii  libssl3t64:amd64              3.0.13-0ubuntu3.5                 amd64        Secure Sockets Layer toolkit - shared libraries
root ➜ / $ 
root ➜ / $ cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.2 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
root ➜ / $

As per the support document, oryx supports ubuntu up to focal-scm (20.04) version only.

Is there any plan from oryx side to support higher ubuntu versions such as jammy(22.04) or noble(24.04) in near future as ubuntu focal-scm (20.04) support ends on May 31, 2025?
Otherwise, Any workaround/ fix for the php issue would also be highly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions