[rt-users] Installing RT on FreeBSD 4.5?

Vivek Khera khera at kcilink.com
Mon May 20 16:23:22 EDT 2002


>>>>> "CB" == Chris Boyd <cboyd at goal.apogeetelecom.com> writes:

CB> I have Apache 1.3.22
CB> mod_perl 1.26
CB> Perl 5.6.1


RT works great on FreeBSD 4.x

Be sure that you have the latest apache 1.3.  Then, make sure your
mod_perl is built and linked against perl5.6.1 (not the system perl).

Then make sure that your modules are all up to date:

perl -MCPAN -e shell

make sure your CPAN is the newest "install Bundle::CPAN" and then
"reload CPAN".

then type "r" to see the outdated modules, then "install XXX" for each
outdated module.

Also, make sure the dependency script that comes with RT reports
nothing outdated.




More information about the rt-users mailing list