php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56499 make Apc error
Submitted: 2005-08-17 22:04 UTC Modified: 2006-02-27 07:30 UTC
From: jzz_zh at 163 dot com Assigned:
Status: No Feedback Package: APC (PECL)
PHP Version: 4.3.10 OS: solaris sparc9
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
39 + 3 = ?
Subscribe to this entry?

 
 [2005-08-17 22:04 UTC] jzz_zh at 163 dot com
Description:
------------
i'm make apac under solaris sparc9

phpize is ok
but,while i making this pakeage...
it's some error disaply:



Reproduce code:
---------------
/bin/bash /export/home/soft/APC-3.0.7/libtool --mode=compile gcc -m64 -m64 -I. -I/export/home/soft/APC-3.0.7 -DPHP_ATOM_INC -I/export/home/soft/APC-3.0.7/include -I/export/home/soft/APC-3.0.7/main -I/export/home/soft/APC-3.0.7 -I/opt/php_4400/include/php -I/opt/php_4400/include/php/main -I/opt/php_4400/include/php/TSRM -I/opt/php_4400/include/php/Zend  -DHAVE_CONFIG_H  -m64   -c /export/home/soft/APC-3.0.7/apc.c -o apc.lo 
gcc -m64 -m64 -I. -I/export/home/soft/APC-3.0.7 -DPHP_ATOM_INC -I/export/home/soft/APC-3.0.7/include -I/export/home/soft/APC-3.0.7/main -I/export/home/soft/APC-3.0.7 -I/opt/php_4400/include/php -I/opt/php_4400/include/php/main -I/opt/php_4400/include/php/TSRM -I/opt/php_4400/include/php/Zend -DHAVE_CONFIG_H -m64 -c /export/home/soft/APC-3.0.7/apc.c  -fPIC -DPIC -o apc.lo
/bin/bash /export/home/soft/APC-3.0.7/libtool --mode=compile gcc -m64 -m64 -I. -I/export/home/soft/APC-3.0.7 -DPHP_ATOM_INC -I/export/home/soft/APC-3.0.7/include -I/export/home/soft/APC-3.0.7/main -I/export/home/soft/APC-3.0.7 -I/opt/php_4400/include/php -I/opt/php_4400/include/php/main -I/opt/php_4400/include/php/TSRM -I/opt/php_4400/include/php/Zend  -DHAVE_CONFIG_H  -m64   -c /export/home/soft/APC-3.0.7/php_apc.c -o php_apc.lo 
gcc -m64 -m64 -I. -I/export/home/soft/APC-3.0.7 -DPHP_ATOM_INC -I/export/home/soft/APC-3.0.7/include -I/export/home/soft/APC-3.0.7/main -I/export/home/soft/APC-3.0.7 -I/opt/php_4400/include/php -I/opt/php_4400/include/php/main -I/opt/php_4400/include/php/TSRM -I/opt/php_4400/include/php/Zend -DHAVE_CONFIG_H -m64 -c /export/home/soft/APC-3.0.7/php_apc.c  -fPIC -DPIC -o php_apc.lo
/export/home/soft/APC-3.0.7/php_apc.c:153: error: `OnUpdateLong' undeclared here (not in a function)
/export/home/soft/APC-3.0.7/php_apc.c:153: error: initializer element is not constant
/export/home/soft/APC-3.0.7/php_apc.c:153: error: (near initialization for `ini_entries[15].on_modify')
/export/home/soft/APC-3.0.7/php_apc.c:153: error: initializer element is not constant
/export/home/soft/APC-3.0.7/php_apc.c:153: error: (near initialization for `ini_entries[15]')
/export/home/soft/APC-3.0.7/php_apc.c:154: error: initializer element is not constant
/export/home/soft/APC-3.0.7/php_apc.c:154: error: (near initialization for `ini_entries[16]')
*** Error code 1
make: Fatal error: Command failed for target `php_apc.lo'


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-23 10:44 UTC] mike@php.net
Please try the latest package version and report back if you're still experiencing this issue.
 [2006-02-27 07:30 UTC] mike@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: Thu Apr 25 09:01:29 2024 UTC