Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 27/02/2013, à 00:36

Arnold59

[Ubuntu 12.10] Installation de apache httpd-2.4.4

Bonjour,

Je souhaites installer la dernière version de Apache httpd-2.4.4  :

J'ai suivi la manip : http://httpd.apache.org/docs/current/install.html

Voici ce que j'ai fait, mais impossible de compiler ??

1) Récupération des sources :

- APR 1.4.6 ou  apr-util-1.5.1
http://apr.apache.org/download.cgi

apr-1.4.6.tar.gz
apr-util-1.5.1.tar.gz

- httpd-2.4.4 :

- Décompression  dans : /usr/local

/usr/local/httpd-2.4.4/

Création du répertoire srclib dans /usr/local/httpd-2.4.4/

/usr/local/httpd-2.4.4/srclib/apr
/usr/local/httpd-2.4.4/srclib/apr-util

cd /usr/local/httpd-2.4.4

./configure --prefix=/usr/local/httpd-2.4.4

checking for chosen layout... Apache
checking for working mkdir -p... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
configure: 
configure: Configuring Apache Portable Runtime library...
configure: 
checking for APR... yes
  setting CC to "gcc"
  setting CPP to "gcc -E"
  setting CFLAGS to " -g -O2 -pthread"
  setting CPPFLAGS to " -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE"
  setting LDFLAGS to " "
configure: 
configure: Configuring Apache Portable Runtime Utility library...
configure: 
checking for APR-util... reconfig
configure: error: Cannot use an external APR with the bundled APR-util

La commande suivante permet de compiler :
./configure --with-included-apr

make
make install

Dernière modification par Arnold59 (Le 27/02/2013, à 00:48)

Hors ligne

#2 Le 27/02/2013, à 01:00

Maisondouf

Re : [Ubuntu 12.10] Installation de apache httpd-2.4.4

T'as vraiment besoin de Apache Portable Runtime ??


ASUS M5A88-v EVO avec AMD FX(tm)-8120 Eight-Core Processor,  OS principal Precise 12.04.1 LTS 63bits½
Bricoleur, menteur, inculte, inadapté social et mythomane, enfin d'après certains....
"the secret of my form is summed up in two words, no sport" (Winston Churchill)

Hors ligne

#3 Le 27/02/2013, à 09:55

tiramiseb

Re : [Ubuntu 12.10] Installation de apache httpd-2.4.4

T'as vraiment besoin de Apache 2.4.4 ?

Hors ligne