Issue installing on kernel 2.6.18-194
NetFlow iptables module for Linux kernel
Brought to you by:
aabc
I am attempting to install ipt-netflow on a RHEL 5 server with kernel 2.6.18-194 and I am having an issue. When I attempt to run "make all install" I receive a warning that says "ns_to_timeval" is undefined. This completes but I receive the same error when I attempt to apply the ipt-netflow module to the server and this fails. I am currently trying to install ipt-netflow-2.1
Can you try to compile version from git?
I will pull the version from git and see how it compiles.
I am able to reproduce on 2.6.18-371.1.2.el5.
I commited into git compatibility fix with centos 5. [8ef0119f1c11bef02d45e14fbcd5eae90e693061]
Thanks for the report!
Related
Commit: [8ef011]
Last edit: ABC 2015-05-22
Thank you for the quick response and fix