rt-test-dependencies - test rt's dependencies
rt-test-dependencies
rt-test-dependencies --install
rt-test-dependencies --with-mysql --with-fastcgi
by default, rt-test-dependencies
determines whether you have installed all the perl modules RT needs to run.
the "RT_FIX_DEPS_CMD" environment variable, if set, will be used instead of the standard CPAN shell by --install to install any required modules. it will be called with the module name, or, if "RT_FIX_DEPS_CMD" contains a "%s", will replace the "%s" with the module name before calling the program.
install missing modules
list the status of all dependencies, rather than just the missing ones.
-v is equal to --verbose
database interface for mysql
database interface for postgresql
database interface for oracle
database interface and driver for sqlite (unsupported)
libraries needed to support the fastcgi handler
libraries needed to support the modperl 1 handler
libraries needed to support the modperl 2 handler
tools needed for RT development