amir162 / pulledpork

Automatically exported from code.google.com/p/pulledpork
GNU General Public License v2.0
0 stars 0 forks source link

Modify Pulled Pork to remove/scrub outdated SO (Shared Object) libraries when updating... #136

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello All,

    In reviewing an email and having a IRC chat with Joel Esler, he suggests
that Pulled Pork should update/scrub outdated SO (Shared Object) rulesets to 
prevent the following issue below:

ERROR: The dynamic detection library 
"/usr/local/lib/snort_dynamicrules/chat.so" version 1.0 compiled with dynamic 
engine library version 2.0 isn't compatible with the current dynamic engine 
library "/usr/local/lib/snort_dynamicengine/libsf_engine.so" version 2.1.

While it doesn't come up a lot, it's a confusing issue to persons new to snort 
type installs, etc.

What do you all think?

Bill Parker (wp02855 at gmail dot com)

Original issue reported on code.google.com by wp02...@gmail.com on 19 Aug 2013 at 5:09

GoogleCodeExporter commented 8 years ago
We can simply clean out the target path of all .so files prior to writing the 
new ones... Though this will require some discussion as there are risks of 
wiping out any custom .so files etc...

Original comment by Cummin...@gmail.com on 20 Aug 2013 at 2:25