I got Apache 2.0.25(httpd-2_0_28-beta.tar.gz) installed I believe just fine with DSO Support. My config apache 2.0.28 : ./configure --prefix=/usr/local/apache2 -enable-auth-anon --enable-file-ca che --enable-echo --enable-cache --enable-ssl --with-ssl=/usr/local/ssl --with-mpm=prefork --enable-http --en able-info --enable-rewrite --enable-so --enable-module=most --enable-shared=max
My Config php 4.0.6 ./configure --with-apxs2=/usr/local/apache2/bin/apxs !!!! During the make i see: !!! Making all in sapi make[1]: Entering directory `/tmp/php-4.0.6/sapi' Making all in apache2filter make[2]: Entering directory `/tmp/php-4.0.6/sapi/apache2filter' make[3]: Entering directory `/tmp/php-4.0.6/sapi/apache2filter' /bin/sh /tmp/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/tmp/php-4.0.6/sapi/apache2filter -I/tmp/php-4.0.6/main -I/tmp/ph p-4.0.6 -I/usr/local/apache2/include -I/tmp/php-4.0.6/Zend -I/tmp/php-4.0.6/ ext/mysql/libmysql -I/tmp/php-4.0.6/ext/xml/expat/xmltok -I/tmp/php-4.0.6/ex t/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM -D_REENTRANT -DSUPPORT_UTF8 -DXM L_BYTE_ORDER=12 -I../TSRM -DTHREAD=1 -g -O2 -pthread -c sapi_apache2.c sapi_apache2.c: In function `php_input_filter': sapi_apache2.c:248: warning: passing arg 4 of `ap_get_brigade' from incompatible pointer type sapi_apache2.c: In function `php_output_filter': sapi_apache2.c:337: too few arguments to function `ap_save_brigade' sapi_apache2.c: In function `php_register_hook': sapi_apache2.c:443: warning: passing arg 2 of `ap_register_input_filter' from incompatible pointer type make[3]: *** [sapi_apache2.lo] Error 1 make[3]: Leaving directory `/tmp/php-4.0.6/sapi/apache2filter' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/php-4.0.6/sapi/apache2filter' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/php-4.0.6/sapi' make: *** [all-recursive] Error 1 [root@www php-4.0.6]# ?????????? Why make error ? Thank ... -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]