Greetings FreeBSD community!
I've been toying around with Snort and midway through configuring it I noticed that you can use security/pulledpork to maintain the rules.
But when I try to execute
	
	
	
		
If I were to guess from seeing another person having a similar problem, which was not having SSLeay installed, but at the same time it can't be the case since:
	
	
	
		
Sorry if this might just be something minor, but this has confused me quite a bit.
				
			I've been toying around with Snort and midway through configuring it I noticed that you can use security/pulledpork to maintain the rules.
But when I try to execute
 pulledpork.pl it gives me this error:
		Code:
	
	Can't load '/usr/local/lib/perl5/site_perl/5.16/mach/auto/Crypt/SSLeay/SSLeay.so' for module Crypt::SSLeay: /usr/local/lib/perl5/site_perl/5.16/mach/auto/Crypt/SSLeay/SSLeay.so: Undefined symbol "PL_unitcheckav" at /usr/local/lib/perl5/5.16/mach/DynaLoader.pm line 190.
 at /usr/local/bin/pulledpork.pl line 28.
Compilation failed in require at /usr/local/bin/pulledpork.pl line 28.
BEGIN failed--compilation aborted at /usr/local/bin/pulledpork.pl line 28.
	If I were to guess from seeing another person having a similar problem, which was not having SSLeay installed, but at the same time it can't be the case since:
		Code:
	
	===>  Installing for p5-Crypt-SSLeay-0.64
===>   p5-Crypt-SSLeay-0.64 depends on package: p5-LWP-Protocol-https>=6.02 - found
===>   p5-Crypt-SSLeay-0.64 depends on file: /usr/local/bin/perl5.16.3 - found
===>  Checking if security/p5-Crypt-SSLeay already installed
===>   p5-Crypt-SSLeay-0.64 is already installed
	Sorry if this might just be something minor, but this has confused me quite a bit.