1.3.27 DB Problems

Hello *,

I’ve got problems to get RT 1.2.37 to work. My system is a red hat
7.0 running mysql 3.23.24-beta. Perl is version 5.6, all modules
installed, perl bin/testdeps.pl results no errors. The Makefile is
(IMHO) correctly set up. The following error pop up after make
install:

<----------------------- begin cut ---------------------->
mkdir -p /usr/local/rt2/bin
mkdir -p /usr/local/rt2/WebRT/data
mkdir -p /usr/local/rt2/etc
mkdir -p /usr/local/rt2/lib
mkdir -p /usr/local/rt2/WebRT/html

We don’t need to do this anymore. all we want to copy is config.pm

That gets done elsewhere

#cp -rp ./etc/* /usr/local/rt2/etc
/usr/bin/perl tools/initdb ‘mysql’ ‘/usr’ ‘localhost’ ‘root’ ‘rt2’
‘rt_user’
Enter the mysql password for root:

Database creation parameters:

DB_TYPE = mysql
DB_HOME = /usr
DB_HOST = localhost
DB_DBA = root
DB_DBA_PASSWORD =
DB_DATABASE = rt2

About to drop mysql database rt2.
WARNING: This will erase all data in rt2.
If you have an existing RT 2.x installation, this will destory all
your data.
Proceed [y/N]:y

Dropping mysql database rt2.
Use of uninitialized value in warn at tools/initdb line 52,
line 2.
Warning: something’s wrong at tools/initdb line 52, line 2.

Creating mysql database rt2.
Use of uninitialized value in die at tools/initdb line 56,
line 2.
Died at tools/initdb line 56, line 2.
make: *** [database] Fehler 2
<------------------------ end cut ----------------------->

Can anybody help me?

… may the Tux be with you! =Thomas=
Thomas Bendler \:// ml@bendler-net.de
Billwiese 22 (o -) http://www.bendler-net.de/
21033 Hamburg —ooO-(_)-Ooo— tel.: 0 177 - 277 37 61
Germany Linux, enjoy the ride …!

My first guess is that you’ve got the wrong mysql administrator password.
-jOn Mon, Dec 18, 2000 at 08:48:07PM +0100, Thomas Bendler wrote:

Hello *,

I’ve got problems to get RT 1.2.37 to work. My system is a red hat
7.0 running mysql 3.23.24-beta. Perl is version 5.6, all modules
installed, perl bin/testdeps.pl results no errors. The Makefile is
(IMHO) correctly set up. The following error pop up after make
install:

<----------------------- begin cut ---------------------->
mkdir -p /usr/local/rt2/bin
mkdir -p /usr/local/rt2/WebRT/data
mkdir -p /usr/local/rt2/etc
mkdir -p /usr/local/rt2/lib
mkdir -p /usr/local/rt2/WebRT/html

We don’t need to do this anymore. all we want to copy is config.pm

That gets done elsewhere

#cp -rp ./etc/* /usr/local/rt2/etc
/usr/bin/perl tools/initdb ‘mysql’ ‘/usr’ ‘localhost’ ‘root’ ‘rt2’
‘rt_user’
Enter the mysql password for root:

Database creation parameters:

DB_TYPE = mysql
DB_HOME = /usr
DB_HOST = localhost
DB_DBA = root
DB_DBA_PASSWORD =
DB_DATABASE = rt2

About to drop mysql database rt2.
WARNING: This will erase all data in rt2.
If you have an existing RT 2.x installation, this will destory all
your data.
Proceed [y/N]:y

Dropping mysql database rt2.
Use of uninitialized value in warn at tools/initdb line 52,
line 2.
Warning: something’s wrong at tools/initdb line 52, line 2.

Creating mysql database rt2.
Use of uninitialized value in die at tools/initdb line 56,
line 2.
Died at tools/initdb line 56, line 2.
make: *** [database] Fehler 2
<------------------------ end cut ----------------------->

Can anybody help me?

… may the Tux be with you! =Thomas=

Thomas Bendler \:// ml@bendler-net.de
Billwiese 22 (o -) http://www.bendler-net.de/
21033 Hamburg —ooO-(_)-Ooo— tel.: 0 177 - 277 37 61
Germany Linux, enjoy the ride …!


Rt-devel mailing list
Rt-devel@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-devel

jesse reed vincent – root@eruditorum.orgjesse@fsck.com
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

Emacs is a pretty good operating system, but Unix has a better editor.

Moin,

On Mon, 18 Dez 2000, Jesse sent incredible lines:

My first guess is that you’ve got the wrong mysql administrator password.
[…]

[…]

Dropping mysql database rt2.
Use of uninitialized value in warn at tools/initdb line 52,
line 2.
Warning: something’s wrong at tools/initdb line 52, line 2.

Creating mysql database rt2.
Use of uninitialized value in die at tools/initdb line 56,
line 2.
Died at tools/initdb line 56, line 2.
make: *** [database] Fehler 2
[…]

first I thought of a simialar problem but I’ve tried again, the
password is correct. I’ve now watched the mysqld.log file to see
what happend. The problem is, there is no connect to the mysql
server. But all modules for perl are installed correctly. If I try
mysql -u root -p -h localhost mysql everything works fine. So any
other tip what could going wrong?

… may the Tux be with you! =Thomas=
Thomas Bendler \:// ml@bendler-net.de
Billwiese 22 (o -) http://www.bendler-net.de/
21033 Hamburg —ooO-(_)-Ooo— tel.: 0 177 - 277 37 61
Germany Linux, enjoy the ride …!