# yum -y install “memcached*”
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: rsync.atworks.co.jp
* extras: rsync.atworks.co.jp
* rpmforge: ftp-stud.fht-esslingen.de
* updates: rsync.atworks.co.jp
Setting up Install Process
No package memcached* available.
Nothing to do
rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm 入れてるのになぁ…
http://pkgs.repoforge.org/memcached/ 確認するとモノはある。
めんどくさいので最新版を wget で取得。
あとは
# yum -y install memcached-devel-1.4.7-1.el5.rfx.x86_64.rpm
# yum -y install memcached-1.4.7-1.el5.rfx.x86_64.rpm
こんな感じで。
yum経由でインストールすると依存性のあるパッケージは自動で取得してくれるので楽チン。パフォーマンス考えなければ rpm で十分。(手抜き)