Home » Code

How do I install Curl?

3 March 2008 No Comment

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

Leave your response!

You must be logged in to post a comment.