Bonsoir, j'ai compilé snort inline avec mysql :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
./configure --with-mysql-DIR=/root/Desktop/libmysqlclient-5.0.45-1.pkg.tar.gz_FILES/usr/include/mysql
make 
make install
mais quand j'essaye de le lancer avec:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
snort_inline -Q -v -c /etc/snort_inline/snort_inline.conf -l /var/log/snort_inline
il m'affiche l'erreur:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
database: compiled support for ( )
 
database: configured to use mysql
 
database: 'mysql' support is not compiled into this build of snort
 
 
ERROR: If this build of snort was obtained as a binary distribution (e.g., rpm,
or Windows),
 then check for alternate builds that contains the necessary
'mysql' support.
 
 
If this build of snort was compiled by you, then re-run the
the ./configure script using the '--with-mysql' 
switch.
For non-standard installations of a database, the '--with-mysql=DIR'
syntax may need to be used to specify 
the base directory of the DB install.
 
See the database documentation for cursory details (doc/README.database).
 
and the URL to the most recent database plugin documentation.
Fatal Error, Quitting..
avez vous une idée? Merci