在ubuntu上装php扩展apc按扎un个补上呢,在网上找的命令好像都过时了,
这里都失败了Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/m/manpages/manpages-dev_3.35-0.1ubuntu1_all.deb  Temporary failure resolving 'us.archive.ubuntu.com'E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?Some index files failed to download. They have been ignored, or old ones used instead.报这个问题,我在测试的时候也是说安装失败的
我的安装命令是:
1. 首先安装必须的包:
sudo apt-get install php-pear php5-dev apache2-threaded-dev
2. 安装 APC:
sudo pecl install apc-3.1.6
3. 创建配置文件 
/etc/php5/conf.d/apc.ini 
内容如下:
extension=apc.so4. 
重启 Apache:sudo /etc/init.d/apache2 restart
在网上找的安装的方法,网上别的方式我也试了但是也没成功,
有那位朋友安装过的话帮一下,谢谢,急,
今天就的完事的东西,很急!