- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What is my hppa version?
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-2003 06:56 AM
04-29-2003 06:56 AM
What is my hppa version?
To get Apache, I must download gcc. But gcc only lists builds for hppa2.0w hpux11 or hppa64 hpux11.
How do I know what hppa version I have?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 06:57 AM
04-29-2003 06:57 AM
Re: What is my hppa version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 07:09 AM
04-29-2003 07:09 AM
Re: What is my hppa version?
i believe there is a script config.guess in your apache source tree. run that and that should tell you whether this is hppa2.0w or hppa64.
I am attaching the script here just in case - it is common to most gnu tools.
i just ran it on my hp 9000 b class workstation and it gave this output -
hppa2.0w-hp-hpux11.00
FWIW.
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 07:22 AM
04-29-2003 07:22 AM
Re: What is my hppa version?
Btw, have you seen problems with the ./configure script with Apache?
I'm getting helpers/dummy.c compile errors, and assuming that I need the new compiler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 07:26 AM
04-29-2003 07:26 AM
Re: What is my hppa version?
I know i faced a lot of problems with the configure script.
and i solved most of them.
so, go ahead and shoot - if not me, somebody else will answer and solve your problem.
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 07:39 AM
04-29-2003 07:39 AM
Re: What is my hppa version?
what are these errors you get while compiling the dummy.c file?
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 07:52 AM
04-29-2003 07:52 AM
Re: What is my hppa version?
2.0 (without the 'w') id a 32bit build for hppa-2.0 architecture (PA8000 or up)
The version differs on how gcc was build (64bit gcc built with HP C-ANSI-C is most likely to generate hppa2.0w, and built with gcc/64 most likely generates hppa64).
Correct me if I'm wrong
See (the 'ux' script) on https://www.beepz.com/personal/merijn/#FAQ or http://www.cmve.net/~merijn/#FAQ to find out what you have exactly.
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 08:57 AM
04-29-2003 08:57 AM