how to install gcc required for apache 2.2 on RHEL 4
how to install gcc required for apache 2.2 on RHEL 4
am 19.11.2009 11:09:11 von Vamshikrishna T
------_=_NextPart_001_01CA6900.5916F86B
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hi,
=20
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".
=20
Can anyone help me on where we will get GCC and which version of it and
How to install it?
=20
=20
Thanks Regards,
Vamshi
=20
------_=_NextPart_001_01CA6900.5916F86B
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:x=3D"urn:schemas-microsoft-com:office:excel" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40">
charset=3Dus-ascii">
Hi,
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”.
Can anyone help me on where we will get GCC and =
which
version of it and How to install it?
Thanks Regards,
Vamshi
style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>=
span>
------_=_NextPart_001_01CA6900.5916F86B--
Re: how to install gcc required for apache 2.2 on RHEL
am 19.11.2009 11:34:48 von Philip Wigg
> 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 =93No c++ compiler
> found=94.
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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: how to install gcc required for apache 2.2 on RHEL
am 19.11.2009 12:30:06 von Brian Mearns
On Thu, Nov 19, 2009 at 5:34 AM, Philip Wigg 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 =93No c++ compiler
>> found=94.
>
> 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 for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
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
--=20
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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: how to install gcc required for apache 2.2 on RHEL 4
am 19.11.2009 12:50:50 von john doe
From: Brian Mearns =0A> On Thu, Nov 19, 2009 at 5:34 AM=
, Philip Wigg wrote:=0A> >> I am installing Apache web server 2.2.14 on RHE=
L 4. When I am running=0A> >> configure command in the apache, it is throwi=
ng error â=9CNo c++ compiler=0A> >> foundâ=9D.=0A> >=0A> > This i=
sn't an Apache question but anyway, you probably just need to=0A> > type 'u=
p2date gcc'. Unless there's a reason why you want to install=0A> > Apache f=
rom source, you can probably also type 'up2date httpd' to=0A> > install Apa=
che instead of building your own. Make sure you patch your=0A> > system up =
to date after you've done that.=0A> >=0A> I used Fedora, which is closely r=
elated to red-hat. I'm not sure was=0A> up2date is, but if that doesn't wor=
k, you should be able to use yum,=0A> like `yum install gcc`, as the super =
user. As Phil said, you can also=0A> install apache directly with `yum inst=
all httpd` (notice the package=0A> isn't called apache).
I suspect apa=
che 2.2 (as opposed to 2.0) is not available by default for RH4...=0AAlso, =
he may need: gcc-c++=0AAnd maybe he could try: http://www.apache.org/dist/h=
ttpd/binaries/rpm/
JD
=0A
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org