Segmentation fault when trying to initialize DB

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@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@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.

Rebuild DBI and DBD::mysql

Mathew Walker wrote: