1752807 Members
6066 Online
108789 Solutions
New Discussion

Re: Problem with did.sl

 
S Vijayan
New Member

Problem with did.sl

Hi,

hardware : HP 9000 D-Class
O/S Ver : HP UX 10.20

whenever we are executing 'unify'(we supposed to get a menu based package by this command) command its gives an error "crt0: ERROR couldn't open dld.sl errno:000000002" and the package is not opening.
Found the dld.sl is a library file linked to commands like 'cp' and all, but those commands are working properly.

Requests to help me in this.

Regds/Sandeep Vijayan
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: Problem with did.sl

Does /usr/lib/dld.sl exist and have the right permissions?
How about /usr and /usr/lib?
$ ll -d /usr /usr/lib /usr/lib/dld.sl
dr-xr-xr-x 22 bin bin 8192 May 31 2009 /usr
dr-xr-xr-x 46 bin bin 16384 May 31 2009 /usr/lib
-r-xr-xr-x 1 bin bin 393216 Dec 8 2008 /usr/lib/dld.sl

Does /usr/bin/cp work to copy a dummy file?