Issue with 32 bit program and libcrypt.so.1:
I am attempting to run a 32 bit legacy program on Linux RHEL 8 on Azure.
When I run it, i get the error...error while loading shared libraries: libcrypt.so.1:
I found the openssl-devel is supposed to have this as part of the library, but I installed it and I still get the same message. I also noticed I didn't see libcrypt install.
I also have just openssl on the system. I checked using dnf. I have installed using yum, gclib32.i686 and libgcc.i686.
I am not a Linux expert by any means and am just about 1 level above dumb on this platform, so I apologize in advance.
This server is not on the front lines and is behind everything. It just runs an old legacy 32 bit system we kind of have to keep running.
Im not sure if I have missed something needed for 32 bit to work or if I am missing the libcrypto and have no idea where to get it.