Problems in Installing Curb in ubuntu
Just install the below lib files,
sudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev
& then,
sudo gem install curb
It works!
-- source - http://axonflux.com/curb-install-problems-on-ubunt
sudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev
& then,
sudo gem install curb
It works!
-- source - http://axonflux.com/curb-install-problems-on-ubunt
Comments
Thanks
Arun.S