Bug 1653638

Summary: Unable to load native library: libnsl.so.1: cannot open shared object file: No such file or directory
Product: [Fedora] Fedora Reporter: Juan Andres Moreno <juanandresmorenoschrott>
Component: glibcAssignee: Carlos O'Donell <codonell>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: aoliva, arjun.is, codonell, dj, fweimer, juanandresmorenoschrott, law, mfabian, pfrankli, rth, siddhesh, sidibabemedheiba
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-11-27 11:12:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Screenshot none

Description Juan Andres Moreno 2018-11-27 10:30:18 UTC
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:

Comment 1 Florian Weimer 2018-11-27 10:32:04 UTC
Does the failure go away if you install the libnsl package?  Thanks.

Comment 2 Juan Andres Moreno 2018-11-27 11:10:26 UTC
(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!

Comment 3 Sidibaba 2023-02-28 10:05:18 UTC
Thank you its work for me :)