gnosek / fcgiwrap

Simple FastCGI wrapper for CGI scripts
http://nginx.localdomain.pl/
MIT License
405 stars 132 forks source link

During installation it needs FastCGI lib. I can't install it on ternux. #61

Open porfyr opened 10 months ago

porfyr commented 10 months ago

➜ fcgiwrap git:(master) autoreconf -i ➜ fcgiwrap git:(master) ✗ ls COPYING Makefile.in README.rst aclocal.m4 autom4te.cache config.guess config.h.in config.sub configure configure.ac fcgiwrap.8 fcgiwrap.c systemd ➜ fcgiwrap git:(master) ✗ ./configure checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for pkg-config... /data/data/com.termux/files/usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for FCGX_Init in -lfcgi... no configure: error: FastCGI library is missing

QeelinDarly commented 4 months ago

I think you can get FCGI library from cgi-fcgi. And you can install it first.