installing Ruby Enterprise Edition Porblem with gem install mysql

Hi.

I’ve been reading other forums but I can’t seem to find the solution. ew are running centos 5.5 64bit with interworx 4.4. We have succesfully installed Ruby Enterprise Edition, except for the mysql gem. As per interowrx docs, we need to run gem install mysql. However, that throws a bunch of errors:

[gems]# gem install mysql
Building native extensions. This could take a while…
Successfully installed mysql-2.8.1
1 gem installed
Installing ri documentation for mysql-2.8.1…

No definition for next_result
No definition for field_name
No definition for field_table
(…and a bunch more no definition errors i’m removing for this post)
Installing RDoc documentation for mysql-2.8.1…
No definition for next_result
No definition for field_name
No definition for field_table
(…and yet a bunch more no definition errors i’m removing for this post)
[gems]#

anyone able to get around this error for a centos 64bit install?

Hmmmm. Is this one still a problem, or have updates fixed the issue here for you?