Cannot initialize-database using rt-3.4.4 on FC4

Hello,
I’m trying to install rt-3.4.4 on a Fedora Core 4 fresh install, all
dependencies that where missing have been installed using “make fixdeps”.
Now when I try to initialize the database by running: “make
initialize-database” ,i get the following error:
/usr/bin/perl //usr/local/rt3/sbin/rt-setup-database --action init --dba
root --prompt-for-dba-password
next at /usr/lib/perl5/site_perl/5.8.6/Locale/Maketext/Lexicon.pm line 427.
make: *** [initialize-database] Error 2
Have anyone had this error before, any solution?
Thanks,
Rui

It’s not full error.On 11/3/05, Rui Guerreiro rguerreiro@gmail.com wrote:

Hello,

I’m trying to install rt-3.4.4 on a Fedora Core 4 fresh install, all
dependencies that where missing have been installed using “make fixdeps”.
Now when I try to initialize the database by running: “make
initialize-database” ,i get the following error:

/usr/bin/perl //usr/local/rt3/sbin/rt-setup-database
–action init --dba root --prompt-for-dba-password
next at
/usr/lib/perl5/site_perl/5.8.6/Locale/Maketext/Lexicon.pm
line 427.
make: *** [initialize-database] Error 2

Have anyone had this error before, any solution?

Thanks,
Rui


The rt-users Archives

Be sure to check out the RT Wiki at http://wiki.bestpractical.com

Buy your copy of our new book, RT Essentials, today!

Download a free sample chapter from
http://rtbook.bestpractical.com

Best regards, Ruslan.

Hi, i don’t understand what you mean by: it’s not full error.
After some light debuging i discovered that the error ocuros when the
“rt-setup-database” script (that is called by the “make initialize-database”
calls “RT::LoadConfig()” to load the configuration of RT. I already tried to
pass the dba-password through command line using:
/usr/bin/perl /usr/sbin/rt-setup-database --action init --dba user
–dbapassword userpass
but it still doesn’t work. Is there any ohter way to load the configuration,
or any other way to initialize the database, even if it is manually?
Thanks,
RuiOn 11/3/05, Ruslan Zakirov ruslan.zakirov@gmail.com wrote:

It’s not full error.

On 11/3/05, Rui Guerreiro rguerreiro@gmail.com wrote:

Hello,

I’m trying to install rt-3.4.4 on a Fedora Core 4 fresh install, all
dependencies that where missing have been installed using “make
fixdeps”.
Now when I try to initialize the database by running: “make
initialize-database” ,i get the following error:

/usr/bin/perl //usr/local/rt3/sbin/rt-setup-database
–action init --dba root --prompt-for-dba-password
next at
/usr/lib/perl5/site_perl/5.8.6/Locale/Maketext/Lexicon.pm
line 427.
make: *** [initialize-database] Error 2

Have anyone had this error before, any solution?

Thanks,
Rui


The rt-users Archives

Be sure to check out the RT Wiki at http://wiki.bestpractical.com

Buy your copy of our new book, RT Essentials, today!

Download a free sample chapter from
http://rtbook.bestpractical.com


Best regards, Ruslan.

Hi, i don’t understand what you mean by: it’s not full error.
Message you sent doesn’t contain error and is useless because you
didn’t copy&paste full text.

After some light debuging i discovered that the error ocuros when the
“rt-setup-database” script (that is called by the “make initialize-database”
calls “RT::LoadConfig()” to load the configuration of RT. I already tried to
pass the dba-password through command line using:
/usr/bin/perl /usr/sbin/rt-setup-database --action init --dba user
–dbapassword userpass
make initialize-database ask for dba password, don’t it?

but it still doesn’t work. Is there any ohter way to load the configuration,
“doesn’t work” is useless info. We need RT version, database type and
error message.

or any other way to initialize the database, even if it is manually?

Thanks,
Rui

It’s not full error.

Hello,

I’m trying to install rt-3.4.4 on a Fedora Core 4 fresh install, all
dependencies that where missing have been installed using “make
fixdeps”.
Now when I try to initialize the database by running: “make
initialize-database” ,i get the following error:

/usr/bin/perl //usr/local/rt3/sbin/rt-setup-database
–action init --dba root --prompt-for-dba-password
next at

/usr/lib/perl5/site_perl/5.8.6/Locale/Maketext/Lexicon.pm

line 427.
make: *** [initialize-database] Error 2

Have anyone had this error before, any solution?

Thanks,
Rui


The rt-users Archives

Be sure to check out the RT Wiki at http://wiki.bestpractical.com

Buy your copy of our new book, RT Essentials, today!

Download a free sample chapter from
http://rtbook.bestpractical.com


Best regards, Ruslan.

Best regards, Ruslan.

Hi, the RT version is 3.4.4, the database is MySql 4.1.11, and the only
output i get when i run “make initialize-database” is:
/usr/bin/perl //usr/local/rt3/sbin/rt-setup-database --action init --dba
root --prompt-for-dba-password
next at /usr/lib/perl5/site_perl/5.8.6/Locale/Maketext/Lexicon.pm line 427.
Check point1 make: *** [initialize-database] Error 2

and i don’t even get asked for a password. I think this happens during the
configuration loading by the script even before the connection is attempted
to the database.
Thanks,
RuiOn 11/4/05, Ruslan Zakirov ruslan.zakirov@gmail.com wrote:

On 11/4/05, Rui Guerreiro rguerreiro@gmail.com wrote:

Hi, i don’t understand what you mean by: it’s not full error.
Message you sent doesn’t contain error and is useless because you
didn’t copy&paste full text.

After some light debuging i discovered that the error ocuros when the
“rt-setup-database” script (that is called by the “make
initialize-database”
calls “RT::LoadConfig()” to load the configuration of RT. I already
tried to
pass the dba-password through command line using:
/usr/bin/perl /usr/sbin/rt-setup-database --action init --dba user
–dbapassword userpass
make initialize-database ask for dba password, don’t it?

but it still doesn’t work. Is there any ohter way to load the
configuration,
“doesn’t work” is useless info. We need RT version, database type and
error message.

or any other way to initialize the database, even if it is manually?

Thanks,
Rui

On 11/3/05, Ruslan Zakirov ruslan.zakirov@gmail.com wrote:

It’s not full error.

On 11/3/05, Rui Guerreiro <rguerreiro@gmail.com > wrote:

Hello,

I’m trying to install rt-3.4.4 on a Fedora Core 4 fresh install, all
dependencies that where missing have been installed using “make
fixdeps”.
Now when I try to initialize the database by running: “make
initialize-database” ,i get the following error:

/usr/bin/perl //usr/local/rt3/sbin/rt-setup-database
–action init --dba root --prompt-for-dba-password
next at

/usr/lib/perl5/site_perl/5.8.6/Locale/Maketext/Lexicon.pm

line 427.
make: *** [initialize-database] Error 2

Have anyone had this error before, any solution?

Thanks,
Rui


The rt-users Archives

Be sure to check out the RT Wiki at http://wiki.bestpractical.com

Buy your copy of our new book, RT Essentials, today!

Download a free sample chapter from
http://rtbook.bestpractical.com


Best regards, Ruslan.


Best regards, Ruslan.