Created attachment 1508791 [details] Screenshot Description of problem: When I try to execute an Oracle jdk component, I get the following error: Unable to load native library: libnsl.so.1: cannot open shared object file: No such file or directory Version-Release number of selected component (if applicable): Fedora 29 Oracle Java jdk1.6u45 How reproducible: Steps to Reproduce: 1.Download oracle java jdk 1.6u45.rpm.bin 2.Install appropiate package version 3.Execute any java command (e.g. java, javac, etc) Actual results: $ ./java -version Error occurred during initialization of VM Unable to load native library: libnsl.so.1: cannot open shared object file: No such file or directory Expected results: $ java -version java version "1.6.0_45" Additional info:
Does the failure go away if you install the libnsl package? Thanks.
(In reply to Florian Weimer from comment #1) > Does the failure go away if you install the libnsl package? Thanks. Yes, Thank you so much. It works!
Thank you its work for me :)