[Answer]-Django memcached on red hat

1👍

If libmemcached was installed from source and no modifications were done to configure it will place libmemcached.so.11 under /usr/local/lib. Just make a symbolic link to /usr/lib.

e.g: ln -s /usr/local/lib/libmemcached.so.11 /usr/lib/libmemcached.so.11

Leave a comment