Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Scott Rankin
RE: Cannot load dbd-mysql [ reply ]  
2008-11-15 12:26
Hi Erik,

I'm also pretty sure that it's not an inherent problem in dbd-mysql, since I have it running on my dev machine (a Mac laptop). I was more trying to see if this is some sort of configuration issue (ruby 1.8.4, maybe?) that anybody had seen before.

When trying to do a little more digging, it looked like it was failing trying to do a require on dbd-mysql/lib/dbd/mysql (which is a directory in my installation).

By: Erik Hollensbe
RE: Cannot load dbd-mysql [ reply ]  
2008-11-15 04:40
I honestly am not sure, and I am loathe to call this a bug in DBD::MySQL bug, but rubygems instead.

Installations from rubyforge are working fine on my machines, I apologize that I cannot help you further.

By: Scott Rankin
Cannot load dbd-mysql [ reply ]  
2008-11-14 22:06
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.