Last active
December 27, 2015 13:09
-
-
Save tkuchiki/7331140 to your computer and use it in GitHub Desktop.
memcached 1.4.14, 1.4.15 rpm install (el6)
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
# 1.4.14 | |
yum install -y perl-AnyEvent perl-YAML | |
rpm -ivh ftp://rpmfind.net/linux/dag/redhat/el6/en/x86_64/extras/RPMS/memcached-1.4.14-1.el6.rfx.x86_64.rpm | |
mkdir /var/run/memcached | |
service memcached start | |
# 1.4.15 | |
rpm -ivh ftp://rpmfind.net/linux/remi/enterprise/6/remi/x86_64/memcached-1.4.15-2.el6.remi.x86_64.rpm | |
## remi | |
### https://gist.github.com/tkuchiki/7331149 | |
yum install -y memcached | |
service memcached start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment