Management Server installation on standalone RHEL 10 fails due to missing libcrypt.so.1 dependency (IIP-46486)
Installing the InfoScale Operations Manager Management Server on a standalone Red Hat Enterprise Linux (RHEL) 10 server fails with an error stating that the
libcrypt.so.1 shared library dependency is missing.
RHEL 10 natively ships with
libcrypt.so.2 only and no longer includes libcrypt.so.1 by default. Because the bundled Perl runtime calls libcrypt.so.1, the installer cannot proceed.
Workaround: Before installing the Management Server on a standalone RHEL 10 server, use the following command to install the
libxcrypt-compat package, which includes both libcrypt.so.1 and libcrypt.so.2:sudo dnf install libxcrypt-compat
Related information