Hello
I am trying to install Oracle XE on a Fedora 29 (64 arch)
I am folloeing the link:
https://docs.oracle.com/en/database/oracle/oracle-database/18/xeinl/procedure-installing-oracle-database-xe.html
and after :
yum -y localinstall oracle-database-xe-18c-1.0-1.x86_64.rpm
it complains for nodigest
So I've tried the command:
[root@fedora rpms]# rpm -ivf oracle-database-xe-18c-1.0-1.x86_64.rpm --nodigest
and got the error:
[root@fedora ~]# /etc/init.d/oracle-xe-18c configure
/opt/oracle/product/18c/dbhomeXE/bin/orabase: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory
Specify a password to be used for database accounts. Oracle recommends that the password entered should be at least 8 characters in length, contain at least 1 uppercase character, 1 lower case character and 1 digit [0-9]. Note that the same password will be used for SYS, SYSTEM and PDBADMIN accounts:
Confirm the password:
Configuring Oracle Listener.
/opt/oracle/product/18c/dbhomeXE/bin/orabase: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory
/bin/mkdir: cannot create directory ‘/cfgtoollogs’: Permission denied
bash: /cfgtoollogs/netca/netca_configure_out.log: No such file or directory
Listener configuration failed. Check log '/cfgtoollogs/netca/netca_configure_out.log' for more details.
[root@fedora ~]#
Please, can yu help out on this?
Regards
Érico