[CentOS-es] Instalar Httpd 2.4.6 Manual.

Wilmer Arambula tecnologiaterabyte en gmail.com
Lun Dic 8 12:36:28 UTC 2014


Buenos Dias, espero que todos esten bien estoy intentado instalar apache
2.4.6 de forma manual ya que no hay un repositorio para centos 6.6 de 32
bits he seguido estos pasos pero al lanzar la aplicacion me tira error:

Pasos:

*1. Download Apache*

cd /usr/src
wget http://www.apache.org/dist/httpd/httpd-2.4.7.tar.gz
tar xvf httpd-2.4.7.tar.gz

*2. Download APR and APR-Util*

cd /usr/src
wget https://centos.googlecode.com/files/apr-1.4.6.tar.gz
wget http://mirror.cogentco.com/pub/apache/apr/apr-util-1.5.3.tar.gz
tar xvf apr-1.4.6.tar.gz
tar xvf apr-util-1.5.3.tar.gz

Now put the APR and APR-Util you downloaded into your apache source files.

mv apr-1.4.6 /usr/src/httpd-2.4.7/srclib/apr
mv apr-util-1.5.3 /usr/src/httpd-2.4.7/srclib/apr-util

*3.Compile*

cd /usr/src/httpd-2.4.7
./configure --enable-so --with-mpm=prefork --with-included-apr
make
make install


*4. Start Apache*

/usr/local/apache2/bin/apachectl start


Error:

httpd: Syntax error on line 66 of /etc/httpd/conf/httpd.conf: Cannot load
/usr/local/apache2/modules/mod_authn_file.so into server:
/usr/local/apache2/modules/mod_authn_file.so: undefined symbol:
ap_register_auth_provider

Alguien conoce algun repo que exista esta version de apache o si alguien
sabe del posible error se los agradeceria,

Saludos,

-
*Wilmer Arambula. *

*Asoc. Cooperativa Tecnologia Terabyte 124, RL.*


Más información sobre la lista de distribución CentOS-es