I've tried to upgrade my Apache and PHP on Redhat8 by downloading the latest
version from their sites to my /tmp.  Then I tried the followings,

In /tmp/httpd-2.0.44
./configure --enable-so  --prefix=/etc/httpd
make
make install

In /tmp/php4.3.1
./configure --with-apxs2=/etc/httpd/bin/apxs --with-mysql
make
make install

Everything seems ok.

But when I start my httpd, I have the following error.
httpd: module "/tmp/php-4.1.1/sapi/apache2filter/sapi_apache2.c" is not
compatible with this version of Apache.

Please help.

Thanks
Barry



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to