码迷,mamicode.com
首页 > Web开发 > 详细

[备忘] OSX 10.7.5安装MediaWiki中的php53-apc

时间:2015-02-10 18:48:21      阅读:255      评论:0      收藏:0      [点我收藏+]

标签:

Mac Mini OSX 10.7.5系统在安装MediaWiki的过程中遇到了下面的apc未安装的问题。

技术分享

采用brew方法进行安装如下:命令为  brew install php53-apc  

apache2  brew install php53-apc                     
==> Installing php53-apc from homebrew/homebrew-php
==> Downloading http://pecl.php.net/get/APC-3.1.10.tgz
Already downloaded: /Library/Caches/Homebrew/php53-apc-3.1.10.tgz
==> Patching
patching file APC-3.1.10/php_apc.h
Hunk #1 succeeded at 35 with fuzz 2.
==> /usr/local/opt/php53/bin/phpize
==> ./configure --prefix=/usr/local/Cellar/php53-apc/3.1.10 --with-php-config=/usr/local/opt/php53/bin/php-con
==> make
==> Caveats
To finish installing apc for PHP 5.3:
  * /usr/local/etc/php/5.3/conf.d/ext-apc.ini was created,
    do not forget to remove it upon extension removal.
  * Validate installation via one of the following methods:
  *
  * Using PHP from a webserver:
  * - Restart your webserver.
  * - Write a PHP page that calls "phpinfo();"
  * - Load it in a browser and look for the info on the apc module.
  * - If you see it, you have been successful!
  *
  * Using PHP from the command line:
  * - Run "php -i" (command-line "phpinfo()")
  * - Look for the info on the apc module.
  * - If you see it, you have been successful!
==> Summary

最后重启下apache2就行了 (/usr/sbin/httpd)

[备忘] OSX 10.7.5安装MediaWiki中的php53-apc

标签:

原文地址:http://blog.csdn.net/loveaborn/article/details/43705449

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!