Pylibmc requiring libmemcached >= 0.32
- by resopollution
On Ubuntu, I installed libmemcached-dev using the following command:
apt-get install libmemcached-dev
Unfortunately it installs libmemcached version 0.31, and pylibmc requires that I compile with v 0.32+ to run, otherwise I get an import error.
I've tried removing libmemcached-dev with apt-get --purge remove, then installing libmemcached v 0.38, then re-compiling pylibmc, but it still gives me the requires libmemcached v 0.32+ error.