+ -
当前位置:首页 → 问答吧 → fcgid安装问题,请大家看看

fcgid安装问题,请大家看看

时间:2010-08-07

来源:互联网

因为有几个操作时c语言编写的,所以就用了cgi

我想安装fcgid到我的centos5.5上,死活不行。

centos

安装apache

yum install httpd

然后其他的php之类的东西也都是yum安装好的
服务器调试 c语言编写的cgi也是ok的
我想提高点效率,想安装一个fcgid。

在 apache 官网下载 mod_fcgid
然后tar解压缩
进入目录
./configure.apxs

之后就出了下面的,apxs是什么东西?谁能给点提示?

./configure.apxs must be able to find apxs in your path,
or the environment variable APXS must provide the full path of APXS,
or you may specify it with:

APXS=/path/to/apxs ./configure.apxs

configuration failed

作者: 程序c   发布时间: 2010-08-07

顶一下,请高手看看,谢谢。

作者: 程序c   发布时间: 2010-08-08