- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- chatr on Itanium HPUX 11.23
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-21-2008 03:35 AM
тАО05-21-2008 03:35 AM
chatr on Itanium HPUX 11.23
On PA_RISC, I used to be able to use chatr to convert static libraries to dynamic as follows:
chatr -l /usr/local/lib/libssl.sl wget
However, this does not work anymore on Itanium and I've found an article (http://docs.hp.com/en/B2355-90655/ch04s01.html) saying that this only works in 32-Bit mode only.
Is there an alternative way to do the same thing on Itanium?
Thanks,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2008 03:40 AM
тАО05-21-2008 03:40 AM
Re: chatr on Itanium HPUX 11.23
see man page of chatr in Itanium OS
#man chatr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2008 01:36 AM
тАО05-22-2008 01:36 AM
Re: chatr on Itanium HPUX 11.23
chatr(error): invalid -l argument: /var/tmp/foo.so
>ahsan: see man page of chatr on Integrity OS
If you happen to know exactly where that is, you might mention it. I don't see the N logical inferences that says that? In fact I had to look at the code the last time it was asked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2008 01:47 AM
тАО05-22-2008 01:47 AM
Re: chatr on Itanium HPUX 11.23
On PA_RISC, I could use the chatr -l and then put the libraries under SHLIB_PATH.
I guess that will leave me with no alternative but to recompile the code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2008 02:42 AM
тАО05-22-2008 02:42 AM
Re: chatr on Itanium HPUX 11.23
I didn't think I could duplicate it so I downloaded wget too. It is as you said. (It took me a little while to duplicate it, after I forgot I already did it.)
>I guess that will leave me with no alternative but to recompile the code.
It appears you're right. Unless you want to write a binary patching tool to remove the path.