Author Topic: AL10 Install Problem  (Read 122 times)

0 Members and 1 Guest are viewing this topic.

Offline
*****
AL10 Install Problem
« on: May 28, 2025, 06:55:16 PM »
Trying to install on AL10, and get:

Quote
Error:
 Problem: conflicting requests
  - 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
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Can get cwp-php installed by using
Code: [Select]
dnf install cwp-php-7.2.34-1 --nobest
I know, AL10 just released on 2025-05-28. And isn't a supported OS.

Offline
*****
Re: AL10 Install Problem
« Reply #1 on: May 31, 2025, 08:51:37 AM »
Well after manually installing the last OpenSSL 1.1.1w version, which is now past EOL. There was no joy.

AL8 & AL9 had compat-openssl11, but EL10 finally dropped this strictly for the current OpenSSL 3.x.

So until CWP updates cpwsrv's dependency on OpenSSL 1.1.1 to OpenSSL 3.x, we are stuck running AL9 for the time being.  :-\

Offline
*****
Re: AL10 Install Problem
« Reply #2 on: May 31, 2025, 01:10:25 PM »
TBE -- to be expected. Some more transparency and communication from the devs would be very desirable and would assure other current & future customers. A roadmap, changelogs, a dev blog... anything would be good.