[备忘] OSX 10.7.5安装MediaWiki中的php53-apc
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)
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。