Need help on installing eAccelerator on vps

Hi, I followed the instructions on installing eAccelerator here: http://www.vbulletin.com/forum/showthread.php?t=75878

My vps is running on Zend 2.6.2 and php 5.1.2. When I type in "make" in root (following the instructions), this is what I got:


[/ea/eaccelerator-0.9.3]# make
/bin/sh /ea/eaccelerator-0.9.3/libtool --mode=compile gcc -I. -I/ea/eaccelerator-0.9.3 -DPHP_ATOM_INC -I/ea/eaccelerator-0.9.3/include -I/ea/eaccelerator-0.9.3/main -I/ea/eaccelerator-0.9.3 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -DHAVE_CONFIG_H -g -O2 -c /ea/eaccelerator-0.9.3/eaccelerator.c -o eaccelerator.lo
mkdir .libs
gcc -I. -I/ea/eaccelerator-0.9.3 -DPHP_ATOM_INC -I/ea/eaccelerator-0.9.3/include -I/ea/eaccelerator-0.9.3/main -I/ea/eaccelerator-0.9.3 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -DHAVE_CONFIG_H -g -O2 -c /ea/eaccelerator-0.9.3/eaccelerator.c -fPIC -DPIC -o .libs/eaccelerator.o
/bin/sh /ea/eaccelerator-0.9.3/libtool --mode=compile gcc -I. -I/ea/eaccelerator-0.9.3 -DPHP_ATOM_INC -I/ea/eaccelerator-0.9.3/include -I/ea/eaccelerator-0.9.3/main -I/ea/eaccelerator-0.9.3 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -DHAVE_CONFIG_H -g -O2 -c /ea/eaccelerator-0.9.3/optimize.c -o optimize.lo
gcc -I. -I/ea/eaccelerator-0.9.3 -DPHP_ATOM_INC -I/ea/eaccelerator-0.9.3/include -I/ea/eaccelerator-0.9.3/main -I/ea/eaccelerator-0.9.3 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -DHAVE_CONFIG_H -g -O2 -c /ea/eaccelerator-0.9.3/optimize.c -fPIC -DPIC -o .libs/optimize.o
/ea/eaccelerator-0.9.3/optimize.c: In function `compute_live_var':
/ea/eaccelerator-0.9.3/optimize.c:253: error: `ZEND_UNSET_DIM_OBJ' undeclared (first use in this function)
/ea/eaccelerator-0.9.3/optimize.c:253: error: (Each undeclared identifier is reported only once
/ea/eaccelerator-0.9.3/optimize.c:253: error: for each function it appears in.)
/ea/eaccelerator-0.9.3/optimize.c:260: error: `ZEND_JMP_NO_CTOR' undeclared (first use in this function)
/ea/eaccelerator-0.9.3/optimize.c: In function `optimize_jmp':
/ea/eaccelerator-0.9.3/optimize.c:1282: error: `ZEND_JMP_NO_CTOR' undeclared (first use in this function)
/ea/eaccelerator-0.9.3/optimize.c: In function `optimize_bb':
/ea/eaccelerator-0.9.3/optimize.c:2440: error: `ZEND_UNSET_DIM_OBJ' undeclared (first use in this function)
/ea/eaccelerator-0.9.3/optimize.c: In function `build_cfg':
/ea/eaccelerator-0.9.3/optimize.c:2718: error: `ZEND_JMP_NO_CTOR' undeclared (first use in this function)
/ea/eaccelerator-0.9.3/optimize.c:2837: error: `ZEND_UNSET_DIM_OBJ' undeclared (first use in this function)
make: *** [optimize.lo] Error 1

Can anybody tell me what those errors at the end means?

Thnx.

 

 

 

 

Top