1845208 Members
2153 Online
110243 Solutions
New Discussion

fptydaemon problem

 
SOLVED
Go to solution
warghade
Occasional Advisor

fptydaemon problem

hello to all members,

We are having L2000 server with HP-UX 11,
While starting the fptydaemon daemon it gives error,
crt0: ERROR couldn't open dld.sl errorno:000000002



pl help



thanks in advance.


1 REPLY 1
eran maor
Honored Contributor
Solution

Re: fptydaemon problem

Hi

Usually this error occurs when the /lib/dld.sl file is not found or the /lib directory is empty. You can verify these problems by using
the ll command on /lib, /usr/lib,
or /lib/dld.sl.

In this case the problem is that /lib should have a transition link
to /usr/lib, but does not. So, solve the problem by enabling the
unique HP-UX 9.x feature Fast Transition Links with the
/opt/upgrade/bin/tlinstall command.

If you don't have the Fast Transition Links fileset installed,
you can find it on your HP-UX CORE OS CD-ROM, under the fileset
"upgrade". They are not installed by default

If the Fast Transition Links are installed, the files that are created will have a unique permission character, "t" in the place of the owner's execution bit and the standard "l" in
the first position for a link file.

You can create a symbolic link to fix the problem listed here, but the
Fast Transition Links are a better solution. They can be
enabled or disabled with a single command--to conform with with the
new 10.x file system standards. You can also add and remove transition
file links.

This example uses a Fast Transition Link for /lib at 10.20:

$ ll -d /lib
lr-xr-xr-t 1 root sys 8 Jan 11 1997 /lib -> /usr/lib
love computers