- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Programming library availability
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
04-29-2002 07:53 AM
04-29-2002 07:53 AM
All my research @ HP site indicates HP-UX 11.x pre-req. and "add-on" STK package.
- Can someone verify this pre-req.?
- Is there an alternate location/package for 10.20?
Thanks in advance
JMD
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:12 AM
04-29-2002 09:12 AM
Re: Programming library availability
I searched in various sources for libdld.a.
o a search on the whole system (10.20 and 11.00) shows up any libdld.a
o a search on extensive software depots containing HP-UX SW shows up any libdld.a
o a search on the patch database of ITRC shows up any libdld.a
o a search on the technical knowledge database of ITRC shows up any libdld.a
I'm not a developer specialist, but I would assume the file libdld.a to be somewhere at the places I looked for. Are you sure your developer really needs a file called libdld.a?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:18 AM
04-29-2002 09:18 AM
Re: Programming library availability
I found pretty much the same results in my "OS-specific" searches, but I came upon the STK, which references this file, by performing a General search at the HP Homepage.
I developer-challenged myself, so if there is a different forum I should be posting on please let me know.
JMD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 11:31 PM
04-29-2002 11:31 PM
SolutionFor more information have a read of the linker and libraries user guide:
http://docs.hp.com/hpux/onlinedocs/B2355-90655/B2355-90655.html
Cheers,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 11:52 PM
04-29-2002 11:52 PM
Re: Programming library availability
It indeed doesnt exist
Use -l in your link command to pickup libdld.sl
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 12:00 AM
04-30-2002 12:00 AM
Re: Programming library availability
Why would your developer want to include it as part of the executable?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 05:08 AM
04-30-2002 05:08 AM
Re: Programming library availability
After more research I came to the same conclusion and informed said developer. Not sure I convinced him but I did print out the text in "black & white" so he could see it.
Thanks for all the help.
JMD