the rake one occured after jolicloud updated, the ruby one cuz I messed up the ls -s command the errors: bash: /usr/bin/rake: /usr/bin/ruby1.8: bad interpreter: No such file or directory I''m running ruby1.9.2 ruby: symbol lookup error: /usr/local/lib/ruby/1.9.1/i686-linux/enc/encdb.so: undefined symbol: rb_enc_set_base help? thanks, Andrew -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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 commandHuh?> > the errors: > > bash: /usr/bin/rake: /usr/bin/ruby1.8: bad interpreter: No such file or > directory > > I''m running ruby1.9.2Looks 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_baseAre you running Ruby 1.9.2 or 1.9.1? Sure looks like 1.9.1...> > > help? > > thanks, > AndrewBest, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
jolicloud = linux based os just did an install of ruby1.9.2, but the error appears to point to 1.9.1 the ruby error occured after I tried to change the symbolic link to ruby to fix rake. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
one more thing the ruby error happened after I tried to ln -s ruby to another directory and failed. I''m wondering how I reset a symbolic link? -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
apparently the rake that comes with 1.9.2 is buggy, so had to downgrade to 1.9.1 and then delete the rake gemspecs in specifications then re-install rake. appears to be working fine now. - A -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.