Skip to content

Instantly share code, notes, and snippets.

@fabioyamate
Created November 11, 2010 12:50
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fabioyamate/672438 to your computer and use it in GitHub Desktop.
Save fabioyamate/672438 to your computer and use it in GitHub Desktop.
installing curb on ubuntu 10.04
# installing curb gem on Ubuntu require libcurl
sudo apt-get install libcurl3-dev
Or new version, but it conflicts if some libraries.
sudo apt-get install libcurl4-dev
(some other packages libcurl4-openssl-dev libcurl4-gnutls-dev)
gem install curb
@ganeshkumar1985
Copy link

Thanks buddy for this post

@USvER
Copy link

USvER commented Mar 31, 2014

This was helpfull. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment