1837672 Members
3533 Online
110117 Solutions
New Discussion

Re: Printing problem

 
machaya chivaviro_2
Occasional Advisor

Printing problem

I am usind ice for all my prints on an HP900 HPUX 11.0 box. I get this error message
crt0: ERROR couldn't open dld.sl errno:000000002

what could be the problem
2 REPLIES 2
John Palmer
Honored Contributor

Re: Printing problem

dld.sl is a standard shared library in /usr/lib. Errno 2 means 'no such file or directory'.

Check that the you have the variable SHLIB_PATH exported and that the value includes /usr/lib in whatever script runs ice.

export SHLIB_PATH=/usr/lib

Regards,
John
T G Manikandan
Honored Contributor

Re: Printing problem

check whether the /usr/lib is linked to /lib.

Some application by default look into /lib dir for the dld.sl file

lr-xr-xr-t 1 root sys 8 Oct 30 2000 lib -> /usr/lib

Also check the permissions for
/usr
/usr/lib
/usr/lib/dld.sl

files