1833871 Members
1818 Online
110063 Solutions
New Discussion

Apache web server ..

 
SOLVED
Go to solution
someone_4
Honored Contributor

Apache web server ..

ok I have a new project here ..
To bring up and configure an apache web server. I have the .tar done and working on the install. I am running into an issue.
I run the ./configure --compat command
per my handy oreily book and i get the error beloow. anyone have any ideas?? I am thinking it has to do with the ansi complier ..
I am putting this on HPUX 11.0 ..

-----------------------------------------

(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.

Stop.
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. This is most likely because your C compiler
** is not ANSI. Apache requires an ANSI C Compiler, such
** as gcc. The above error message from your compiler
** will also provide a clue.
2 REPLIES 2
Rick Garland
Honored Contributor

Re: Apache web server ..

You will need an ANSI compiler.

The gcc is a choice or the HP ANSI-C compiler will work as well.

The bundled compiler with the HPUX install will not work
Kofi ARTHIABAH
Honored Contributor
Solution

Re: Apache web server ..

Richard,

You need to install gcc before you attempt to compile apache... by the way you can get a compiled version at:
http://eigen.ee.ualberta.ca/hppd/hpux/Networking/WWW/apache-1.3.14/

also you can get gcc at
http://eigen.ee.ualberta.ca/hppd/hpux/Gnu/gcc-2.95.2/

Good luck
nothing wrong with me that a few lines of code cannot fix!