Run `gem environment` and check the gems directory your rubygems is using. It may use other dir than "/var/lib/gems/1.9.1" so u can try repoint that dir with symlink or somehow. It seems your install is broken for some reason.
2010/7/7 Freak <[email protected]> > > > > irb(main):001:0> $LOAD_PATH.each do |path| > > irb(main):002:1* puts path > > irb(main):003:1> end > Actually puts $LOAD_PATH would have been shorter ;-) > > > /var/lib/gems/1.9.1/gems/sqlite3-ruby-1.3.0/lib > [...] > > /usr/lib/ruby/1.9.1/i486-linux > I don't see dm-core anywhere. Install ruby again using rvm[1] and try > again. > Probably debian is tinkering again. > > [1] http://rvm.beginrescueend.com/ > > -- > You received this message because you are subscribed to the Google Groups > "DataMapper" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<datamapper%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/datamapper?hl=en. > > -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=en.
