- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't find path for shared library
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 08:47 PM
02-23-2005 08:47 PM
# /appl/maestro/StartUp
/usr/lib/dld.sl: Can't find path for shared library: libatrc.sl
/usr/lib/dld.sl: No such file or directory
/appl/maestro/StartUp[45]: 26416 Abort
/appl/maestro/StartUp[47]: /bin/mecho: not found.
/appl/maestro/StartUp[53]: /bin/mecho: not found.
TWS for UNIX/STARTUP 8.1
/usr/lib/dld.sl: Can't find path for shared library: libatrc.sl
/usr/lib/dld.sl: No such file or directory
/appl/maestro/StartUp[77]: 26420 Abort
The file and the directory exists as follows:
# file libatrc.sl
libatrc.sl: PA-RISC1.1 shared library -not stripped
# ll libatrc.sl
-rwxr-xr-x 1 root sys 53399 Oct 19 12:26 libatrc.sl
# ll /usr/lib/dld.sl
-r-xr-xr-x 1 bin bin 188416 Jul 17 2002 /usr/lib/dld.sl
# file /usr/lib/dld.sl
/usr/lib/dld.sl: s800 shared library -not stripped
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 09:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 09:33 PM
02-23-2005 09:33 PM
Re: Can't find path for shared library
Checkout: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=819220
Probably you installed a patch like that one. If not, the SHLIB_PATH solution might work.
If not, do:
# chatr /appl/maestro/bin/conman
Look at the 'embedded path' entry. Create the path, and place the libatrc.sl, which is in the trace directory of your Maestro installation, in there. Then try again and it should work.
We did it by using a symbolic link in /usr named Tivoli, since in our case the needed path was /usr/Tivoli/TWS/TKG/3.1.5/lib. But we are using version 8.2 of TWS, not 8.1.
Good luck,
Elmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 09:35 PM
02-23-2005 09:35 PM
Re: Can't find path for shared library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 09:45 PM
02-23-2005 09:45 PM
Re: Can't find path for shared library
SHLIB_PATH=$SHLIBPATH:
export SHLIB_PATH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 09:49 PM
02-23-2005 09:49 PM
Re: Can't find path for shared library
SHLIB_PATH enabled
then the SHLIB_PATH is not going to be used. You will have to run
# chatr +s enable
where
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 11:08 PM
02-23-2005 11:08 PM
Re: Can't find path for shared library
also found embedded path missing and recreated /usr/Tivoli/TWS/TKG/3.1.5/lib then copied libatrc.sl file into here...
thanks everyone