Mysql-ruby install problem

Greetings Rubyists!

I'm having trouble installing mysql-ruby on a Fedora Core 2 box. I've never run into this problem before. Any ideas?

···

--

[root@localhost mysql-ruby-2.5.1]# ruby -I. ./test.rb localhost root 'root_pass'
connect.............ok
create_db...........ok
create_table........ok
insert..............ok
select.............../t/40select.rb:4: [BUG] Segmentation fault
ruby 1.8.1 (2003-12-25) [i386-linux-gnu]

Aborted

--

Any help would be greatly appreciated.

Gianni Jacklone

gianni@one6ix.com wrote:

Greetings Rubyists!

I'm having trouble installing mysql-ruby on a Fedora Core 2 box. I've never run into this problem before. Any ideas?

--

[root@localhost mysql-ruby-2.5.1]# ruby -I. ./test.rb localhost root 'root_pass'
connect.............ok
create_db...........ok
create_table........ok
insert..............ok
select.............../t/40select.rb:4: [BUG] Segmentation fault
ruby 1.8.1 (2003-12-25) [i386-linux-gnu]

Aborted

--

Any help would be greatly appreciated.

Gianni Jacklone

False Alarm. A fresh tarball seems to have done the trick. Sorry about the noise.

Gianni Jacklone