uninstall xcache

vagos

Verified User
Joined
Jun 12, 2008
Messages
26
Hello,

I tried xcache, I copy pasted the config in php.ini it worked fine.

Now i want to uninstall it I remove the configuration part of xcache from php.ini and I deleted the xcache.so but I get an error

Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20060613/xcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20060613/xcache.so: cannot open shared object file: No such file or directory

Yes I have restarted everything even rebooted the system, running centos 5.1

Can you give me a tip where to look to remove it?

Thanks
 
Are you sure it added nothing else to your apache configs?

cd /etc/httpd/conf

grep -i 'xcache' *.conf

cd /etc/httpd/conf/extra

grep -i 'xcache' *.conf
 
Back
Top