- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with chatr
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
тАО08-14-2003 06:52 PM
тАО08-14-2003 06:52 PM
Problem with chatr
I had compiled an application using gcc on one machine and ported it onto another which did not have gcc installed on it. Initially the application used to core dump as it was not looking for the gcc libs in the SHLIB_PATH. Using chatr solved the problems on a PA-RISC mchine but on an IPF I got an error:
chatr(error): file
The application was compiled on a 32 bit PA-RISC. Help with resolving this problem will be highly appreciated.
Thanks and regards
Sonison James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2003 11:49 PM
тАО08-14-2003 11:49 PM
Re: Problem with chatr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2003 09:21 AM
тАО08-15-2003 09:21 AM
Re: Problem with chatr
The application works on the IPF without recompilation, the only problem is that it is not looking for the gcc libs in my SHLIB_PATH but in /usr/local/lib. Using chatr enabled SHLIB_PATH for the application on a PA-RISC but it gives an error (chatr(error): file
Thanks and regards
Sonison James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2003 09:54 PM
тАО08-15-2003 09:54 PM
Re: Problem with chatr
But chatr on a IPF machine will recognise only IPF binaries. If you want to do a chatr on the same, take the binary/application to a PA system and do a chatr there. I mean only a PA chatr binary/command can read/recognise a PA RISC binary or application.
The chatr command/binary on a IPF machine can recognise only a IPF binary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2003 05:17 PM
тАО08-18-2003 05:17 PM
Re: Problem with chatr
The fix suggested by you solved my problem.
Thanks and regards
Sonison james
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2003 01:59 PM
тАО08-21-2003 01:59 PM
Re: Problem with chatr
11.22 release. You can run them for PA-RISC
programs by setting the SDKROOT environment
variable-
SDKROOT=/usr/ccs/pa chatr a.out