Description
hello,
libsystemd-shared-239.so seems to be missing from oraclelinux:8 image, so most systemd commands are failing:
[root@ce975cbaebf1 /]# systemctl status
systemctl: error while loading shared libraries: libsystemd-shared-239.so: cannot open shared object file: No such file or directory
[root@ce975cbaebf1 bin]# rpm -ql systemd | grep libsystemd
/usr/lib/systemd/libsystemd-shared-239.so
[root@ce975cbaebf1 bin]# ls -l /usr/lib/systemd/libsystemd-shared-239.so
ls: cannot access '/usr/lib/systemd/libsystemd-shared-239.so': No such file or directory
thanks
-taj
Activity