Uninstall Xcache and solving error Failed loading cannot open shared object file: No such file or directory


When you got this

1
"Failed loading /usr/lib/php5/20090626/xcache.so:  /usr/lib/php5/20090626/xcache.so: cannot open shared object file: No such file or directory

This because you not removing xcache configuration from php.

In this example, i using php5-fpm. If you’re using apache2 + php5, so you can find it on /etc/php5/apache2/

How to solve this problem:

1
1. Removing extension="xcache.so" from /etc/php5/fpm/php.ini
1
2. Delete file xcache.ini /etc/php5/fpm/conf.d

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.