Libcypro & libssl missing (?)

Trying to install cwp, which is fine on 9.x, but on 10.0 am receiving:

Error:

  • nothing provides libcrypto.so.1.1()(64bit) needed by cwpsrv-1.24.0-1.x86_64 from cwp
  • nothing provides libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) needed by cwpsrv-1.24.0-1.x86_64 from cwp
  • nothing provides libssl.so.1.1()(64bit) needed by cwpsrv-1.24.0-1.x86_64 from cwp
  • nothing provides libssl.so.1.1(OPENSSL_1_1_0)(64bit) needed by cwpsrv-1.24.0-1.x86_64 from cwp
  • nothing provides libssl.so.1.1(OPENSSL_1_1_1)(64bit) needed by cwpsrv-1.24.0-1.x86_64 from cwp

I tried to compile & install OpenSSL 1.1.1w maually, but still receive the error.

When I run: php -i | grep “OpenSSL”

SSL Version => OpenSSL/3.2.2
OpenSSL support => disabled (install ext/openssl)

Thanks

Red Hat writes in “Key differences between RHEL 9 and RHEL 10”:

compat-openssl11 is removed
The compatibility library for OpenSSL 1.1, compat-openssl11, has been removed from RHEL 10. OpenSSL 1.1 is no longer maintained upstream and applications that use the OpenSSL TLS toolkit should be migrated to version 3.x.

The upstream OpenSSL 1.1 did die in 2023. There is no sane reason for Red Hat (nor anyone else) to commit to support it to 2035 (and beyond).

It is the “cwp” that should shift to OpenSSL 3. Alternatively, you can continue to use Alma 9.

Thank you for the answer.