Re: [PHP] still need help with crash on make

2002-08-02 Thread Bob Lockie


Yes, there are many users they recommend to use apache 1.3.26 and php 4.2.2 !
What useful of CVS ?

Apache2 is not supported yet.
The latest version from CVS (Concurrent Version System) might work.
If you don't have CVS then use Apache 1. :-)

Bob Lockie wrote:

 Thanks, Tyler, I will if I have to, but is there someone out there who has
 done this on Linux?

 There are a bunch of people (I use 1.3.26) because Apache 2 support is experimental.
 Grab the latest source of Apache from CVS and it should work.




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




Re: [PHP] still need help with crash on make

2002-08-01 Thread Bob Lockie


Thanks, Tyler, I will if I have to, but is there someone out there who has
done this on Linux?

There are a bunch of people (I use 1.3.26) because Apache 2 support is experimental.
Grab the latest source of Apache from CVS and it should work.

cheers

Kirk

Tyler Longren [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 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





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




Re: [PHP] still need help with crash on make

2002-08-01 Thread EdwardSPL

Yes, there are many users they recommend to use apache 1.3.26 and php 4.2.2 !
What useful of CVS ?

Bob Lockie wrote:

 Thanks, Tyler, I will if I have to, but is there someone out there who has
 done this on Linux?

 There are a bunch of people (I use 1.3.26) because Apache 2 support is experimental.
 Grab the latest source of Apache from CVS and it should work.



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




Re: [PHP] still need help with crash on make

2002-07-31 Thread Tyler Longren

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




Re: [PHP] still need help with crash on make

2002-07-31 Thread Kirk Babb

Thanks, Tyler, I will if I have to, but is there someone out there who has
done this on Linux?

cheers

Kirk

Tyler Longren [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 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