I am trying to get xcache 1.3.2 installed on my centos 5.8final (64bit) machine. It's running nginx 1.1.13 and php 5.4.0.
This is the output of ./configure --enable-xcache --with-php-config=/opt/php/bin/php-config
Seems to be going OK, but when i want to make
it, it shows this error: make: *** [processor.lo] Error 1
Full output here of make
.
Any idea how to resolve this?
XCache currently does not support PHP 5.4.0 as the API changed, latest supported is 5.3.10.
http://xcache.lighttpd.net/ticket/271
On a side note. I also can't APC to compile on PHP 5.4.0, so giving it a bit of time before you upgrade might be a good idea.