On Mon, 30 Oct 2006, bijayant kumar wrote:
I am trying to install rt-3.6.1. I have a database dev-db/mysql-4.1.21. But when i am trying to run make initialize database i am getting this error

srv rt-3.6.1 # make initialize-database /usr/bin/perl //opt/rt3/sbin/rt-setup-database --action init --dba root --prompt-for-dba-password In order to create or update your RT database,Use of uninitialized value in concatenation (.) or string at //opt/rt3/sbin/rt-setup-database line 287. this script needs to connect to your mysql instance on as root.

It looks like you didn't configure the RT_SiteConfig file, because it can't find what type of database you are using, nor what host your database is on.

        What do you have these set to?
Set($DatabaseType , 'Pg');
Set($DatabaseHost   , 'localhost');
Set($DatabaseRTHost , 'localhost');




_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com

Reply via email to