Re: [PHP-INSTALL] PHP 4.3.8

2004-09-24 Thread Brad Kowalczyk
Matt Krause wrote: Has anyone actually been successful compile this as a DSO with apache 1.3.31? I can't get it to work on a number of machines. It never (re)creates the libphp4.so file even though ./configure --with-apxs=/usr/local/apache/bin/apxs --with-ldap --with-mysql=/usr/local/mysql; make;

Re: [PHP-INSTALL] PHP 4.3.8

2004-09-24 Thread Matt Krause
No luck. On Fri, 24 Sep 2004 13:04:37 -0300, Eduardo Sampaio <[EMAIL PROTECTED]> wrote: > try recompiling your apache with the following options: > ./configure --enable-module=so --enable-rule=SHARED_CORE > > > > > On Fri, 24 Sep 2004 08:12:16 -0700, Matt Krause <[EMAIL PROTECTED]> wrote: >

Re: [PHP-INSTALL] PHP 4.3.8

2004-09-24 Thread Eduardo Sampaio
try recompiling your apache with the following options: ./configure --enable-module=so --enable-rule=SHARED_CORE On Fri, 24 Sep 2004 08:12:16 -0700, Matt Krause <[EMAIL PROTECTED]> wrote: > > > Has anyone actually been successful compile this as a DSO with apache > 1.3.31? I can't get it to w

Re: [PHP-INSTALL] PHP-4.3.8 compile error

2004-07-14 Thread Chris Hewitt
Alick, You may need --with-regex=system but have you tried compiling with just --with-regex (which defaults to --with-regex=php)? It may overcome your compilation problem. The manual advises against changing --with-regex "unless you really know what you are doing". I'm sure it would be apprecia