[rt-users] Compiling RT

Damien Hull dhull at section9.us
Fri Jul 29 15:32:00 EDT 2011


I'm trying to compile RT but I'm running into trouble. I'm running Ubuntu
10.04 LTS. Here's how I'm configuring RT 4.0.1.

#!/bin/bash
#
#

# configure
env PERL=/usr/local/perl/bin/perl ./configure \
--enable-graphviz --enable-gd \
--disable-gpg \
--with-web-user=www-data --with-web-group=www-data \
--with-db-type=mysql \
--with-db-dba=root \
--with-db-database=rt \
--with-db-rt-user=rt \
--with-db-rt-pass=password

Everything is fine until I try to fix dependencies. Some of the perl modules
don't get installed. I'm also wondering if the options I've selected are
correct.

Can someone point me in the right direction? Thanks...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110729/a0a97c94/attachment.htm>


More information about the rt-users mailing list