I’m getting a problem while running my project in ubuntu 11.10.
/home/kranthi/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-linux/readline.so: libreadline.so.5: cannot open shared object file: No such file or directory – /home/kranthi/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-linux/readline.so (LoadError)
this is the error.can anyone help me in solving this?
Thanks.
You seem to be missing the
readlinelib. I don’t have a linux install close by, but something likesudo apt-get install libreadlineshould solve your problem. Maybe I got the name of the package wrong, don’t hesitate to make a quick searchEDIT : what about
rvm pkg install readline?