ERROR 'UNABLE TO FIND Mysqlclient )
Bonjour,
à la compilation de snort 12.04
#cd snort_inline-2.4.5a
#./configure --with-mysql
un erreur est affiché
error :unable to find mysqlclient library checked in the following places /usr/lib/usr/lib/mysql
à la compilation de snort 12.04
#cd snort_inline-2.4.5a
#./configure --with-mysql
un erreur est affiché
error :unable to find mysqlclient library checked in the following places /usr/lib/usr/lib/mysql
1 réponse
-
As-tu installé mysql au préalable ?
Et surtout pourquoi ne pas installer snort via ton gestionnaire de paquets ce qui t'éviterait de devoir gérer ce genre de problème ?
http://doc.ubuntu-fr.org/apt
http://doc.ubuntu-fr.org/software-center
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install snort
Bonne chance