NicToolServer Dependencies
NicTool requires Apache, mod_perl, and a few perl modules to be installed.
There are a few ways to install the dependencies. Here are three:
Install Script
bin/nt_install_deps.pl
FreeBSD/NetBSD/OpenBSD ports
cd /usr/ports/www/p5-libwww make install clean cd /usr/ports/net/p5-SOAP-Lite make install clean cd /usr/ports/net/p5-RPC-XML make install clean cd /usr/ports/databases/p5-DBI make install clean cd /usr/ports/databases/p5-DBD-mysql make install clean cd /usr/ports/databases/p5-DBIx-Simple make install clean cd /usr/ports/*/p5-Params-Validate make install clean
CPAN
perl -MCPAN -e shell install LWP install RPC::XML install SOAP::Lite install DBI install DBD::mysql install DBIx::Simple install Params::Validate install Time::TAI64