Re: snortDBinput error

Ed Davison <[email protected]> Wed, 19 Nov 2003 10:24:44 -0600
Newsgroups gmane.comp.security.ids.snort.snarf
Organization McCombs School of Business
Message-ID <[email protected]>
On Wed, 2003-09-03 at 08:36, Akerstrom, Peter wrote:
> Anyone got this error message when trying to run snortsnarf from a
> database?
> SnortDBinput.pm is ver. 0.3
>  
> E:\Snort\SS>snortsnarf.pl -d ..\html -win snort:snort@snort@ids
> could not load module "SnortDBInput", looked for it in file called
> "SnortDBInput.pm"; 
> could be an error in that file; try 'perl -c' on that file
> Can't locate object method "new" via package "SnortDBInput" (perhaps
> you forgot
> to load "SnortDBInput"?) at E:\Snort\SS\snortsnarf.pl line 188.
>  
This typically means you have a module missing that is required for
SnortDBInput to run properly.  

Please to a perl -c on the SnortDBInput.pm file and return the results.

Ed Davison