标题:
[分享]
APC 3.1.13 安装教程
[打印本页]
作者:
sg199
时间:
2013-8-28 23:29
标题:
APC 3.1.13 安装教程
wget http://pecl.php.net/get/APC-3.1.13.tgz
tar xvzf APC-3.1.13.tgz
cd APC-3.1.13
/www/wdlinux/php/bin/phpize
./configure –enable-apc –enable-apc-mmap –with-php-config=/www/wdlinux/php/bin/php-config
make
make install
复制代码
编译后确保www/wdlinux/php/lib/php/extensions/no-debug-non-zts-20090626/路径下有apc.so
在php.ini后添加
[apc]
extension_dir="/www/wdlinux/php/lib/php/extensions/no-debug-non-zts-20090626/"
extension="apc.so"
apc.enabled = 1
apc.cache_by_default = on
apc.shm_segments = 1
apc.shm_size = 128
apc.ttl = 7200
apc.user_ttl = 7200
apc.mmap_file_mask=/tmp/apc.XXXXXX
apc.num_files_hint = 0
apc.write_lock = On
复制代码
我的试验成功,分享下,如果其他人成功就好,不成功误怪
作者:
lfq1989
时间:
2014-1-7 13:33
这个方法安装不上呢 我的wdcp最新版 php5.2
作者:
lfq1989
时间:
2014-1-7 13:45
[root@wdOS ~]# cd APC-3.1.13
[root@wdOS APC-3.1.13]# /www/wdlinux/apache_php-5.2.17/bin/phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
[root@wdOS APC-3.1.13]# ./configure ?enable-apc ?enable-apc-mmap ?with-php-config=/www/wdlinux/apache_php-5.2.17/bin/php-config
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: ?enable-apc
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: ?enable-apc-mmap
configure: error: invalid variable name: ?with-php-config
[root@wdOS APC-3.1.13]# make
make: *** No targets specified and no makefile found. Stop.
[root@wdOS APC-3.1.13]# make install
make: *** No rule to make target `install'. Stop.
复制代码
作者:
happyxinqiang
时间:
2014-2-26 20:08
回复
3#
lfq1989
./configure –enable-apc –enable-apc-mmap –with-php-config=/www/wdlinux/php/bin/php-config
复制代码
这行代码需要你手动输入,直接复制粘贴就会出现这种错误……
欢迎光临 WDlinux官方论坛 (http://wdlinux.cn/bbs/)
Powered by Discuz! 7.2