- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Lib Error
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
11-22-2005 09:31 PM
11-22-2005 09:31 PM
Lib Error
Am getting an error like this below,
/usr/lib/dld.sl: Can't find path for shared library: libservice05.sl
/usr/lib/dld.sl: No such file or directory
/usr/lib/dld.sl: Can't find path for shared library: libservice05.sl
/usr/lib/dld.sl: No such file or directory
I do hav the library file which it specifies could anyone let me know what i need to do.
Thank you.
Regards,
Robs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 09:34 PM
11-22-2005 09:34 PM
Re: Lib Error
export SHLIB_PATH=
or
export LD_LIBRARY_PATH=
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 09:40 PM
11-22-2005 09:40 PM
Re: Lib Error
Have u exported the SHLIB_PATH ( Shared Library Path) varibale? If not export it,
export SHLIB_PATH=/usr/lib/
Regards
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 09:43 PM
11-22-2005 09:43 PM
Re: Lib Error
# find / -name "libservice05.sl"
# ldd libservice05.sl
# export SHLIB_PATH=/usr/lib:
PS: Post your try in shell prompt with errors you are getting more. It will give speedy solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 09:45 PM
11-22-2005 09:45 PM
Re: Lib Error
If you are using Oracle, you may need to do some relinking...
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 09:46 PM
11-22-2005 09:46 PM
Re: Lib Error
My Shell is current working on "tcsh"
export doesnt work as this is set to a separate user and it works only for that particular set of applications.
even though am able to locate the library file. is there a way to export in tcsh.
Thank you.
Regards,
Robs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 09:52 PM
11-22-2005 09:52 PM
Re: Lib Error
set SHLIB_PATH =
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 09:53 PM
11-22-2005 09:53 PM
Re: Lib Error
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 11:12 PM
11-22-2005 11:12 PM
Re: Lib Error
Any other way....
Regards,
Robs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 11:22 PM
11-22-2005 11:22 PM
Re: Lib Error
Thank you for the replies and was really usefull.
Regards,
Robs