Pylibmc requiring libmemcached >= 0.32
        Posted  
        
            by resopollution
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by resopollution
        
        
        
        Published on 2010-03-30T17:19:18Z
        Indexed on 
            2010/03/30
            17:23 UTC
        
        
        Read the original article
        Hit count: 1441
        
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.
© Stack Overflow or respective owner