php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17835 Compile failure of mod_php for httpd-2.0.39
Submitted: 2002-06-19 09:01 UTC Modified: 2002-06-19 09:05 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: skamp at skamp dot org Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.2.1 OS: Linux Slackware 8.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
15 + 33 = ?
Subscribe to this entry?

 
 [2002-06-19 09:01 UTC] skamp at skamp dot org
Compile failure of PHP 4.2.1 when building Apache 2 module with httpd-2.0.39 (latest).

Configure :
--prefix=/opt/php-4.2.1 --with-apxs2=/opt/httpd-2.0.39/bin/apxs --without-mysql --enable-calendar --enable-ftp --enable-ctype --with-curl --with-gd --with-zlib --with-png-dir=/usr/local --with-jpeg-dir=/root/downloads/jpeg-6b --with-freetype-dir=/usr/local/include/freetype --enable-exif

Error :
Making all in sapi
make[1]: Entering directory `/root/downloads/php-4.2.1/sapi'
Making all in apache2filter
make[2]: Entering directory `/root/downloads/php-4.2.1/sapi/apache2filter'
make[3]: Entering directory `/root/downloads/php-4.2.1/sapi/apache2filter'
/bin/sh /root/downloads/php-4.2.1/libtool --silent --mode=compile gcc  -I. -I/root/downloads/php-4.2.1/sapi/apache2filter -I/root/downloads/pc
/bin/sh /root/downloads/php-4.2.1/libtool --silent --mode=compile gcc  -I. -I/root/downloads/php-4.2.1/sapi/apache2filter -I/root/downloads/pc
/bin/sh /root/downloads/php-4.2.1/libtool --silent --mode=compile gcc  -I. -I/root/downloads/php-4.2.1/sapi/apache2filter -I/root/downloads/pc
php_functions.c:93: parse error
make[3]: *** [php_functions.lo] Error 1
make[3]: Leaving directory `/root/downloads/php-4.2.1/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/downloads/php-4.2.1/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/downloads/php-4.2.1/sapi'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-19 09:03 UTC] skamp at skamp dot org
Compile failure of PHP 4.2.1 when building Apache 2 module with
httpd-2.0.39 (latest).

Configure :
--prefix=/opt/php-4.2.1 --with-apxs2=/opt/httpd-2.0.39/bin/apxs
--without-mysql --enable-calendar --enable-ftp --enable-ctype
--with-curl --with-gd --with-zlib --with-png-dir=/usr/local
--with-jpeg-dir=/root/downloads/jpeg-6b
--with-freetype-dir=/usr/local/include/freetype --enable-exif

Error :
Making all in sapi
make[1]: Entering directory `/root/downloads/php-4.2.1/sapi'
Making all in apache2filter
make[2]: Entering directory
`/root/downloads/php-4.2.1/sapi/apache2filter'
make[3]: Entering directory
`/root/downloads/php-4.2.1/sapi/apache2filter'
/bin/sh /root/downloads/php-4.2.1/libtool --silent --mode=compile gcc 
-I. -I/root/downloads/php-4.2.1/sapi/apache2filter -I/root/downloads/pc
/bin/sh /root/downloads/php-4.2.1/libtool --silent --mode=compile gcc 
-I. -I/root/downloads/php-4.2.1/sapi/apache2filter -I/root/downloads/pc
/bin/sh /root/downloads/php-4.2.1/libtool --silent --mode=compile gcc 
-I. -I/root/downloads/php-4.2.1/sapi/apache2filter -I/root/downloads/pc
php_functions.c:93: parse error
make[3]: *** [php_functions.lo] Error 1
make[3]: Leaving directory
`/root/downloads/php-4.2.1/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/root/downloads/php-4.2.1/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/downloads/php-4.2.1/sapi'
make: *** [all-recursive] Error 1
 [2002-06-19 09:05 UTC] sniper@php.net
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation 
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.


 [2002-07-24 01:34 UTC] johann at heima dot info
This is still a problem in 4.2.2, at least when compiling on PPC, Suse 7.3.

php_functions.c:93: parse error
make[3]: *** [php_functions.lo] Error 1
make[3]: Leaving directory `/home/johann/php-4.2.2/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/johann/php-4.2.2/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/johann/php-4.2.2/sapi'
make: *** [all-recursive] Error 1
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 01:01:28 2024 UTC