Snort mailing list archives

Suggestion for snort.conf


From: Bill Parker <wp02855 () gmail com>
Date: Fri, 13 Mar 2015 14:40:03 -0700

Hi All,

   In building snort-2.9.7.2, I test on a number of platforms, and in some
cases SO files (libraries) load into /usr/local/lib, but in the case of
OpenSuSE 13.x, they were deposited into /usr/local/lib64/snort_blah...

Would it be possible to add a couple of lines to snort.conf which would
read:

# path to dynamic preprocessor libraries
dynamicpreprocessor directory /usr/local/lib/snort_dynamicpreprocessor/
# path to dynamic preprocessor libraries (some 64-bit systems)
# dynamicpreprocessor directory /usr/local/lib64/snort_dynamicpreprocessor/

# path to base preprocessor engine
dynamicengine /usr/local/lib/snort_dynamicengine/libsf_engine.so
# path to dynamic base preprocessor engine (some 64-bit systems)
# dynamicengine /usr/local/lib64/snort_dynamicengine/libsf_engine.so

# path to dynamic rules libraries
dynamicdetection directory /usr/local/lib/snort_dynamicrules
# path to dynamic rules libraries (some 64-bit systems)
dynamicdetection directory /usr/local/lib64/snort_dynamicrules

The information showed up during make install, when I scrolled back to see
where the shared object files were sent, or should the documentation make
this a bit more clear (generally)?

Bill
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Snort-devel mailing list
Snort-devel () lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/snort-devel
Archive:
http://sourceforge.net/mailarchive/forum.php?forum_name=snort-devel

Please visit http://blog.snort.org for the latest news about Snort!

Current thread: