Dear Brian,

Did you try Apache2.X DSO complie with PHP4 successfully? I try that and
check every configuration, but it still doesn't work.

Apache 2.0.28 configuration:
./configure --prefix=/usr/local/apache --enable-speling=shared
--enable-vhost-alias --enable-rewrite=shared \
--enable-so --enable-cgi --enable-info --enable-mime-magic
--enable-cache --enable-file-cache --enable-auth-anon \
--with-mpm=threaded --enable-module=so --enable-php4=shared

Php4.1.0 configuration
./configure --with-mysql=/usr/local/mysql
--with-apxs2=/usr/local/apache/bin/apxs --enable-track-vars \
--enable-calendar --enable-ftp --enable-sockets --enable-versioning
--enable-debug --enable-gd-native-ttf

Brian Moon wrote:

>Your best bet with Apache 2 is to compile Apache with DSO support and
>compile PHP with apxs2.
>
>Brian.
>
>----- Original Message -----
>From: "sam" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, November 29, 2001 3:58 AM
>Subject: [PHP-DEV] about php4.1.0 with apache2.x (httpd-2_0_28)
>
>
>| Try to configure php4.1.0 with apache2 in RH Linux7.2
>|
>|
>| ./configure --with-mysql=/usr/local/mysql --with-apache=../httpd-2_0_28
>| --enable-track-vars --enable-calendar  --enable-ftp --enable-sockets
>| --enable-versioning
>|
>| I got "Cann't find httpd.h". Also, I check configure of php4.1.0 and
>| find the problem may come from wrong path.
>|
>| Apache2.x do not have src directory and apr is under srclib/apr.
>|
>|
>| --
>| PHP Development 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]
>|
>|
>|
>
>



-- 
PHP Development 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]

Reply via email to