[Nfdump-discuss] nfdump from github didn't making.
netflow collecting and processing tools
Brought to you by:
phaag
|
From: Ivan S. <i.n...@gm...> - 2015-11-09 20:07:42
|
Hello! Problem: i have done 'git clone https://github.com/phaag/nfdump.git', ./configure --enable-nel --enable-fixtimebug --enable-nfprofile --enable-nftrack --enable-readpcap --enable-nfpcapd --with-rrdpath=/usr/include // Is --enable-nel really deprecated? I need to show some NAT translations from my v9 flows. When i run make, i get an error, that says: > WARNING: 'aclocal-1.15' is missing on your system. > You should only need it if you modified 'acinclude.m4' or > 'configure.ac' or m4 files included by 'configure.ac'. OK, first of all i have aclocal-1.14 and automake-1.14 in system, so i just put some symlinks for this. //In fact, this problem occured when maintainer didn't 'touch configure.ac aclocal.m4 configure Makefile.am Makefile.in', so the user should do some: 'autoreconf' './configure' 'automake' 'make' // Then it says, that there is no "./README" file, it's not a problem: 'ln -s README.md README :)' But then make falls, it says: make[3]: *** No rule to make target «../extra/nftrack/nftrack.c», needed by «../extra/nftrack/nftrack-nftrack.o». Stop. make[3]: exit from directory «/usr/local/src/nfdump/bin» Makefile:765: ...error for ... «all» Does anybody have compile with nftrack well? Thank you. |