Andrew Jones wrote in post #969085: > the rake one occured after jolicloud updated,
What did you update? > the ruby one cuz I messed > up the ls -s command Huh? > > the errors: > > bash: /usr/bin/rake: /usr/bin/ruby1.8: bad interpreter: No such file or > directory > > I'm running ruby1.9.2 Looks like Rake is pointing to the wrong Ruby. You might need to reinstall Rake; RVM might also be useful to manage different Rubies. > > > ruby: symbol lookup error: > /usr/local/lib/ruby/1.9.1/i686-linux/enc/encdb.so: undefined symbol: > rb_enc_set_base Are you running Ruby 1.9.2 or 1.9.1? Sure looks like 1.9.1... > > > help? > > thanks, > Andrew Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

