Problème installation d'Apache

bescherellet -  
spicyman Messages postés 42 Statut Membre -
Bonjour à tous !

J'ai un souci depuis hier sur l'installation d'Apache sur un serveur Linux Red Hat.
La décompression se passe sans problème mais quand je fais un ./configure voici ce qu'il se passe :

[CODE]checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu

Configuring Apache Portable Runtime library ...

checking for APR... reconfig
configuring package in srclib/apr now
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring APR library
Platform: i686-pc-linux-gnu
checking for working mkdir -p... yes
APR Version: 1.2.11
checking for chosen layout... apr
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
configure failed for srclib/apr[/CODE]

Dans le fichier config.log, je ne vois pas grand chose :

[CODE]This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.60. Invocation command line was

$ ./configure --prefix=/www

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost.localdomain
uname -m = i686
uname -r = 2.6.9-42.ELsmp
uname -s = Linux
uname -v = #1 SMP Wed Jul 12 23:27:17 EDT 2006

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/darty/bin

## ----------- ##
## Core tests. ##
## ----------- ##

configure:2261: checking for chosen layout
configure:2263: result: Apache
configure:3068: checking for working mkdir -p
configure:3084: result: yes
configure:3101: checking build system type
configure:3119: result: i686-pc-linux-gnu
configure:3141: checking host system type
configure:3156: result: i686-pc-linux-gnu
configure:3178: checking target system type
configure:3193: result: i686-pc-linux-gnu
configure:3265: checking for APR
configure:3347: result: reconfig

## ---------------- ##
## Cache variables. ##
## ---------------- ##
...
[/CODE]

Cela doit venir de mon GCC mais il a l'air bien installé pourtant :

[CODE]# rpm -qa | grep gcc
gcc-3.4.6-3
libgcc-3.4.6-3
compat-libgcc-296-2.96-132.7.2[/CODE]

Quelqu'un aurait-il une idée ? Je ne trouve rien sur les forums !

Merci d'avance.
A voir également:

1 réponse

spicyman Messages postés 42 Statut Membre 15
 
Salut,
Qu'est qui se passe exactement?
As tu des bugs?
Arrive tu à lancer apache?
Essaie de réinstaller ou de mettre à jour ton gcc!!
Sinon j'ai rien vu de choquant dans ce que t'as posté!
++
0