libmemcached

Installing pylibmc on Ubuntu

Installing pylibmc on Ubuntu Question: When running pip install pylibmc on Ubuntu, I get the following error: _pylibmcmodule.h:42:36: fatal error: libmemcached/memcached.h: No such file or directory Asked By: Zags || Source Answers: sudo apt-get install libmemcached-dev zlib1g-dev Answered By: Zags Zags answer didn’t do the trick for me on Ubuntu 13.10. libmemcached-dev had already been …

Total answers: 3

Error when install pylibmc using pip

Error when install pylibmc using pip Question: Hello when I attempt to install pylibmc on OSX Lion using pip I get the following error: ./_pylibmcmodule.h:42:10: fatal error: ‘libmemcached/memcached.h’ file not found #include <libmemcached/memcached.h> ^ 1 error generated. error: command ‘clang’ failed with exit status 1 Any clues at how to solve this issue? Asked By: …

Total answers: 10