Last active
December 24, 2015 22:39
-
-
Save bjhaid/6874209 to your computer and use it in GitHub Desktop.
Memcached Errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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