Hola Amigos Es primera vez que tengo este error y veo que no es por falta de dependencias ya que en el configure no me arroja ningun error. En mi pc instale el apache 2.2.4 con el php ( /usr/local/apache2 )pero bueno en ese momento no le instale los modulos adicionales del apache como el mod_rewrite ,etc . bueno ahora los nesesito y por eso lo estoy volviendo a instalar con esos modulos mas . Pero bueno a la hora de darle al configure sale esta parte (adding "-L/usr/local/apache2//lib" to LDFLAGS) donde indica el apache anterior como si hubiese una varible que llama y bueno pienso que eso debe ser el error por el cual arroja al hacer el make .
localhost:~/httpd-2.2.4# ./configure --enable-modules=all --enable-mods-shared=all 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... yes setting CC to "i486-linux-gnu-gcc" setting CPP to "i486-linux-gnu-gcc -E" setting CFLAGS to " -pipe -Wall -g -O2 -pthread" setting CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE" setting LDFLAGS to " " Configuring Apache Portable Runtime Utility library... checking for APR-util... yes adding "-L/usr/local/apache2//lib" to LDFLAGS checking for gcc... i486-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes ........................ localhost# make ................. ........................... exports.c:1279: error: previous definition of 'ap_hack_apr_version' was here exports.c:2156: error: redefinition of 'ap_hack_apr_version_string' exports.c:1280: error: previous definition of 'ap_hack_apr_version_string' was here make[2]: *** [exports.lo] Error 1 make[2]: se sale del directorio `/root/httpd-2.2.4/server' make[1]: *** [all-recursive] Error 1 make[1]: se sale del directorio `/root/httpd-2.2.4/server' make: *** [all-recursive] Error 1 Por favor algun comentario .. please .. quizas alguien por alli tubo mi mismo error .. Grasias -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

