Friday, February 3, 2012

typhoeus gem install error

$ sudo gem install typhoeus
ERROR:  Error installing typhoeus:
 ERROR: Failed to build gem native extension.
You need to install typhoeus dependencies:

$ sudo apt-get install curl
$ sudo apt-get install libcurl3 libcurl3-dev
$ sudo gem install typhoeus
  Successfully installed typhoeus-0.3.3
1 gem installed