網絡雲盤項目-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

相關文章
相關標籤/搜索