Commit graph

95 commits

Author SHA1 Message Date
simonemainardi
f6567a5758
Updates README.compilation
Adds Fedora 30 readline-devel dep

Fixes #4023
2020-06-11 10:07:09 +02:00
Luca Deri
c69553e692
Added missing dependency on Ubuntu/Debian 2020-05-05 11:16:39 +02:00
simonemainardi
c435769ec9
Updates README.compilation with Centos8 LDAP dep
Fixes #3716
2020-04-08 15:19:09 +02:00
gabryon99
e9adc47c06 upgraded jquery to latest version to prevent security vulnerabilities 2020-03-22 12:36:12 +01:00
Luca Deri
aea228e376 Compilation fixes 2020-02-08 10:16:56 +00:00
Alfredo Cardigliano
bff00f06d3 More locales 2020-01-07 12:44:44 +01:00
Simone Mainardi
adee07bcb4 Source changes to handle geoipupdate installed databases 2020-01-03 17:56:55 +01:00
gabryon99
ff71cc17ce updated README.compilation for uglify-es 2019-12-30 14:50:11 +01:00
gabryon99
daf231391d fixed issue #3165 and #3166 2019-12-30 12:59:09 +01:00
Luca Deri
f56e5daca6 Added Fedora build instructions 2019-11-27 21:17:58 +01:00
Alfredo Cardigliano
66bcbe8969 Added libldap dep 2019-11-25 09:43:53 +01:00
Simone Mainardi
3950c3ddc8 Support for 5-min timeseries resolution in InfluxDB 2019-10-15 15:06:20 +02:00
simonemainardi
ef15db0e91
Update README.compilation with expect for Centos8 2019-10-14 10:28:10 +02:00
simonemainardi
232e04aa0d
Updates README.compilation with json-c-devel for Centos8 2019-10-14 09:27:25 +02:00
simonemainardi
862bc0dddd
Updates README.compilation with readis instructions 2019-10-11 17:40:43 +02:00
simonemainardi
914ce68a41
Updates README.compilation with extra Centos8 libs 2019-10-10 18:20:38 +02:00
simonemainardi
c9a95543dd
Updates README.compilation with Centos8 2019-10-10 17:55:34 +02:00
Alfredo Cardigliano
ad63b915b4 Compilation intructions fix 2019-08-29 14:54:39 +02:00
emanuele-f
1afab2aa5f Debian buster fixes 2019-08-07 12:19:55 +02:00
Javier Junquera Sánchez
69f2b7b657 Update README.compilation (#2437)
Added `libjson-c-dev` ubuntu dependency (issue #2435)
2019-03-04 15:21:23 +01:00
Simone Mainardi
76cc242ff8 Updates README with zeromq-devel for Centos7
Fixes #2270
2018-12-27 10:14:30 +01:00
Simone Mainardi
6c58b81883 Removes unnecessary deps from README.compilation 2018-11-23 18:49:29 +01:00
Simone Mainardi
e104596d7d Updates compilation README with libreadline-dev req for ubuntu 2018-11-23 17:58:59 +01:00
Simone Mainardi
3c6a8697ad Updates compilation README file with readline-devel requisite 2018-11-23 17:50:44 +01:00
Luca Deri
7c9457ecee Added pkg-config to avoid issues like
deri@ubuntu 42> ./autogen.sh
Wait please...
configure.ac:32: error: possibly undefined macro: AC_MSG_RESULT
      If this token and others are legitimate, please use m4_pattern_allow.
            See the Autoconf documentation.
	    configure.ac:88: error: possibly undefined macro: AC_MSG_CHECKING
	    autoreconf: /usr/bin/autoconf failed with exit status: 1

Now run ./configure
deri@ubuntu 43>  ./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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
./configure: line 3902: syntax error near unexpected token `NDPI,'
./configure: line 3902: `PKG_CHECK_MODULES(NDPI, libndpi >= 2.0,'
2018-09-24 15:10:12 +02:00
Alfredo Cardigliano
b963467559
Update README.compilation 2018-09-19 12:44:11 +02:00
Simone Mainardi
77c0f349d1 Migrates geolocation to GeoLite2 and libmaxminddb
Migrates class Geolocation to the new libmaxminddb

Handles static/dynamic compilation of libmaxminddb

Adds missing configure/make files for libmaxminddb

Adds libmaxminddb to travis.yml

Adds dev libmaxminddb to .travis.yml

Removes t Makefile

Removes missing ubuntu14 libmaxminddb-dev

Run autoreconf on libmaxminddb

Adds autoreconf to libmaxminddb static build

Adds libmaxminddb dependency to packages

Adds new *.mmdb files to debian/ubuntu ntopng-data

Adds new *.mmdb files to centos6/7 ntopng-data

Removes old libgeoip dep in favor of libmaxminddb

Adds back old .dat to debian/ubuntu ntopng-data

Adds back old .dat to centos ntopng-data

Adds autoreconf for travis

Removes libmaxminddb autoreconf from travis

Removes third-party libmaxminddb

Removes static build of libmaxminddb

Removes old libgeoip1 dependencies

Updates readme with libmaxminddb

Adds geolite attribution
2018-07-13 12:03:15 +02:00
Luca Deri
5a97bae86f Ubuntu 18.04 package 2018-05-03 08:50:48 +00:00
Luca Deri
124364c4a2 Initial work towards better flow serialization 2017-10-03 14:55:35 +02:00
Luca Deri
07bb923450 Fix for missing libcap-dev lib in README.compilation
Fixed bugs on ARP/ICMP sorting due to packet formatting
Added drops reset when an interface is just initialized
Fixed bug on RuntimePrefs hash get
2017-09-21 14:57:27 +02:00
Simone Mainardi
778f43dfdd Centos7 netfilter compilation fixes 2017-09-20 10:45:11 +02:00
Luca Deri
0f678dcda9 Debian 9 fix 2017-08-09 16:55:35 +02:00
Luca Deri
56ce16412a Updated Debian 9 instructions 2017-06-28 19:54:51 +02:00
Luca Deri
47fc0aacef Updated dependencies for Debian 9 2017-06-27 13:08:19 -04:00
Simone Mainardi
05442b55bd Adds libssl-dev compliation dependency in readme 2017-05-01 12:32:09 +02:00
Luca Deri
48aaeb22f1 Added missing which dependency on some minimal CentOS-based distro 2017-02-25 09:00:05 +01:00
Luca Deri
30ba6ab43e Fix for ubuntu16 2016-07-27 09:57:36 +02:00
Luca Deri
1d2ed354f7 Fix for #658 2016-07-12 20:34:46 +02:00
Luca Deri
59c35d4a9b Fixed invalid label on flow count 2016-06-08 15:50:13 +02:00
Luca Deri
e88682d8a3 Update license link 2016-04-25 09:41:46 +02:00
Luca Deri
263f3123e2 Improved ZMQ handling by adding encryption and compression support 2016-03-15 17:08:23 +01:00
Luca Deri
2afe0e4571 Updated compilation info with netfilter 2016-03-04 17:51:33 +01:00
Luca
606979b5e1 Added FreeBSD compilation README 2015-12-15 09:11:07 +01:00
Luca Deri
54d2a5175e Reimplemented support for netfilter packet sniffing in the pro version with support for dropping traffic 2015-11-26 13:21:43 +01:00
Luca
a9d8746580 Created README for compiling ntopng frion source 2015-11-05 16:55:46 +01:00