$ mkdir /tmp/temp $ cd /tmp/temp $ wget http://pecl.php.net/get/memcache-3.0.8.tgz $ tar -xzvf memcache-3.0.8.tgz $ cd memcache-3.0.8/ $ phpize $ ./configure $ make $ make test $ make install $ service httpd restart
A Linux blog by ioMeWeekly, includes tutorials, news, help, programming, tips and how-to guides for opensource applications.
Monday, 8 April 2013
Upgrade PECL Memcache extension
The following instructions will download latest PECL Memcache extension. Goto PECL Memcache website. Download the tgz file using wget, and install as follows.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment