Line 31... |
Line 31... |
31 |
|
31 |
|
32 |
**** For HAVP ****
|
32 |
**** For HAVP ****
|
33 |
- install the RPM of clamav-devel
|
33 |
- install the RPM of clamav-devel
|
34 |
- download, uncompress, and test the compilation of the last version of havp (./configure + make)
|
34 |
- download, uncompress, and test the compilation of the last version of havp (./configure + make)
|
35 |
- copy the tarball in ~/rpmbuild/SOURCES/. copy the patch file ("havp-init.diff") in ~/rpmbuil/SOURCE. Copy and adapt the .spec in ~/rpmbuid/SPEC
|
35 |
- copy the tarball in ~/rpmbuild/SOURCES/. copy the patch file ("havp-init.diff") in ~/rpmbuil/SOURCE. Copy and adapt the .spec in ~/rpmbuid/SPEC
|
36 |
- rpmbuild -dd ***.spec
|
36 |
- rpmbuild -bb ***.spec
|
37 |
|
37 |
|
38 |
**** For ipt_netflow ****
|
38 |
**** For ipt_netflow ****
|
39 |
- Must be complied on a system which runs the target kernel. So install manually the targeted kernel and reboot (ipt_NETFLOW will not load during this reboot)
|
39 |
- Must be complied on a system which runs the target kernel. So install manually the targeted kernel and reboot (ipt_NETFLOW will not load during this reboot)
|
40 |
- install the RPMs "kernel-server-devel" (choose the targeted kernel), "lib64iptables-devel (or libiptables-devel in 32b arch)"
|
40 |
- install the RPMs "kernel-server-devel" (choose the targeted kernel), "lib64iptables-devel (or libiptables-devel in 32b arch)"
|
41 |
- download, uncompress and test the compilation of the last version of ipt-netflow (./configure --disable-dkms --disable-snmp-agent, make all install). The module is compiled in the same directory. The libs are copied in the /lib64/iptables (libip6t_NETFLOW.so & libipt_NETFLOW.so)
|
41 |
- download, uncompress and test the compilation of the last version of ipt-netflow (./configure --disable-dkms --disable-snmp-agent, make all install). The module is compiled in the same directory. The libs are copied in the /lib64/iptables (libip6t_NETFLOW.so & libipt_NETFLOW.so)
|