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