Install Problem: RT requires that MySQL be InnoDB table support be enabled

All-

I’ve have completed the rest of the install and solved all the perl
dependencies however when I go to initialize the DB I get this error:

OS: Fedora 1
Perl: 5.8.3
Mysql: 3.23.58
RT: 3.2.1

[root@mts-fs rt-3.2.1]# make initialize-database
/usr/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.
RT requires that MySQL be InnoDB table support be enabled.
Remove the ‘skip-innodb’ line from your my.cnf file, restart MySQL, and
try again.
make: *** [initialize-database] Error 255

/etc/my.cnf

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
set-variable = key_buffer=128M
set-variable = max_allowed_packet=20M
set-variable = table_cache=256
set-variable = sort_buffer=8M
set-variable = record_buffer=4M
set-variable = myisam_sort_buffer_size=64M
set-variable = thread_cache=8

set-variable = thread_stack=256k

Try number of CPU’s*2 for thread_concurrency

set-variable = thread_concurrency=8

[mysql.server]
user=mysql
basedir=/var/lib

[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

Has anyone seen this before?

Jason

| Jason Maderios |
jmaderios@bigrocksports.com |
| Unix Systems Administrator | W:
252-726-6186 X5432 |
| Big Rock Sports | C:
252-241-8774 |

All-

I’ve have completed the rest of the install and solved all the perl
dependencies however when I go to initialize the DB I get this error:

OS: Fedora 1

Perl: 5.8.3

Mysql: 3.23.58

I think mysql 4.0.x is pretty much mandatory now.
I wouldn’t be surprised if all sorts of problems arose when using
3.x-series mysql.

Is it possible to update FC1 to FC2 or FC3 (a la FreeBSD cvsup and make
world - I’m not a RH user at all, so I don’t know) ?
I think there are tutorials for FC2 and RT either in the list-archive or
in the wiki.

Rainer

I’ve have completed the rest of the install and solved all the perl
dependencies however when I go to initialize the DB I get this error:
[snip]
This has been brought up recently; see
Carbon60: Managed Cloud Services Mon, 2004-08-09 at 10:18, Rainer Duffner wrote:
I think mysql 4.0.x is pretty much mandatory now.
I wouldn’t be surprised if all sorts of problems arose when using
3.x-series mysql.
Correct; RT under MySQL < 4.0.x is unsupported. I’ve seen reports of it
working, but bugs under MySQL 3.23.x will probably be answered with
“…but does it work under 4.0.x?”

  • Alex

Networking – one letter away from not working