- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LIBRARY PATH 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
07-02-2004 08:59 PM
07-02-2004 08:59 PM
LIBRARY PATH ERROR
I am running a script which is unable to
find a library thoru I have include It in my
path still script give the same error
/usr/lib/hpux32/dld.so: Unable to find library 'libSS7utilWAA.so.1'.
My O.S. - HP-UX 11.23
Please tell me what should I do
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 09:12 PM
07-02-2004 09:12 PM
Re: LIBRARY PATH ERROR
ls -l /lib
does there exist a link file, lib??
It should be there and should be linked to /usr/lib
regds
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 09:15 PM
07-02-2004 09:15 PM
Re: LIBRARY PATH ERROR
Regds,
Kaps
: naveej .. saturday shift ? :) send me ur contact number man ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 09:26 PM
07-02-2004 09:26 PM
Re: LIBRARY PATH ERROR
Well Thanks but I solved the problem
SHLIB_PATH was not set..
STUPID OF ME....
Kaps my contact No is : +919810721723
Can I have yours.
Amit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 09:28 PM
07-02-2004 09:28 PM
Re: LIBRARY PATH ERROR
most likely is a version mismatch.
# find /usr/lib /lib /usr/local/lib | grep libSS7util
if there is one without the .1 extension, or it is called .sl or .sl.1 instead, just make a new entry libSS7utilWAA.so.1 symlinked the the match found and try again.
Don't forget to remove the symlink if it does not work
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 09:48 PM
07-02-2004 09:48 PM
Re: LIBRARY PATH ERROR
Regds,
Kaps