Snort.org home  
Got Source? About Snort About Sourcefire Snort FAQ
Sourcefire Network Security - the creators of Snort

Snort Forums Archive

Archive Home » Snort Advanced » Problems building inline

Please note that the categories listed below represent an archived version of our forums pages. To view the current version and be able to post and reply to threads, please register and login here to go to the full forums pages.

[ Notice: Full Version of This Topic ]

Problems building inline


Posted by Brett on August 09, 2005 18:48:37

Ive managed to compile the latest tarball using --enable-inline. According to the docs there should be a binary named snort_inline. This does not seem to be the case. Can someone assist. Ive followed the docs on the website as well as in the src

./configure --enable-inline
make
make install

no snort_inline binary

thanks

Brett Stevens

Posted by networkStuff on November 27, 2005 15:45:57

Same problem here.

Slackware Linux 10.x
compiled with:
--with-mysql=DITTO
--with-ssl=DITTO
--enable-inline

help please.

Posted by brevizniak on November 27, 2005 16:59:54

snort proper does not create a snort-inline binary. Your regular snort binary is inline enabled if you use --enable-inline. You can find the binary as src/snort after successfully doing a make.

snort_inline is only created when building with the snort_inline port used in the honeypot project.