php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26556 PHP 4.3.4 failed to compile on Solaris 8
Submitted: 2003-12-08 16:40 UTC Modified: 2003-12-14 21:15 UTC
Votes:3
Avg. Score:3.7 ± 0.9
Reproduced:3 of 3 (100.0%)
Same Version:3 (100.0%)
Same OS:3 (100.0%)
From: zliu1 at nd dot edu Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.3.4 OS: Solaris 8
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-12-08 16:40 UTC] zliu1 at nd dot edu
Description:
------------
What I did:
  ./configure --with-apxs=/local/www/apache/bin/apxs
  --with-mysql

  make

Error massage:/bin/sh /local/src/php-4.3.4/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/ctype/ -I/local/src/php-4.3.4/ext/ctype/ -DPHP_ATOM_INC -I/local/src/php-4.3.4/include -I/local/src/php-4.3.4/main -I/local/src/php-4.3.4 -I/local/src/php-4.3.4/Zend -I/local/src/php-4.3.4/ext/xml/expat  -D_POSIX_PTHREAD_SEMANTICS -I/local/src/php-4.3.4/TSRM  -g -O2  -prefer-pic -c /local/src/php-4.3.4/ext/ctype/ctype.c -o ext/ctype/ctype.lo 
In file included from /local/src/php-4.3.4/main/php.h:34,
                 from /local/src/php-4.3.4/ext/ctype/ctype.c:23:
/local/src/php-4.3.4/Zend/zend.h:311: argument format specified for non-function `error_function'
/local/src/php-4.3.4/Zend/zend.h:312: argument format specified for non-function `printf_function'
/local/src/php-4.3.4/Zend/zend.h:444: argument format specified for non-function `zend_printf'
/local/src/php-4.3.4/Zend/zend.h:451: argument format specified for non-function `zend_error_cb'
*** Error code 1
make: Fatal error: Command failed for target `ext/ctype/ctype.lo'

gcc version: 3.0.1





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-14 21:15 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 May 10 21:01:33 2024 UTC