|
|
|
|
Snort Forums Archive
Archive Home » Windows » Dyanmicengine Error..
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 ]
Dyanmicengine Error..
Posted by Jeongnala on July 26, 2006 23:52:06
I have installed snort in windows 2003 server .
Running Snort Version 2.6.0-ODBC-MySQL-FlexRESP-WIN32 (Build 57) with command line:
snort -dev -i2 -l ..\log -c ..\etc\snort.conf
Error is:
ERROR: ..\etc\snort.conf(195) => Missin/incorrect dynamic detection lib specifier.
Fatal Error, Quitting..
Line 195 is: include C:\Snort\etc\snort.conf
#dynamicengine /usr/local/lib/snort_dynamicengine/libsf_engine.so
dynamicengine C:\Snort\lib\snort_dynamicengine\sf_engine.dll
Please, Help me...
|
|
Posted by enpepet on August 02, 2006 02:48:14
Remove slash on previous directive.
Must be:
dynamicpreprocessor directory c:\snort\lib\snort_dynamicpreprocessor
not
dynamicpreprocessor directory c:\snort\lib\snort_dynamicpreprocessor\
|
|
Posted by jja on August 15, 2006 16:06:28
I had the same error as well. While I will admit to being a total Snort Newb, it would be my guess that the dynamicengine requires a dynamic detection library. The problem is that this dynamic detection library is not in the binary win32 package (perhaps mistakenly/intentionally left out?) and so there is nothing the user can point to in order to satisfy this requirement.
The workaround I used was to install the 2.4.5 version of Snort as it does not seem to use dynamic loaded libraries. |
|
|
|
|
|