LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   SnortSnarf help (https://www.linuxquestions.org/questions/linux-software-2/snortsnarf-help-88765/)

FNC 09-03-2003 06:30 AM

SnortSnarf help
 
I finally got Snort installed and is very impressed. I would like to get something going that would run a snort scan twice a day and display it on a website(apache running on same PC as snort).
I would like to use SnortSnarf to convert the snort log file to HTML.

But I get this:

Can't locate Time/ParseDate.pm in @INC (@INC contains: ./include /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . ./include/SnortSnarf) at include/SnortSnarf/TimeFilters.pm line 18.
BEGIN failed--compilation aborted at include/SnortSnarf/TimeFilters.pm line 18.
Compilation failed in require at include/SnortSnarf/Filter.pm line 19.
BEGIN failed--compilation aborted at include/SnortSnarf/Filter.pm line 19.
Compilation failed in require at ./snortsnarf.pl line 87.
BEGIN failed--compilation aborted at ./snortsnarf.pl line 87.

Any Ideas what this means and how to fix it?

Hangdog42 09-03-2003 07:16 AM

It looks like you didn't install the perl Time modules that snortsnarf requires. According to the snortsnarf documentation they should have been included in the snortsnarf distribution. Otherwise you can probably find them at CPAN.

FNC 09-03-2003 07:28 AM

yes thank you, I got it from:

http://search.cpan.org/dist/Time-modules/

Thanks


All times are GMT -5. The time now is 06:39 PM.