Rt-2-1-33: RT:DatabaseDBAPassword not used?

In anticipation of RT3 I wanted to check out the current build.

All worked well until I started “make install” and received the following
error:

/usr/bin/perl //usr/local/rt3/sbin//initdb create
DBI->connect() failed: Access denied for user: ‘root@localhost’ (Using
password: NO) at //usr/local/rt3/sbin//initdb line 27
Access denied for user: ‘root@localhost’ (Using password: NO) at
//usr/local/rt3/sbin//initdb line 27.
make: *** [createdb] Fehler 255

I set the password in Makefile but despite the comment:

Set DB_DBA_PASSWORD to that user’s password (if you don’t, you’ll be

prompted

later)

It didn’t work even when left empty.

Any help is appreciated.

MfG
Andreas Banze

All worked well until I started “make install” and received
the following
error:

[…]

I set the password in Makefile but despite the comment:

Set DB_DBA_PASSWORD to that user’s password (if you don’t, you’ll be

prompted

later)

It didn’t work even when left empty.

please dump the docs in the archive - I just found out that the RT_Config.PM
in etc/ is the file to change not the Makefile.

Thanks anyway.