[rt-users] segmentation fault when trying to initialize DB
Ruslan U. Zakirov
Ruslan.Zakirov at acronis.com
Wed Nov 24 10:11:12 EST 2004
Rebuild DBI and DBD::mysql
Mathew Walker wrote:
> 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.
>
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Be sure to check out the RT wiki at http://wiki.bestpractical.com
More information about the rt-users
mailing list