- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error: /usr/lib/dld.sl: Can't open 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
11-05-2002 01:09 AM
11-05-2002 01:09 AM
"/usr/lib/dld.sl: Can't open shared library: /usr/lib/libdld.2"
How can I solve this error in order to be able to run the program on the HP-UX 10.20 machine?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 01:30 AM
11-05-2002 01:30 AM
Re: Error: /usr/lib/dld.sl: Can't open shared library: /usr/lib/libdld.2
The .2 files belong to ux 11, and are not found on 10.20 systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 01:39 AM
11-05-2002 01:39 AM
Re: Error: /usr/lib/dld.sl: Can't open shared library: /usr/lib/libdld.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 02:06 AM
11-05-2002 02:06 AM
SolutionThe STK contains more information:
http://devresource.hp.com/STK/binarycompat.html
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 02:10 AM
11-05-2002 02:10 AM
Re: Error: /usr/lib/dld.sl: Can't open shared library: /usr/lib/libdld.2
That means that it not possible to transport a program between different HP-UX platforms?
<<
Thew only good aswer is: It's not so obvious.
If your program is linked to use functions from dynamically linked libraries, that libraries have to be reachable in the moment you start your program.
Standard and system functions are in such libraries. When you make your program aCC is configured to produce native code by default. So, for HP-UX 11.00 it will use libraries from HP-UX 11.00. If they were not existing previously (or exist in too old version for current program) you'll get into trouble.
I guess that everythink from 10.20 will run on 11.00.
I also think that it should be possible to configure aCC on 11.00 to produce executables like they were compiled on 10.20.
But I've never done it myself.
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 02:16 AM
11-05-2002 02:16 AM