Snort mailing list archives

Re: pulled pork error


From: Nigel Houghton <nhoughton () sourcefire com>
Date: Sun, 13 Feb 2011 17:48:44 -0500

On Sat, 12 Feb 2011 23:11:22 -0800, Alan Ptak wrote:
Michael,

It looks to me like you need to install the LWP::UserAgent perl 
module on your system. There are several options, including using 
CPAN. 

HTH .. Alan

--
Alan Ptak
310.488.8606

On Feb 12, 2011, at 8:28 PM, Michael Lubinski 
<michael.lubinski () gmail com> wrote:


when I launch pulled pork with;

/etc/snort/pulledpork.pl -c /etc/snort/pulledpork.conf -v

I get an error stating


"can't locate object method "show_progress" via package 
"LWP::UserAgent" at /etc/snort/pulledpork.pl line 1323

line 1323 = $ua->show_progress(1) if $Verbose;

Any proficient programmers out there know how to resolve?

You may also have an old version of LWP::UserAgent installed, so using 
cpan to update is also a way to go. Additionally, you can run a Perl 
script like this "perl -cw pulledpork.pl" to see what else (if 
anything) you might be missing and what errors might be there.

Usually, most folks run cpan on the cli and install modules from there, 
if you already have cpan set up you can do this to install without 
using the cpan shell: perl -MCPAN -e 'install LWP::UserAgent' (as root 
normally, to install system wide)

--
Nigel Houghton
Head Mentalist
SF VRT Department of Intelligence Excellence
http://vrt-blog.snort.org/ && http://labs.snort.org/

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: