- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to build a 64-bit Apache Web Server on HP-UX I...
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
07-09-2006 06:00 PM
07-09-2006 06:00 PM
Following is what I did:
I tried following commands to build 64-bit Apache Web Server ::
export CFLAGS="-mlp64"
export CPPFLAGS="-mlp64"
./configure --prefix=
make
make install
After that, I successfully got Apache Web Server installed, and I got following information by "httpd -V" command ::
bash-3.00$ ./httpd -V
Server version: Apache/2.0.55
Server built: Jun 27 2006 19:51:23
Server's Module Magic Number: 20020903:11
Architecture: 64-bit
...
But the Web Server cannot start, not giving me any error message or response.
(If I add one line in httpd.conf file to load a customized module, I will get an error when I try to start the Web Server :" aCC runtime: Use of "-mt" must be consistent during both compilation and linking.")
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2006 06:15 PM
07-09-2006 06:15 PM
SolutionThis could be a multithreaded issue. Export CFLAGS and CPPFLAGS="-mlp64 -mt" and try to build it. Also, what is # file httpd ?
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2006 06:19 PM
07-09-2006 06:19 PM
Re: How to build a 64-bit Apache Web Server on HP-UX Itanium?
Perhaps don't build it, install it 64 bit ready. I don't see anything in the stopping this.
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSATW215
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2006 06:26 PM
07-09-2006 06:26 PM
Re: How to build a 64-bit Apache Web Server on HP-UX Itanium?
But I must use Apache2 from Apache.org in my situation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2006 06:32 PM
07-09-2006 06:32 PM
Re: How to build a 64-bit Apache Web Server on HP-UX Itanium?
Got problem when building 64-bit Apache Web Server on HP-UX Itanium. "
thank u.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2006 07:09 PM
07-09-2006 07:09 PM
Re: How to build a 64-bit Apache Web Server on HP-UX Itanium?
But I must use Apache2 from Apache.org in my situation.
HP downloaded it from apache.org.
Then they ported it to HP-UX.
A simplification, but true.
Have fun.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2006 07:40 PM
07-09-2006 07:40 PM