About Me

My photo
जिंदगी की परीक्षा में कोई नम्बर नहीं मिलते है लोग आपको दिल से याद करे तो समझ लेना आप पास हो गए....

Saturday 20 October 2012

readline error for ruby

Following is the error:
`require': cannot load such file -- readline (LoadError)

Solution:


sudo apt-get install libreadline-dev libncurses-dev libreadline5 libreadline5-dpg
cd <ruby source directory>/ext/readline
ruby extconf.rb
make
sudo make install
rvm pkg install readline

No comments:

Post a Comment