
mearns.b at gmail
Nov 19, 2009, 3:30 AM
Post #3 of 4
(375 views)
Permalink
|
|
Re: how to install gcc required for apache 2.2 on RHEL 4
[In reply to]
|
|
On Thu, Nov 19, 2009 at 5:34 AM, Philip Wigg <phil [at] philipwigg> wrote: >> I am installing Apache web server 2.2.14 on RHEL 4. When I am running >> configure command in the apache, it is throwing error “No c++ compiler >> found”. > > This isn't an Apache question but anyway, you probably just need to > type 'up2date gcc'. Unless there's a reason why you want to install > Apache from source, you can probably also type 'up2date httpd' to > install Apache instead of building your own. Make sure you patch your > system up to date after you've done that. > > Cheers, > Phil. > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe [at] httpd > " from the digest: users-digest-unsubscribe [at] httpd > For additional commands, e-mail: users-help [at] httpd > > I used Fedora, which is closely related to red-hat. I'm not sure was up2date is, but if that doesn't work, you should be able to use yum, like `yum install gcc`, as the super user. As Phil said, you can also install apache directly with `yum install httpd` (notice the package isn't called apache). -Brian -- Feel free to contact me using PGP Encryption: Key Id: 0x3AA70848 Available from: http://keys.gnupg.net --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe [at] httpd " from the digest: users-digest-unsubscribe [at] httpd For additional commands, e-mail: users-help [at] httpd
|