Quantcast
Channel: Meta Thought
Viewing all articles
Browse latest Browse all 25

Broken memcached gem/libmemchached deb on Ubuntu

$
0
0
This post follows on a previous post that was OS X centric.

To fix this issue follow the same steps (starting with the download of libmemcached-0.25.14.tar.gz) detailed here.

Because the source installation of libmemcached dropped the libs in a non-standard place (from a Debian/Ubuntu viewpoint) we need a little more magic before things will work.

As root, create /etc/ld.so.conf.d/libmemcached.conf:
# Manual installation of libmemcached dropped the libs in a non-standard place
/usr/local/lib
Run ldconfig to load the new config and test to ensure your script can now access libmemcached properly through the memcached gem.


                       

Viewing all articles
Browse latest Browse all 25

Trending Articles