We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sudo apt-get install autoconf_2.60 automake_1.11 libtool_2.4 make libevent-devel gcc4.7 glib2-devel mono4-core
Set environment variables, otherwise does not find mono:
export MONO_MODULE_CFLAGS="-D_REENTRANT -I/usr/lib64/pkgconfig/../../include/mono-2.0" export MONO_MODULE_LIBS="-L/usr/lib64/pkgconfig/../../lib64 -lmono-2.0 -lm -lrt -ldl -lpthread"
git clone https://github.com/xplicit/HyperFastCgi.git cd ./HyperFastCgi ./autogen.sh --prefix=/usr make sudo make install