I am trying to upgrade Libmemcached on my amazon linux2 server. Even after installing the latest version, I am still facing error as:
Got error 'PHP message: PHP Warning: Unknown: using touch command with binary protocol is not recommended with libmemcached versions below 1.0.18, please use ascii protocol or upgrade libmemcached in Unknown on line 0\n'
I am not able to trace the actual file path from where the old version is still been read. I have removed all the old memcached and libmemcached and re installed it with the latest versions. Still its not getting upgraded. How can I resolve this issue?