Skip to content

Instantly share code, notes, and snippets.

@bjhaid
Last active December 24, 2015 22:39
Show Gist options
  • Save bjhaid/6874209 to your computer and use it in GitHub Desktop.
Save bjhaid/6874209 to your computer and use it in GitHub Desktop.
Memcached Errors
memcached: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory
Below:
echo "/usr/local/lib/" > /etc/ld.so.conf.d/libevent-x86_64.conf
ldconfig
memcached -d -u nobody -m 1024 127.0.0.1 -p 11211
From:
http://forums.cpanel.net/f5/memcached-instalation-memcached-so-missing-257942-p2.html
Fixed it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment