[shell]# gunzip httpd-2.0.44.tar.gz
[shell]# gunzip php-4.3.1.tar.gz
[shell]# tar -xvf httpd-2.0.44.tar
[shell]# tar -xvf php-4.3.1.tar
[shell]# cd httpd-2.0.44
[shell]# ./configure --enable-module=so --enable-module=all --enable-shared=max
[shell]# cd ../php-4.3.1
[shell]# ./configure --with-mysql --with-apxs=/usr/sbin/apxs
[shell]# cd ../httpd-2.0.44
[shell]# make -j5 && make install && echo "Bien compilado e instalado"
[shell]# /usr/local/apache2/bin/apachectl start
[shell]# cd ../php-4.3.1
[shell]# make -j5 && make install && echo "Bien compilado e instalado"
[shell]# cat > /usr/local/apache2/htdocs/info.php
[shell]# <?php phpinfo() ?>
[shell]# [Control-D]
[shell]# lynx http://localhost/info.php
pero no funciona, no me muestra la información de php, osea no anda php pero apache si. Que más tengo que hacer, tendria que editar el httpd.conf o que cosa, es que nunca compile apache y php, solo lo habia instalado de los rpm.
al q me ayude le voy a estar muy agradecido.
saludos









Mode Lineal
