Здравствуйте уважаемые ALL.
Следующая проблема:
В конфигурации снорта указываю
./configure --prefix=/usr/local/snort --enable-pthread --enable-timestats \
--enable-rulestate --enable-perfprofiling --enable-dynamycplugin --enable-flexresp \
--with-pcre --with-mysqlДалее появляетя следующая проблема
<cut>
checking for mysql... yes
checking for compress in -lz... yes
checking libnet.h usability... yes
checking libnet.h presence... yes
checking for libnet.h... yes
checking for libnet version 1.0.2a... yes
checking for libnet_build_ip in -lnet... no
ERROR! Libnet library not found, go get it from
http://www.packetfactory.net/projects/libnet/
or use the --with-libnet-* options, if you have it installed
in unusual place
Причем ставил
cd /usr/ports/net/libnet10
make
make install
Сталкивался ли кто-нибудь с такой проблемой? И решал ли ее?