Hi, The latest version of RVM is 0.1.32. It looks like when you installed ruby (via rvm) it didn't configure/setup libreadline properly. Not sure how to go about fixing that, but a place to start looking. Try in irb requiring 'readline'
-Terence On Fri, 2010-05-14 at 14:50 -0700, Petros Amiridis wrote: > Hi, > > I have installed the Heroku gem both in my system Ruby and in an RVM > Ruby (1.8.7 MRI). Heroku runs fine in my system Ruby but I get the > following error when I switch to my RVM Ruby: > > ~/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:31:in `gem_original_require': no such file to load > -- readline (LoadError) > from ~/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:31:in `require' > from ~/.rvm/gems/ruby-1.8.7-p249/gems/heroku-1.9.9/lib/heroku/ > commands/app.rb:1 > from ~/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:31:in `gem_original_require' > from ~/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:31:in `require' > from ~/.rvm/gems/ruby-1.8.7-p249/gems/heroku-1.9.9/lib/heroku/ > command.rb:5 > from ~/.rvm/gems/ruby-1.8.7-p249/gems/heroku-1.9.9/lib/heroku/ > command.rb:5:in `each' > from ~/.rvm/gems/ruby-1.8.7-p249/gems/heroku-1.9.9/lib/heroku/ > command.rb:5 > from ~/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:31:in `gem_original_require' > from ~/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:31:in `require' > from ~/.rvm/gems/ruby-1.8.7-p249/gems/heroku-1.9.9/bin/heroku:7 > from ~/.rvm/gems/ruby-1.8.7-p249/bin/heroku:19:in `load' > from ~/.rvm/gems/ruby-1.8.7-p249/bin/heroku:19 > > Here is the list of gems for RVM Ruby: > > > actionmailer (2.3.5) > actionpack (2.3.5) > activerecord (2.3.5) > activeresource (2.3.5) > activesupport (2.3.5) > authlogic (2.1.3, 2.0.11) > configuration (1.1.0) > heroku (1.9.9) > json_pure (1.4.3) > launchy (0.3.5) > mime-types (1.16) > rack (1.1.0, 1.0.1) > rails (2.3.5) > rake (0.8.7) > rdoc (2.5.8, 2.5.6) > rest-client (1.5.0, 1.4.2) > rubygems-update (1.3.7) > searchlogic (2.4.19, 2.3.9) > sqlite3-ruby (1.2.5) > > Finally RVM version is 0.1.28 > > Any ideas? > > Thanks, > Petros > -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
