Daily Archives: May 5, 2013

Memcached installation

http://www.sohailriaz.com/how-to-install-memcached-with-memcache-php-extension-on-centos-5x/ 1) Install memcached. Enable rpmforge respository to install latest memcached rpm using yum. For i386 / i686 rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm For x86_64 rpm -Uhv http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS//rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm Use yum to install memcached yum -y install memcached As soon as memcached installation … Continue reading

Posted in LINUX, PHP | Leave a comment