Buscar este blog

miércoles, 2 de octubre de 2013

INSTALACION APACH EN UBUNTU

mkdir apache
chmod 777 apache
cd httpd-2.4.6
 ./configure --prefix=/home/daw/apache

              sudo apt-get install libapr1
              find / -name apr 2>/dev/null
 cd..
tar -xvzf apr-1.4.6.tar.gz 
cd apr-1.4.6/
./configure  
make
sudo make install
cd..

 tar -xvzf apr-util-1.4.1.tar.gz
cd apr-util-1.4.1
./configure --with-apr=/usr/local/apr
make
sudo make install
 cd..
cd httpd-2.4.6
 ./configure --prefix=/home/daw/apache --with-apr=/usr/local/apr
sudo apt-get install libpcre3
./configure --prefix=/home/daw/apache --with-apr=/usr/local/apr
cd pcre -8.33
./configure
make
sudo make install
sudo apt-get install libpcre3-dev
./configure --prefix=/home/daw/apache --with-apr=/usr/local/apr 
make
sudo make install

1 comentario:

  1. jajajajaja Mele, ordena eso por DIOS! Ay de quien lo vea, se vuelve tonto :P

    ResponderEliminar