curl-7.12.1

For reference until DA does get around to it, these commands will do the job for you. Just copy/paste :D

Code:
cd /usr/local/directadmin/customapache
wget [url]http://curl.haxx.se/download/curl-7.12.1.tar.gz[/url]
perl -pi -e 's/(CURL_VER=).+/${1}7.12.1/' ./build
./build php
Be sure to type "y" when it asks if you want to rebuild curl!

And there you have it.
 
Last edited:
You forgot to change ./build php to ./build curl ;)

But I suppose ./build php would also work becuase ./build php will ask if you want to run./build curl.

Cheers! :)

Phi1.
 
I had that originally but I found out that if you don't recompile php it will still use the older version until you recompile curl and then php. So since build php does it, get it all in one swoop :p
 
Back
Top