HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- shared executable dynamically linked
Operating System - HP-UX
1837896
Members
3326
Online
110122
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
Go to solution
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
05-04-2001 11:59 AM
05-04-2001 11:59 AM
Can someone tell me what "shared executable dynamically linked" means, is that a C program, perl, I don't know.... Is there a way to decode those executables, just to understand what they do?
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 12:09 PM
05-04-2001 12:09 PM
Solution
Hi Jasmin:
You asked for it so here goes:
Shared Executable Dynamically Linked
Shared - more than one process can use the
'text' (the instructions as opposed to data)
segment simultaneously. (This saves system wide memory)
Executable - Directly executable code as opposed to a perl,shell,etc script which is interpreted.
Dynamically Linked - it's made ready for execution on a local machine 'on the fly'. Your particular machines shared libraries are used as opposed to statically linked where everything needed to run the code in linked on the machine on which is way created.
The last part of your question is more difficult. The correct answer is possibly. If the programmer included debugger info then yes its possible to get some idea but very difficult.
Unless this is a custom program, if you tell us the name of the execuatable, I'll bet someone on the forum will recogize it.
Hope this clears up a few things, Clay.
You asked for it so here goes:
Shared Executable Dynamically Linked
Shared - more than one process can use the
'text' (the instructions as opposed to data)
segment simultaneously. (This saves system wide memory)
Executable - Directly executable code as opposed to a perl,shell,etc script which is interpreted.
Dynamically Linked - it's made ready for execution on a local machine 'on the fly'. Your particular machines shared libraries are used as opposed to statically linked where everything needed to run the code in linked on the machine on which is way created.
The last part of your question is more difficult. The correct answer is possibly. If the programmer included debugger info then yes its possible to get some idea but very difficult.
Unless this is a custom program, if you tell us the name of the execuatable, I'll bet someone on the forum will recogize it.
Hope this clears up a few things, Clay.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 12:26 PM
05-04-2001 12:26 PM
Re: shared executable dynamically linked
Hi Jasmin:
A good white-paper that addresses some of your questions is the "HP-UX 10.0 Memory Management White Paper", document #OMJWP02950928 in the Technical Knowledge Base.
...JRF...
A good white-paper that addresses some of your questions is the "HP-UX 10.0 Memory Management White Paper", document #OMJWP02950928 in the Technical Knowledge Base.
...JRF...
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP