문제

First Question on Stack overflow so please forgive any stupidity on my part.

I have a problem with my web server at the moment. It has WHM / cPanel and I have used WHM many times to adjust settings and to add/remove packages through easyApache.

In easyApache there is the option to install/remove eAccelerator, but there are no config options. eAccelerator is installed and doing its job at the moment but I need to recompile it with the following flag without breaking it.

--with-eaccelerator-doc-comment-inclusion

I have come accross the following instructions during my googling but they apear to be incomplete, at least for my needs. Please can someone provide a set of instructions that include the above flag so that I can recompile eAccelerator, but without losing anything from eAccelerator that was installed by easyApache.

make clean # IMPORTANT!!!
phpize
make
make install
도움이 되었습니까?

해결책

After you call phpize you need to reconfigure

./configure --with-eaccelerator-doc-comment-inclusion

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top