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;
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:
>
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
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