jm wrote: > Anyone out there tried dbi with yarv > > dbi 0.0.23 seems to work ok ruby 1.9, however when the test.rb script > is modified as follows, by adding the required line, > > ########################################################### > $prog =<<'__EOP__' > require 'dbi' > (...) I don't think YARV supports Kernel.require yet. -Charlie