Webmaster's Community

Webhosting Forums => Dedicated Server Administration => Topic started by: Savera on July 06, 2012, 01:51:41 PM

Title: memcached.so: undefined symbol: memcached_result_flags in Unknown on line 0
Post by: Savera on July 06, 2012, 01:51:41 PM
Now I am running into this new error. I think all problem is because of version mismatch. The yum repository is provinding older version of everything.

memcached is installed, libmemcached is installed but now when I run, I don't see memcached in phpinfo(), I have double checked but it is not there. Also path is right. The memcached.so is also there but its not showing in phpinfo().

After so long struggle I noticed error in my apache error_log

Code: [Select]
memcached.so: undefined symbol: memcached_result_flags in Unknown on line 0

So I think problem is somewhere , may be module is not right ?
Title: Re: memcached.so: undefined symbol: memcached_result_flags in Unknown on line 0
Post by: Ricky on July 06, 2012, 04:03:23 PM
Try to get latest version of libmemcached , which I think 1.0.8 and then install php-memcached extension.