Curb gem Installation problems on Ubuntu
Install the follows libs
sudo apt-get install libcurl4-gnutls-dev libcurl4-openssl-dev
curb gem compiles natively using system libs and it requires curl headers to complile with is not installed by default.
Install the libs and run
gem install curb
It should install smoothly.. \m/
Comments
Post a Comment