Operating System - HP-UX
1752815 Members
5954 Online
108789 Solutions
New Discussion юеВ

Re: Getting /usr/lib/dld.sl: Can't open shared library error while starting NFC Client on HPUX 11iv3

 
AMIT PANDEY
Occasional Advisor

Getting /usr/lib/dld.sl: Can't open shared library error while starting NFC Client on HPUX 11iv3

root@uk214:/etc> /sbin/init.d/nis.client start
starting NIS CLIENT networking
starting up the rpcbind
rpcbind already started, using pid: 1109
domainname uk.infores.com
starting up the Network Information Service
starting up the ypbind daemon
/usr/lib/netsvc/yp/ypbind
Checking NIS binding.
Bound to NIS server using domain uk.infores.com.
starting up the keyserv daemon
Error shl_load failed for: libstraddr.1, [errno 2: No such file or directory]
/usr/lib/dld.sl: Can't open shared library: libstraddr.1
/usr/lib/dld.sl: No such file or directory
Error shl_load failed for: libstraddr.1, [errno 2: No such file or directory]
/usr/lib/dld.sl: Can't open shared library: libstraddr.1
/usr/lib/dld.sl: No such file or directory
Error shl_load failed for: libstraddr.1, [errno 2: No such file or directory]
/usr/lib/dld.sl: Can't open shared library: libstraddr.1
/usr/lib/dld.sl: No such file or directory
Error shl_load failed for: libstraddr.1, [errno 2: No such file or directory]
/usr/lib/dld.sl: Can't open shared library: libstraddr.1
/usr/lib/dld.sl: No such file or directory
Error shl_load failed for: libstraddr.1, [errno 2: No such file or directory]
/usr/lib/dld.sl: Can't open shared library: libstraddr.1
3 REPLIES 3
AMIT PANDEY
Occasional Advisor

Re: Getting /usr/lib/dld.sl: Can't open shared library error while starting NFC Client on HPUX 11iv3

Sorry this error is for NFS Client setup.
Also, some more inputs:

---------------------------------------------
root@uk214:/etc> ypset uk213
Error shl_load failed for: libstraddr.1, [errno 2: No such file or directory]
/usr/lib/dld.sl: Can't open shared library: libstraddr.1
/usr/lib/dld.sl: No such file or directory
Error shl_load failed for: libstraddr.1, [errno 2: No such file or directory]
/usr/lib/dld.sl: Can't open shared library: libstraddr.1
/usr/lib/dld.sl: No such file or directory
ypset: clnt_create: RPC: Name to address translation failed - n2a: couldn't open shared object -
root@uk214:/etc>
-------------------------------------------
TTr
Honored Contributor

Re: Getting /usr/lib/dld.sl: Can't open shared library error while starting NFC Client on HPUX 11iv3

I know you are using 11v3 but check out this document, "ONC product section, it may apply to you as well since the libstraddr is a PA library in an IA system. First verify that the libstraddr exists in the server and then try creating the suggested link. If that does don work, you may want to either add the final path of libstraddr in your SHLIB_PATH or LDLIB_PATH or create anothe symbolic link from /usr/lib/libstraddr.1 to the final path of the file.

TTr
Honored Contributor

Re: Getting /usr/lib/dld.sl: Can't open shared library error while starting NFC Client on HPUX 11iv3