[rt-users] Is this ./configure script for installing RT with Oracle right?

Nathan, Ahalya Ahalya_Nathan at mudnebr.com
Tue Aug 30 12:39:19 EDT 2005


Hi all,
I am trying to configure RT with Oracle database but got an error
stating :

DSN component 'example' is not in 'name=value' format at
/usr/local/lib/perl5/site_perl/5.8.6/i686-linux/DBI.pm line 598.
DSN component 'muddev1' is not in 'name=value' format at
/usr/local/lib/perl5/site_perl/5.8.6/i686-linux/DBI.pm line 598
DBI connect('muddev1;port=1521','rt2',...) failed: Can't connect using
this syntax without specifying a HOST and a SID at
//usr/local/rt_dev/rt/sbin/rt-setup-database line 101

When I checked the line (i.e.101) which gave the error in
sbin/rt-setup-database file, which is :
$dbh = DBI->connect( get_system_dsn(), $args{'dba'},
$args{'dba-password'} )

I found out that the get_system_dsn() does not have any condition for
Oracle, while mySQL,Postgre and Informix has. So I was wondering if I
ran the ./configure script right. I will appreciate it if someone could
confirm this script for configuring RT with Oracle.

./configure --prefix /usr/local/rt_dev/rt --with-db-type=Oracle \ 
    --with-db-dba=system  --with-db-database=domain \
    --with-db-rt-user=rtx \
    --with-db-rt-pass=rtx \
    --with-fastcgi --with-oracle

Regards,
Ahalya Nathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20050830/3ae20068/attachment.htm>


More information about the rt-users mailing list