-
Notifications
You must be signed in to change notification settings - Fork 0
Building Sagan on CentOS7
commandline_be edited this page Dec 14, 2017
·
9 revisions
yum list libestr-devel libee-devel liblognorm-devel libdnet-devel libmaxminddb-devel
yum install libestr-devel libee-devel liblognorm-devel libdnet-devel libmaxminddb-devel
For the latest stable version
git clone https://github.com/beave/sagan -b 1.1.0
For the current most recent version (1.1.8)
git clone -o d10a92c9d0a6ec39f26c149179ce0494a4ceba96 https://github.com/beave/sagan.git
Do note this version switches to sagan.yaml and also changes directory layout
Do note this is not optimized in any way, performance may be much lower than possible with optimizations.
sh autogen.sh
./configure --enable-geoip2 --enable-bluedot
make install
make uninstall
welcome to the blues, commandline.be at your service