微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

php – 安装APC RedHat

我正在尝试在redhat上安装apc,所以我做了:
pecl install apc

我说是的:

Use apxs to set compile flags (if using APC with Apache)? [yes]:

我得到这个:

checking for re2c... no
configure: WARNING: You will need re2c 0.9.11 or later if you want to \
regenerate PHP parsers.

checking whether apc needs to get compiler flags from apxs...

Sorry,I was not able to successfully run APXS.  Possible reasons:

1.  Perl is not installed;
2.  Apache was not compiled with DSO support (--enable-module=so);
3.  'apxs' is not in your path.  Try to use --with-apxs=/path/to/apxs
The output of apxs follows
/tmp/tmpJQuZdD/APC-3.0.16/configure: line 3846: apxs: command not found
configure: error: Aborting
ERROR: `/tmp/tmpJQuZdD/APC-3.0.16/configure --with-apxs' Failed

可能是什么问题呢?谢谢

你忘了这个包裹:
sudo yum install httpd-devel.i386

要么

sudo yum install httpd-devel

您还可能需要:

apt-get install apache2-threaded-dev

一旦完成,再试一次,最后重启apache:

sudo apachectl -k graceful

原文地址:https://www.jb51.cc/php/139690.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐