SEO Software
+ Reply to Thread
Results 1 to 3 of 3

Thread: How do I install Curl?

  1. #1

    Default How do I install Curl?

    Hi all friends,
    cURL and libcurl

    wget http://curl.haxx.se/download/curl-7.16.0.tar.gz
    tar -pxzf curl-7.16.0.tar.gz
    cd curl-7.16.0
    ./configure --with-ssl
    make
    make install
    ldconfig -v

    Then use --with-curl in PHP's configure

    For use with Perl use
    libcurl - the Perl Binding

    wget http://curl.haxx.se/libcurl/perl/WWW-Curl-2.0.tar.gz
    tar -pxzf WWW-Curl-2.0.tar.gz
    cd WWW-Curl-2.0
    perl Makefile.PL
    make
    make install


    #######
    We also had problems usign Curl to talk to a new geotrust cert, curl did not recognise the CA signing authority. Using the command line -k will not worry about the signing auth in PHP use curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, 0);

    In the end Geotrust supplied a cert

    This needed to be appended onto
    /usr/local/share/curl/curl-ca-bundle.crt

    Also refer to
    cURL - Details on Server SSL Certificates
    Thanks & regards,
    Lokananth
    Live Chat Software By miOOt


  2. Micro Niche Builder

  3. #2

    Default

    I think you are just copy and pasting from soem other forums or source better you should give links here rather than posting whole contents.

  4. #3

    Default

    Anyway i don't know you have coped this post from any forums or blog, i only want to say that i like the information you have added here and it useful for me.

    Truck Trader - Used Trucks For Sale

+ Reply to Thread

Similar Threads

  1. How do I install PHP as a CGI?
    By gilbertsavier in forum PHP Help
    Replies: 1
    Last Post: 07-25-2011, 02:47 AM
  2. How to Install WordPress
    By gilbertsavier in forum Content Management
    Replies: 6
    Last Post: 12-30-2009, 12:35 PM
  3. CURL Help Needed
    By urvisoni in forum PHP Help
    Replies: 6
    Last Post: 08-21-2009, 06:42 AM
  4. Page curl effect
    By nikon in forum Graphics
    Replies: 2
    Last Post: 02-08-2009, 11:11 AM
  5. CURL tutorial
    By nikon in forum PHP Help
    Replies: 0
    Last Post: 01-07-2009, 06:44 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts