- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Wierd /usr/lib/dld.sl errors.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 06:56 AM
07-21-2003 06:56 AM
Wierd /usr/lib/dld.sl errors.
system1:/opt/CIS # ./cis-scan
/usr/lib/dld.sl: Can't open shared library: /usr/lib/libnsl_s.1
/usr/lib/dld.sl: No such file or directory
./cis-scan[4]: 18600 Abort(coredump)
system1:/opt/CIS #
system1:/usr/lib #ls -al | grep libnsl
-r--r--r-- 12 bin bin 1248 Oct 27 1997 libnsipc.a
-r-xr-xr-x 1 bin bin 679936 Apr 29 20:36 libnsl.1*
-r--r--r-- 1 bin bin 816568 Nov 20 1998 libnsl.a
lrwxr-xr-x 1 root sys 17 Jun 30 14:27 libnsl.sl@ -> /usr/lib/libnsl.1
Any advice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 07:04 AM
07-21-2003 07:04 AM
Re: Wierd /usr/lib/dld.sl errors.
Check the doc before making any changes.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 07:06 AM
07-21-2003 07:06 AM
Re: Wierd /usr/lib/dld.sl errors.
do you have in your system that library
/usr/lib/libnsl_s.1 anywhere ?
Try with a find:
find / -name /usr/lib/libnsl_s.1
in my system 11.0:
-r-xr-xr-x 1 bin bin 679936 Nov 29 2001 libnsl.1
-r--r--r-- 1 bin bin 817348 Nov 29 2001 libnsl.a
lrwxr-xr-x 1 root sys 17 Sep 19 2002 libnsl.sl -> /usr/lib/libnsl.1
-r-xr-xr-x 1 bin bin 98304 Nov 6 1997 libnsl_s.1
-r-xr-xr-x 1 bin bin 122880 Oct 10 2001 libnsl_s.2
-r--r--r-- 1 bin bin 158712 Oct 10 2001 libnsl_s.a
lrwxr-xr-x 1 root sys 19 Sep 19 2002 libnsl_s.sl -> /usr/lib/libnsl_s.2
Which OS is yours ?
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 09:20 AM
07-21-2003 09:20 AM
Re: Wierd /usr/lib/dld.sl errors.
Should the SH_LIBRARY_PATH point to /usr/lib?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 10:18 AM
07-21-2003 10:18 AM
Re: Wierd /usr/lib/dld.sl errors.
You need to patch your system. Use the custom patch manager.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 02:42 AM
07-22-2003 02:42 AM
Re: Wierd /usr/lib/dld.sl errors.
Instead of making the link
"libnsl.sl@ -> /usr/lib/libnsl.1 ",
make the link as
"libnsl.1 -> /usr/lib/libnsl.1" .
It should work. I encountered a similar problem and it is solved when made the link.
Regards
VJ.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 02:52 AM
07-22-2003 02:52 AM
Re: Wierd /usr/lib/dld.sl errors.
this should solve your problem
Regards
Roland