Hello,
Upon compiling PHP in OpenLiteSpeed on my CentOS 6.5 server, I ran across the below error:
and
I am setting this up for my forum. If you require any more information, please let me know.
Thanks!
Upon compiling PHP in OpenLiteSpeed on my CentOS 6.5 server, I ran across the below error:
Code:
**MAIN_STATUS** retrieved from /usr/local/lsws/phpbuild/buildphp_1410353982.9.progress
Start building PHP 5.5.15 with LSAPI
Configuring PHP build (2-3 minutes)
Compiling PHP (5-10 minutes)
Installing PHP
copy compiled php binary to litespeed directory
Start building APC Extension
Changing to build directory /usr/local/lsws/phpbuild/php-5.5.15/APC-3.1.9
Running PHPize for APC extension
Configuring APC extension build
Compiling APC extension
**ERROR** Could not compile APC extension
and
Code:
/usr/local/lsws/phpbuild/php-5.5.15/APC-3.1.9/apc_zend.c: In function 'apc_get_zval_ptr':
/usr/local/lsws/phpbuild/php-5.5.15/APC-3.1.9/apc_zend.c:62: error: 'zend_execute_data' has no member named 'Ts'
/usr/local/lsws/phpbuild/php-5.5.15/APC-3.1.9/apc_zend.c:64: error: 'zend_execute_data' has no member named 'Ts'
/usr/local/lsws/phpbuild/php-5.5.15/APC-3.1.9/apc_zend.c:67: error: 'zend_execute_data' has no member named 'CVs'
/usr/local/lsws/phpbuild/php-5.5.15/APC-3.1.9/apc_zend.c: In function 'apc_op_ZEND_INCLUDE_OR_EVAL':
/usr/local/lsws/phpbuild/php-5.5.15/APC-3.1.9/apc_zend.c:170: error: 'zend_execute_data' has no member named 'Ts'
/usr/local/lsws/phpbuild/php-5.5.15/APC-3.1.9/apc_zend.c:170: error: 'zend_execute_data' has no member named 'Ts'
/usr/local/lsws/phpbuild/php-5.5.15/APC-3.1.9/apc_zend.c:170: error: 'zend_execute_data' has no member named 'Ts'
/usr/local/lsws/phpbuild/php-5.5.15/APC-3.1.9/apc_zend.c:171: error: 'zend_execute_data' has no member named 'Ts'
make: *** [apc_zend.lo] Error 1
**ERROR** Could not compile APC extension
I am setting this up for my forum. If you require any more information, please let me know.
Thanks!