Hi, we have a web server developed by us, how can we make work it with PHP
like module not cgi?
Saludos
Quique
Trying to do a compile/install on redhat:
./configure --with-mysql --with-apxs --with-mcrypt
Using apache 1.3.29, php 4.3.4
The configure goes perfectly, and in the make:
/bin/sh /root/WORK/php-4.3.4/libtool --silent --preserve-dup-deps
--mode=compile gcc -I/usr/include/httpd -Isapi/apache/
-I
Mike Morton wrote:
> Trying to do a compile/install on redhat:
>
> ./configure --with-mysql --with-apxs --with-mcrypt
>
> Using apache 1.3.29, php 4.3.4
Are you sure that you really are using Apache 1.3.29, not 2.x? And that
the "apxs" in your PATH doesn't belong to Apache 2?
> /root/WORK/php-