Use apache 1.3.26 and it'll work.  Just change the configure line:
./configure --with-mysql --with-apxs=/path/to/apxs

Apache 2 is troublesome.

tyler

On Wed, 31 Jul 2002 17:27:30 -0500
"Kirk Babb" <[EMAIL PROTECTED]> wrote:

> Could somebody help me with this?.....I posted yesterday with only one
> reply...please read the following and let me know where I'm going
> wrong. THANKS!!!
> 
> -Kirk
> 
> BEGIN MESSAGE
> 
> >
> > Yes, I configured apache with mod_so enabled and the
> > module is there.  Still crashes on make.
> >
> >-Kirk
> 
> You chose to compile PHP as a DSO this requires apache to have the
> mod_so module, you can check this by doing a
> httpd -l in your apache's bin directory.
> > I'm attempting to compile php 4.2.2 and apache 2.0.39 (both of which
> > I downloaded today) on mandrake 8.1.  I've followed the generic
> > unix directions on php.net and at these steps
> >
> > $root> ./configure --with-mysql --with-apxs2=/www/bin/apxs
> >
> > followed by
> >
> > $root> make
> >
> > the process crashes with errors at the end of the make:
> >
> >  -DTHREAD=1 -g -O2 -pthread -DZTS -prefer-pic  -c php_functions.c
> > php_functions.c:93:27: missing binary operator before '!'
> > make[3]: *** [php_functions.lo] Error 1
> > make[3]: Leaving directory `/usr/local/php-4.2.2/sapi/apache2filter'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory `/usr/local/php-4.2.2/sapi/apache2filter'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/usr/local/php-4.2.2/sapi'
> > make: *** [all-recursive] Error 1
> >
> > Can somebody point out what I need to do to correct this?  It
> > doesn't make sense that the code I downloaded from php.net would
> > have a problem since that's a stable release.
> >
> > TIA!
> >
> > -Kirk
> >
> > --
> > K.B. BABB
> > email: [EMAIL PROTECTED]
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> 
> -Pushkar S. Pradhan
> 
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

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

Reply via email to