Bonjour,
@J5012. Lorsque je fais un:
make install pour installer les patterns, j'obtient l'erreur suivant:
/etc/l7-protocols$ make install
mkdir -p /etc/l7-protocols
cp -R * /etc/l7-protocols
cp: `CHANGELOG' and `/etc/l7-protocols/CHANGELOG' are the same file
cp: `HOWTO' and `/etc/l7-protocols/HOWTO' are the same file
cp: `LICENSE' and `/etc/l7-protocols/LICENSE' are the same file
cp: `Makefile' and `/etc/l7-protocols/Makefile' are the same file
cp: `README' and `/etc/l7-protocols/README' are the same file
cp: `WANTED' and `/etc/l7-protocols/WANTED' are the same file
cp: `example_traffic' and `/etc/l7-protocols/example_traffic' are the same file
cp: `extra' and `/etc/l7-protocols/extra' are the same file
cp: `file_types' and `/etc/l7-protocols/file_types' are the same file
cp: `groups.sh' and `/etc/l7-protocols/groups.sh' are the same file
cp: `l7-protocols.spec' and `/etc/l7-protocols/l7-protocols.spec' are the same file
cp: `malware' and `/etc/l7-protocols/malware' are the same file
cp: `protocols' and `/etc/l7-protocols/protocols' are the same file
cp: `testing' and `/etc/l7-protocols/testing' are the same file
make: *** [install] Error 1
Donc, pour que je puisse les installer, j'ai besoin du noyau ainsi que le patching de iptables:
These are patterns (protocol definitions) for the Linux layer 7 packet
classifier (l7-filter). To use them, you need the kernel and iptables
patches (or l7-filter userspace version) available at
http://sf.net/projects/l7-filter/ .
Source README de L7-protocols.