- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Application linker error in HP-itanuim
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
01-06-2010 02:24 AM
01-06-2010 02:24 AM
Application linker error in HP-itanuim
Usually our application build on HP-itanium and HP-PARISC. while executing the application on HP-itanium it gives unresolved linker error, but same application works fine in HP-PARISC.
Is there any specific build format change in HP-itanium while creating shared libraries?
Thanks
Jithesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2010 09:39 PM
01-06-2010 09:39 PM
Re: Application linker error in HP-itanuim
information about what "our application
build" is doing, and what the actual error
message is.
Output from "uname -a" can be useful, too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2010 12:51 AM
01-07-2010 12:51 AM
Re: Application linker error in HP-itanuim
If this occurs at runtime, it is a dld error, not linker.
As Steven asked, what's the message?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2010 05:33 AM
01-12-2010 05:33 AM
Re: Application linker error in HP-itanuim
Sorry for the confusion.
Due to security consideration , i couldn't explain the details about my application. I have tried to write sample application to recreate the same problem, but that works fine.
Here, i will explain you the scenario.
I have one shared library ' say libEx1' built with say 'libEx2' , libEx2 already built with say 'libEx3' , so we tried to attach libEx1 with our sample application. it gives following error.
"/usr/lib/hpux32/dld.so: Unsatisfied data symbol < symbol defined in libEx3> load module 'libEx1'"
I have seen this error only in HP-Itanium (HP-UX hbptc012 B.11.23 U ia64 2931400862 unlimited-user license) , where in HP-PARISC (HP-UX hindi B.11.23 U 9000/800 457514194 unlimited-user license) it works fine.
Thanks
Jithesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2010 02:11 PM
01-12-2010 02:11 PM
Re: Application linker error in HP-itanuim
libEx1 has a dependent shlib libEx2?
>dld.so: Unsatisfied data symbol
Is this symbol exported from libEx3?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2010 03:57 AM
01-15-2010 03:57 AM
Re: Application linker error in HP-itanuim
> libEx1 has a dependent shlib libEx2?
Yes, it is dependent.
>dld.so: Unsatisfied data symbol
Yes, this symbol exported from libEx3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2010 04:13 AM
01-15-2010 04:13 AM
Re: Application linker error in HP-itanuim
What tool are you using to check?
elfdump -n .dynsym -s load-module
What version of dld.so do you have? The latest patch is PHSS_39821.