Hi Ezra,

Ezra Zygmuntowicz wrote:

> Also if your host is running linux then you 
> can tell for sure if it's the compiled driver 
> from irb:
> 
> ey00-s00059 ~ # irb
> irb(main):001:0> require 'mysql.so'
> => true

That was just what I needed to know.  Here's what happens.

When I run 'gem list' the list includes:
mysql (2.7)

BUT ...

[EMAIL PROTECTED] [~/emrec]# irb
irb(main):001:0> require 'mysql.so'
LoadError: no such file to load -- mysql.so
        from (irb):1:in `require'
        from (irb):1
irb(main):002:0>

What's it mean?

Thanks!
Bill


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to