Mainly installs the software
Memcache Database Cache Expansion Module
Divided into server-side memcacheD client plug-in memcache
Http://pan.baidu.com/s/1qYDwiDI software can be downloaded in this area
Tar XF memcache-2.2.5.tgz
CD memcache-2.2.5
/application/php/bin/phpize
./configure--with-php-config=/application/php/bin/php-config
Make && make install
ls/application/php5.3.27/lib/php/extensions/no-debug-zts-20090626/
eaccelerator.so memcache.so xcache.so
Pdo_mysql
Tar zxvf pdo_mysql-1.0.2.tgz
CD pdo_mysql-1.0.2
/application/php/bin/phpize
./configure--with-php-config=/application/php/bin/php-config--with-pdo-mysql=/application/mysql
Make && make install
Pdo_mysql.so
ImageMagick image Software install this software first
Tar zxf ImageMagick.tar.gz
CD imagemagick-6.5.1-2/
./configure
Yum-y install this software, or 6.5 have an error
Make && make install
Imagick
Tar zxf imagick-2.3.0.tgz
CD imagick-2.3.0
/application/php/bin/phpize
./configure--with-php-config=/application/php/bin/php-config
Make
Make install
eaccelerator.so imagick.so memcache.so pdo_mysql.so xcache.so
This article is from the "what-all" blog, please be sure to keep this source http://hequan.blog.51cto.com/5701886/1770130
Lamp and lnmp acceleration and cache optimization (i) 2