[rt-users] segmentation fault when trying to initialize DB
Mathew Walker
lmw94002 at hotmail.com
Wed Nov 24 09:51:59 EST 2004
I've been walking through the manual and managed to work out all my problems
and now i'm ready to create the DB and ...
[root at localhost rt-3.2.2]# make initialize-database
/usr/local/bin/perl //opt/rt3/sbin/rt-setup-database --action init --dba
root --prompt-for-dba-password
In order to create a new database and grant RT access to that database,
this script needs to connect to your mysql instance on localhost as root.
Please specify that user's database password below. If the user has no
database
password, just press return.
Password: Now creating a database for RT.
Creating mysql database rt3.
make: *** [initialize-database] Segmentation fault
[root at localhost rt-3.2.2]# make dropdb
/usr/local/bin/perl //opt/rt3/sbin/rt-setup-database --action drop --dba
root --prompt-for-dba-password
In order to create a new database and grant RT access to that database,
this script needs to connect to your mysql instance on localhost as root.
Please specify that user's database password below. If the user has no
database
password, just press return.
Password:
About to drop mysql database rt3 on localhost.
WARNING: This will erase all data in rt3.
Proceed [y/N]:y
Dropping mysql database rt3.
make: *** [dropdb] Segmentation fault
This is a RH9 system. I did upgrade Perl to 5.8.5 and MySQL to 4.1.7.
Ideas would be greately appreciated.
More information about the rt-users
mailing list