Results 1 to 13 of 13
  1. #1
    Join Date
    Dec 2004
    Location
    India, USA
    Posts
    364

    How to install cURL ?

    Hello,

    I need to install cURL. I have full root access to server and i am using CPanel/WHM. Please tell me the easiest and step by step way to install cURL on my server.

    Thanks.

  2. #2
    Join Date
    Jun 2003
    Posts
    976
    which distribution? rh? fc? centos?

  3. #3
    Join Date
    Dec 2004
    Location
    India, USA
    Posts
    364

  4. #4
    Join Date
    Jan 2005
    Location
    Scotland, UK
    Posts
    2,681
    With cPanel you can use this in ssh

    /scripts/easyapache

    option 6

    then go to php module and select curl and curl ssl, along with the other required modules.

    I think you might even be able to compile from whm.
    Server Management - AdminGeekZ.com
    Infrastructure Management, Web Application Performance, mySQL DBA. System Automation.
    WordPress/Magento Performance, Apache to Nginx Conversion, Varnish Implimentation, DDoS Protection, Custom Nginx Modules
    Check our wordpress varnish plugin. Contact us for quote: sales@admingeekz.com

  5. #5
    Originally posted by Tapan
    Hi,

    I don't know. I just need to install cURL on Fedora Core 6 with Cpanel/WHM.

    Thanks.
    if you dont no, dont be host

    Billiam
    Microsoft Corporation:What do you want to do today?
    ----Everybody having fun?----

  6. #6
    Join Date
    Jun 2003
    Posts
    976
    according to http://fedora.redhat.com/ there is no "Fedora Core 6", latest is fc 4

    HostGeekZ: will easyapache install only the php module or also the curl standalone proggie?

  7. #7
    Join Date
    Jan 2005
    Location
    Scotland, UK
    Posts
    2,681
    Only the apache module.

    If you want standalone you can either compile from source or rpm.

    Or just use yum,

    yum install curl*

    ---

    Billiam Gates: Who are you to question him, please do not be rude.
    Server Management - AdminGeekZ.com
    Infrastructure Management, Web Application Performance, mySQL DBA. System Automation.
    WordPress/Magento Performance, Apache to Nginx Conversion, Varnish Implimentation, DDoS Protection, Custom Nginx Modules
    Check our wordpress varnish plugin. Contact us for quote: sales@admingeekz.com

  8. #8
    Join Date
    Dec 2004
    Location
    India, USA
    Posts
    364
    Hi,

    Thanks for the help. Its appericiated. Anyways i worked it out myself. I just wanted to know the safest way and i found it. The way is:

    Login to root WHM.
    Goto Software > Update Apache
    Click of the Load Last Config or something like that button.
    Select cURL.
    And click Build Apache button.

    Thats it.

    Thanks.

  9. #9
    Join Date
    Jan 2005
    Location
    Scotland, UK
    Posts
    2,681
    Yeah, WHM is just the webbased way of /scripts/easyapache
    Server Management - AdminGeekZ.com
    Infrastructure Management, Web Application Performance, mySQL DBA. System Automation.
    WordPress/Magento Performance, Apache to Nginx Conversion, Varnish Implimentation, DDoS Protection, Custom Nginx Modules
    Check our wordpress varnish plugin. Contact us for quote: sales@admingeekz.com

  10. #10
    Join Date
    Aug 2004
    Location
    cochin -kerala -india
    Posts
    23
    Hi..

    How about installing curl manually...

    ./configure --with-ssl
    make
    make test
    make install

    Thanks,
    Shibu C varughese.
    SupportPRO.com-- Support for Webhosts

  11. #11
    Join Date
    Dec 2004
    Location
    India, USA
    Posts
    364

  12. #12
    Join Date
    Jun 2003
    Posts
    976
    what problems?

  13. #13
    Join Date
    Dec 2004
    Location
    India, USA
    Posts
    364

Posting Permissions

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