Sentry FAQ
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
What Platforms is Sentry Tested On?
Sentry should run on any UNIX variant on which tcpwrappers is installed, which is nearly all. It has been tested on the following platforms:
- FreeBSD
 - Mac OS X
 - Linux (CentOS, Debian, Ubuntu)
 
I get an error saying a perl module isn't available
You are probably running a variant of Linux. The entity that prepared it for you installed perl without the modules that normally perl ships with. Complain and ask them to fix it. You can likely fix it yourself by installing perl with your package manager of choice:
yum install perl
or
apt-get install perl