网络云盘项目-fastCGI和spawn-fcgi的安装

准备安装包

fcgi-2.4.1-SNAP-0910052249.tar.gz
spawn-fcgi-1.6.4.tar.gz
  • 解压
tar zxvf fcgi-2.4.1-SNAP-0910052249.tar.gz
tar zxvf spawn-fcgi-1.6.4.tar.gz
  • 安装 fcgi
cd fcgi-2.4.1-SNAP-0910052249
./configure
make

make出错:spa

clipboard.png

  • 解决方案:

找到fcgio.h 或fcgio.cpp文件添加:.net

#include <stdio.h>

继续:code

make
make install

安装spawn-fcgi

./autogen.sh
./configure
make
make install
  • 报错
./autogen.sh: 11: ./autogen.sh: autoreconf: not found
autoconf

clipboard.png

clipboard.png

aclocal
autoconf

又报错。。。
算了不折腾了从新下个ip

wget http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/spawn-fcgi-1.6.4.tar.gz
./configure
make&&make install

一鼓作气~!get

相关文章
相关标签/搜索