Jump to content

How to install CURL on Debian ?


Eminos

Recommended Posts

Hi there,

 

I am interested in this system, and I downloaded the trial, but I cannot get it to work coz I havn't CURL installed. I tried to install it, I googled, but no go.

 

Is there an easy way to install CURL SSL and implement it into Apache ?

 

Greatful for help ..

 

/Eminos

Link to comment
Share on other sites

  • 2 weeks later...

Do you have access to shell?

 

If so, try apt-get install curl php4-curl libcurl3-dev

 

This will only work on a dedicated server with root access

 

If you have php5 installed, use php5-curl instead of php4-curl

 

After installation, restart apache with apachectl graceful

If you have apache2, use apache2ctl graceful

 

Marcus

Link to comment
Share on other sites

Hey,

 

Just recompile PHP with curl support.

 

In a nutshell

-----------------------

 

Download PHP from PHP website. Then run the ./configure line with the right options (IE right places to Apache dir, etc.) Add the '--with-curl' and then make then make test (If anything fails DO NOT GO ON) then do make install.

 

From,

Adam

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated