| Message: 63365 |
 |
BY: Erik Hollensbe (erikh) DATE: 2008-12-23 05:53 SUBJECT: RE: Issues after gem install Yes! :)
We just had a user on the list with this problem.
At some point, you installed DBI 0.2.0. Uninstall it by removing the dbi and dbd directories from your c:/ruby/lib/ruby/site_ruby/1.8/, and dbi.rb from the same directory.
At that point, the gems you installed (which aren't being loaded right now) will be used.
This is an unfortunate side-effect of installing DBI 0.4.0 which now uses rubygems, with DBI 0.2.x and below, which couldn't use it.
-Erik | |