[rt-users] Freebsd install instructions
Alex Soares de Moura
alex at rnp.br
Tue Nov 4 10:52:10 EST 2003
On Mon, 3 Nov 2003, Mike Vidal wrote:
> A while back someone had written up instructions for installing RT on FreeBSD. Does anyone have this email?
> ________
Hello,
Here is what worked here. Basically, you can use one of the two
ways below:
-----------------------------
1) Via portupgrade tools:
portinstall rt3
-----------------------------
2) Using the traditional ports commands:
cd /usr/ports/www/rt3
make install
-----------------------------
Optional: install a more secure (SSL) apache and mysql before
installing www/rt3:
The ports are:
databases/mysql40-server (with LINUXTHREADS option enabled) and
databases/mysql40-client.
www/apache13-modssl (You can install Apache 2.x, if you like).
Don't forget to enable the perl port after installation:
use.perl port
If you get runtime problems with RT3 (error messages regarding
mason_handler.fcgi), try this:
chmod u+s /usr/local/rt3/bin/mason_handler.fcgi
Good luck,
Alex
More information about the rt-users
mailing list