| Message: 62157 |
 |
BY: Scott Rankin (sdwr98) DATE: 2008-11-14 22:06 SUBJECT: Cannot load dbd-mysql Hello all,
I'm trying to get up and running with DBI. I'm trying to install on a hosted Fedora Core 4 box with Ruby 1.8.4, ruby-dbi 0.4.0 and dbd-mysql 0.4.2.
For some reason, gem cannot seem to find the dbd-mysql gem. If I run gem list, I get:
dbd-mysql (0.4.2)
dbi (0.4.0)
but if I run gem which dbd-mysql, I get:
[root@h129234 dbd-mysql-0.4.2]# gem which dbd-mysql
Can't find dbd-mysql
Any ideas? I do have the mysql-2.7 gem with native extensions loaded.
| |