HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- link lib issues
Operating System - HP-UX
1827283
Members
3436
Online
109717
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
12-01-2009 05:44 AM
12-01-2009 05:44 AM
link lib issues
I am running an old proprietary app and getting and error during runtime: /usr/lib/dld.sl: Can't open shared library: ../../libtddd.sl
/usr/lib/dld.sl: No such file or directory
A couple questions:
- this has many libs associated with it - is there a way to find which exec/lib references this?
- is there a way to FORCE this to look for this lib in a different place?
I get the error above when trying to run an executable - i don't see any reference to this lib in the makefile for the exec so I assume one of the libs it links in has a reference - i tried using chatr on the exec but do not see any reference. Thanks
/usr/lib/dld.sl: No such file or directory
A couple questions:
- this has many libs associated with it - is there a way to find which exec/lib references this?
- is there a way to FORCE this to look for this lib in a different place?
I get the error above when trying to run an executable - i don't see any reference to this lib in the makefile for the exec so I assume one of the libs it links in has a reference - i tried using chatr on the exec but do not see any reference. Thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2009 07:05 AM
12-01-2009 07:05 AM
Re: link lib issues
If you know where that file is....maybe you could reference the path in the /etc/SHLIB_PATH file.
Just a quick thought,
Rita
Just a quick thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2009 07:24 PM
12-01-2009 07:24 PM
Re: link lib issues
Where did that shlib go?
>this has many libs associated with it - is there a way to find which exec/lib references this?
(What is "this" and "it", the app or the shlib? It is better to repeat the name.)
If you want to see what shlibs the application uses, use "chatr app". You may have to use chatr(1) on all of your apps to find them all.
>is there a way to FORCE this to look for this lib in a different place?
If the application is linked correctly, you can export SHLIB_PATH to point to the proper directories.
>I don't see any reference to this lib in the makefile for the exec so I assume one of the libs it links in has a reference
You can also use chatr(1) on shlibs.
Or you can use ldd(1) on your executable and it will list all shlibs, until it finds one missing.
>Rita: maybe you could reference the path in the /etc/SHLIB_PATH file.
It is probably easier to export SHLIB_PATH in an appropriate script, than to try to figure out which application rates high enough to be put into SHLIB_PATH.
>this has many libs associated with it - is there a way to find which exec/lib references this?
(What is "this" and "it", the app or the shlib? It is better to repeat the name.)
If you want to see what shlibs the application uses, use "chatr app". You may have to use chatr(1) on all of your apps to find them all.
>is there a way to FORCE this to look for this lib in a different place?
If the application is linked correctly, you can export SHLIB_PATH to point to the proper directories.
>I don't see any reference to this lib in the makefile for the exec so I assume one of the libs it links in has a reference
You can also use chatr(1) on shlibs.
Or you can use ldd(1) on your executable and it will list all shlibs, until it finds one missing.
>Rita: maybe you could reference the path in the /etc/SHLIB_PATH file.
It is probably easier to export SHLIB_PATH in an appropriate script, than to try to figure out which application rates high enough to be put into SHLIB_PATH.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP