Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Last active December 27, 2015 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkuchiki/7331140 to your computer and use it in GitHub Desktop.
Save tkuchiki/7331140 to your computer and use it in GitHub Desktop.
memcached 1.4.14, 1.4.15 rpm install (el6)
# 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