Hi All,
I have an existing check_mk installation on AlmaLinux release 8.6 (Sky Tiger) which is fully updated.
Its a relatively recent installation which has been running fine on 2.1.0p10.cfe. I only have a single site, named “monitor”.
I installed 2.1.0p14.cfe and attempted to upgrade my site “monitor” but receive the below error:
OMD[monitor]:~$ omd status
agent-receiver: stopped
mkeventd: stopped
liveproxyd: stopped
mknotifyd: stopped
rrdcached: stopped
cmc: stopped
apache: stopped
dcd: stopped
redis: stopped
crontab: stopped
Overall state: stopped
OMD[monitor]:~$ omd version
OMD - Open Monitoring Distribution Version 2.1.0p10.cfe
OMD[monitor]:~$ omd versions
2.1.0p10.cfe
2.1.0p14.cfe (default)
OMD[monitor]:~$ omd update
Saving temporary filesystem contents…OK
Cleaning up tmp directory…OK
/omd/versions/2.1.0p14.cfe/bin/python3: error while loading shared libraries: libcrypt.so.2: cannot open shared object file: No such file or directory
i can confirm that there is no libcrypt.so.2 in the aforementioned path, only libcrypto.so.1
ls -la /omd/versions/2.1.0p14.cfe/lib/libcrypto.*
-rw-r–r-- 1 root root 5510792 Oct 13 14:54 /omd/versions/2.1.0p14.cfe/lib/libcrypto.a
lrwxrwxrwx 1 root root 16 Sep 21 08:36 /omd/versions/2.1.0p14.cfe/lib/libcrypto.so → libcrypto.so.1.1
-rwxr-xr-x 1 root root 3049544 Oct 13 14:54 /omd/versions/2.1.0p14.cfe/lib/libcrypto.so.1.1
I also cannot create a clean new site, i get the same error…
omd create testsite
/omd/versions/2.1.0p14.cfe/bin/python3: error while loading shared libraries: libcrypt.so.2: cannot open shared object file: No such file or directory
Has anyone seen this behaviour with 2.1.0p14?
Thanks in advance,
Regards,
Les
