From: David G. <gu...@in...> - 2007-07-16 14:32:12
|
I'm not sure how to give a better answer than the error message you got from the compiler. Simply you do not seem to have libdnet that is required to compile snort_inline. Try download it from the site (the link in the error) or check if your distribution have it as a package. "apt-get install libdnet-dev libdnet" On ubuntu for example, probably the same with debian. Yavuzhan Canli wrote: > > Have a nice day, > > I’m new about snort and I have a problem regarding with snort-inline. > > When I want to compile I have met with a error as you see below. How > can I pass this error can anyone help me ? > > If you help I will be happy so much. > > ---------------------------------------------------------------------------------------------------------------- > > snortinline:~/download/snort_inline-2.6.1.5# ./configure --enable-inline > > ERROR! Libdnet header not found, go get it from > http://libdnet.sourceforge.net <http://libdnet.sourceforge.net/> or > use the --with-dnet-* > options, if you have it installed in an unusual place > ----------------------------------------------------------------------------------------------------------------- > > Thank you very much. > > Yavuzhan Canli > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ------------------------------------------------------------------------ > > _______________________________________________ > Snort-inline-users mailing list > Sno...@li... > https://lists.sourceforge.net/lists/listinfo/snort-inline-users > |