Hi,
On rhel9 docker image (for s390x architecture) I have done the following:
# microdnf install -y bc binutils compat-openssl11 elfutils-libelf fontconfig glibc glibc-devel glibc-headers ksh libaio libgcc libibverbs liblsan libnsl libnsl2 libstdc++ libvirt-libs libxcb libX11 libXau libXi libXrender libXtst libxcrypt-compat make policycoreutils policycoreutils-python-utils smartmontools sysstat
And then followed by rpm install of the following package:
# rpm -ivh /home/assets/oracle-instantclient19.30-basic-19.30.0.0.0-1.s390x.rpm
The above fails with below output:
bash-5.1# rpm -ivh /home/assets/oracle-instantclient19.30-basic-19.30.0.0.0-1.s390x.rpm
warning: /home/assets/oracle-instantclient19.30-basic-19.30.0.0.0-1.s390x.rpm: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOKEY
error: Failed dependencies:
libnsl.so.1%{lbnsl_platform} is needed by oracle-instantclient19.30-basic-19.30.0.0.0-1.s390x
How to resolve this?