[/url]memcached.so missing - Memcached installation error

While Memcached installation on Centos server, I was getting the error as '[/url]memcached.so missing'

Solution - 

Please check if "memcached.so" file exists on below location:
#/usr/local/lib/php/extensions/no-debug-non-zts-20060613/memcached.so
[url=http://memcached.so/]

If file is missing in above location then check if it exist in below location or not - 
#/usr/lib/php/extensions/no-debug-non-zts-20060613

If you will find the file there then move that file to below location -
#usr/local/lib/php/extensions/no-debug-non-zts-20060613

At the last restart Apache service - 
#restart httpd.service
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to install AVG Antivirus scanner on Ubuntu?

AVG free is antivirus which protects from spyware as well malware. It is free to use for private...

How to setup a WordPress website on plain Centos server?

The following steps have been successfully tested on a plain centos server. Now lets start...

How to change the port number of Apache Web Server?

Default port to access the Apache is 80. Secure port for communicating with world for Apache is...

How to install Postfix on CentOS?

Postfix is an open-source Mail Transport Agent (MTA), which supports protocols like LDAP, SMTP...

How to install SOAP on CentOS?

Install SOAP on CentOS 1) Fire below command - yum install php-soap Output will be as follow...

Powered by WHMCompleteSolution