• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help installing apache on FC5

Kristi2k

Golden Member
I'm having a hard time installing Apache on FC5. This is what I get for an error:
[root@Osiris apache_1.3.34]# ./configure --prefix=/usr/local/etc/httpd/
Configuring for Apache, Version 1.3.34
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for Linux platform
Error: could not find any of these C compilers
anywhere in your PATH: gcc cc acc c89
Configure terminated
 
Is there a good reason you're doing this by hand and not using "yum install httpd" or something to that effect?
 
For that matter why the heck are you using a 1.3 build? The 2.0 series is well established now and quite secure.
 
Originally posted by: nsafreak
For that matter why the heck are you using a 1.3 build? The 2.0 series is well established now and quite secure.

Some of us still don't like 2.x:
  1. The new threading model doesn't inspire confidence.
  2. There is a reason security oriented projects like OpenBSD aren't going with it (besides just the license).
  3. It is less free than the 1.3 branch (earlier branch anyhow, I think the later releases are tainted with the new license).

😉

To OP: Use yum.
 
Originally posted by: Kristi2k
Does PHP4 play well with the new branch?
It'd be a pretty ridiculous problem if the webserver and php from the yum repositories didn't work. At any rate, there's a far higher chance of success than trying to install it all yourself. If they don't work, file a bug report and/or move on to a distro that doesn't concentrate on the bleeing edge.
 
Originally posted by: n0cmonkey
Originally posted by: nsafreak
For that matter why the heck are you using a 1.3 build? The 2.0 series is well established now and quite secure.

Some of us still don't like 2.x:
  1. The new threading model doesn't inspire confidence.
  2. There is a reason security oriented projects like OpenBSD aren't going with it (besides just the license).
  3. It is less free than the 1.3 branch (earlier branch anyhow, I think the later releases are tainted with the new license).

😉

To OP: Use yum.

Most webhosts I'm on is still on 1.3.x but I had trouble using it on my windows xp dev machine. Apache2 works fine though
 
Back
Top