Skip to content

Installation on ALT Linux SPT 7.0

Pavel Kirichenko edited this page Jul 25, 2017 · 1 revision

Prerequisites

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"

Installation

git clone https://github.com/xplicit/HyperFastCgi.git
cd ./HyperFastCgi 
./autogen.sh --prefix=/usr
make
sudo make install