-
|
Unable to install this on RH 10. Why does this request for a older openssl rpm -qpR ./alisql-8.0.44-1.el8.x86_64.rpm | egrep 'libcrypto|libssl|openssl' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This RPM was built on EL8 and is linked against OpenSSL 1.1 (the default OpenSSL version on EL8). On RHEL 10, OpenSSL 1.1 is not available by default, so the package cannot be installed as-is. The recommended approach is to rebuild AliSQL from source on RHEL 10 (or an EL10 build environment) following our build instructions. The process is actually not complicated, and the resulting binaries will link against the correct system libraries and meet the requirements on RHEL 10. :) |
Beta Was this translation helpful? Give feedback.
This RPM was built on EL8 and is linked against OpenSSL 1.1 (the default OpenSSL version on EL8). On RHEL 10, OpenSSL 1.1 is not available by default, so the package cannot be installed as-is.
The recommended approach is to rebuild AliSQL from source on RHEL 10 (or an EL10 build environment) following our build instructions. The process is actually not complicated, and the resulting binaries will link against the correct system libraries and meet the requirements on RHEL 10. :)