➜ 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
➜ 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