php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19066 The make command fails consistently on the sapi/apache2filter
Submitted: 2002-08-23 07:11 UTC Modified: 2002-09-21 02:04 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: stephaneeybert at hotmail dot com Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 4.2.2 OS: Linux Mandrake 8.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: stephaneeybert at hotmail dot com
New email:
PHP Version: OS:

 

 [2002-08-23 07:11 UTC] stephaneeybert at hotmail dot com
I'm installing PHP 4.2.2 on Linux Mandrake 8.2 running Apache 2.0.40.

I unpacked the file php-4.2.2.tar.gz then untarred it.

I ran the command:

./configure \
  --with-apxs2=/usr/local/apache/bin/apxs \
  --enable-track-vars \
  --with-mysql=/usr/local/mysql-3.23.52-pc-linux-gnu-i686 \
  --with-gd=/usr/local/gd-1.8.4

It went fine.

I ran the commands:
make clean
make

The make produced the following message:

make[1]: Leaving directory `/usr/local/php-4.2.2/ext'
Making all in sapi
make[1]: Entering directory `/usr/local/php-4.2.2/sapi'
Making all in apache2filter
make[2]: Entering directory `/usr/local/php-4.2.2/sapi/apache2filter'
make[3]: Entering directory `/usr/local/php-4.2.2/sapi/apache2filter'
/bin/sh /usr/local/php-4.2.2/libtool --silent --mode=compile gcc  -I. -I/usr/local/php-4.2.2/sapi/apache2filter -I/usr/local/php-4.2.2/main -I/usr/local/php-4.2.2 -I/usr/local/apache/include -I/usr/local/php-4.2.2/Zend -I/usr/local/gd-1.8.4/ -I/usr/local/mysql-3.23.52-pc-linux-gnu-i686/include -I/usr/local/php-4.2.2/ext/xml/expat  -D_REENTRANT -I/usr/local/php-4.2.2/TSRM -g -O2 -pthread -DZTS -prefer-pic  -c sapi_apache2.c
sapi_apache2.c: In function `php_register_hook':
sapi_apache2.c:534: warning: passing arg 3 of `ap_register_output_filter' makes pointer from integer without a cast
sapi_apache2.c:534: too few arguments to function `ap_register_output_filter'
sapi_apache2.c:535: warning: passing arg 3 of `ap_register_input_filter' makes pointer from integer without a
cast
sapi_apache2.c:535: too few arguments to function `ap_register_input_filter'
make[3]: *** [sapi_apache2.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


It looks like a type casting error.


Regards
Stephane

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-23 07:12 UTC] derick@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip
 [2002-09-21 02:04 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 15:01:28 2024 UTC