Operating System - HP-UX
1827202 Members
2590 Online
109716 Solutions
New Discussion

Re: error starting SAM Mozilla Tomcat

 
SOLVED
Go to solution
Eng. Mohammad
Frequent Advisor

error starting SAM Mozilla Tomcat

hi all
i have a RP7420 w HP UX 11.11 , it was working normally but yesterday it starts problems.
when i need to start applications like SAM , Mozilla , Tomcat i get the following error
/usr/lib/dld.sl: Can't find path for shared library: librt.2
/usr/lib/dld.sl: No such file or directory
how can i fix this problem
6 REPLIES 6
Dennis Handly
Acclaimed Contributor

Re: error starting SAM Mozilla Tomcat

Do you have /usr/lib/librt.2? Does it have the right permissions:
-r-xr-xr-x 1 bin bin
Ivan Krastev
Honored Contributor

Re: error starting SAM Mozilla Tomcat

Check for missing library and symlink in /usr/lib/:

# ll /usr/lib/librt*
-r-xr-xr-x 1 bin bin 32768 Nov 14 2000 /usr/lib/librt.2
lrwxr-xr-x 1 root root 9 Aug 1 10:25 /usr/lib/librt.sl -> ./librt.2


regards,
ivan
Eng. Mohammad
Frequent Advisor

Re: error starting SAM Mozilla Tomcat

the file is there and the permissions are correct
Dennis Handly
Acclaimed Contributor
Solution

Re: error starting SAM Mozilla Tomcat

>the file is there and the permissions are correct

I hate to think you need to do:
export SHLIB_PATH=/usr/lib
Dennis Handly
Acclaimed Contributor

Re: error starting SAM Mozilla Tomcat

What are the permissions for /usr and /usr/lib?
Eng. Mohammad
Frequent Advisor

Re: error starting SAM Mozilla Tomcat

thanks for help the problem solved by exporting the SHLIB_PATH