HOWTO: Installing Memcache on Ubuntu...

回覆文章
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

HOWTO: Installing Memcache on Ubuntu...

文章 yehlu »

http://www.pcbg.co.za/threads/6769-HOWT ... -on-Ubuntu...

代碼: 選擇全部

sudo apt-get install make

sudo apt-get install php5-dev

sudo apt-get install php-pear

sudo apt-get install zlib1g-dev

sudo apt-get install memcached

sudo pecl install Memcache
Don't forget to enable the extension in /etc/php5/apache2/php.ini by adding the line extension=memcache.so and restarting the webserver.
回覆文章

回到「Linux」