after further investigations, we found a way to only change openssl version for mongodb:

cd /tmp
wget http://d.rockylinux.org/vault/rocky/9.4/BaseOS/x86_64/os/Packages/o/openssl-3.0.7-28.el9_4.x86_64.rpm
wget http://d.rockylinux.org/vault/rocky/9.4/BaseOS/x86_64/os/Packages/o/openssl-libs-3.0.7-28.el9_4.x86_64.rpm
mkdir /opt/openssl-3.0.7-28
cd /opt/openssl-3.0.7-28

rpm2cpio /tmp/openssl-3.0.7-28.el9_4.x86_64.rpm | cpio -di
rpm2cpio /tmp/openssl-libs-3.0.7-28.el9_4.x86_64.rpm | cpio -di

set new path in systemd file:

Environment="LD_LIBRARY_PATH=/opt/openssl-3.0.7-28/usr/lib64"

Although the origin problem is gone, we would appreciate a bug fix.

regards

1 Like