牛骨文教育服务平台(让学习变的简单)
博文笔记

php linux apc扩展安装

创建时间:2014-04-09 投稿人: 浏览次数:939
[root@AY140121155223315078Z bin]# yum install *APC*
Loaded plugins: fastestmirror
Repository base is listed more than once in the configuration
Loading mirror speeds from cached hostfile
Setting up Install Process
No package *APC* available.
  * Maybe you meant: php-pecl-apc, php-pecl-apc-devel

Error: Nothing to do 1057 

yum install php-pecl-apc

 1058  yum install php-pecl-apc-devel
 1059  find / -name apc.so

 1060  whereis php

添加一行:
extension=apc.so                             service httpd restart

声明:该文观点仅代表作者本人,牛骨文系教育信息发布平台,牛骨文仅提供信息存储空间服务。