Portal Home > Knowledgebase > Articles Database > xcache problem, segmentation fault


xcache problem, segmentation fault




Posted by Chinese Democracy, 05-11-2009, 12:51 PM
Trying to enable xcache on my cpanel, centos server (suphp *not* enabled) Followed this guideline http://www.eth0.us/xcache Xcache shows up in php -m output, however I get this output as well In the /usr/local/lib/php.ini file I had this portion setup before the Zend portion... When I search for "zend_extension" this is the result: If I move the xcache line to the first line, before the ioncube one, I get this error: root@server [/usr/local/lib/php/extensions/no-debug-non-zts-20060613]# php -m Segmentation fault (core dumped) My config: PHP 5.2.8 Zend Opt 3.3.3 suphp disabled Apache 2.2

Posted by JawadA, 05-11-2009, 02:59 PM
Try commenting the ioncube loader lines and then try checking via php -v I believe ioncube and xcache will not run side by side. Check thread 6163294 in WHT. I am not allowed to post links as yet.

Posted by plumsauce, 05-11-2009, 04:46 PM
Time to run far, far away. A server add-on should *never* seg fault. It is a sign of poor bounds checking. Any program should degrade gracefully in the face of problems.



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read