How to install CURL?

Posted on the September 19th, 2008 under Server Admin Tips by Stephen

Instructions to install CURL:

cd /usr/local/src
wget http://curl.haxx.se/download/curl-7.19.0.tar.gz
tar zxf curl-7.19.0.tar.gz
cd curl-7.19.0
./configure --prefix=/usr/local --with-ssl=/usr/include/openssl
make
make install

 
CURL should now be installed.


Share this page:
  • Facebook
  • Twitter
  • StumbleUpon
  • Slashdot
  • Digg
  • del.icio.us
  • Google Bookmarks
  • Live
  • MySpace
  • Technorati
  • LinkedIn
  • Reddit
Related Posts:
  1. How to install ImageMagick?
  2. How to install Ghostscript?
  3. How to install Google Chrome in Ubuntu 9.10
  4. How to Install Subversion?
  5. RPM cheat sheet

9 Responses to 'How to install CURL?'

  1. March 14, 2009 at 5:00 pm
    mike
  2. April 3, 2009 at 4:15 am
    alex
  3. April 6, 2009 at 10:22 am
    kevin
  4. September 15, 2009 at 9:15 am
    James
  5. September 15, 2009 at 9:50 am
    admin
  6. November 6, 2009 at 2:59 am
    maniaccoder
  7. November 6, 2009 at 8:47 am
    Stephen
  8. February 2, 2010 at 9:23 pm
    parth
  9. August 16, 2010 at 5:00 am
    keatonh

Leave a Comment