Configuration snort

Fermé
sikarim60 - 11 mars 2008 à 21:46
colas31 Messages postés 135 Date d'inscription samedi 5 août 2006 Statut Membre Dernière intervention 21 décembre 2010 - 7 mai 2008 à 16:57
Bonjour,
voila au cours de l'installation du snort ce message apparut

[root@localhost libpcap-0.8.1]# ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking build system type... i686-pc-linux-gnuoldld
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH



oui ma faute et comment la corrigeé
merci

1 réponse

colas31 Messages postés 135 Date d'inscription samedi 5 août 2006 Statut Membre Dernière intervention 21 décembre 2010 21
7 mai 2008 à 16:57
salut,

Il te faut installer les librairy gcc . En fcontion de ta distribution c'est :
yum install gcc gcc-c++
apt-get install build-essential
0