View Full Version : curl-7.12.1
vandal
10-08-2004, 03:30 AM
the custom apache script does not update this.... i downloaded the new version from http://curl.haxx.se/download/curl-7.12.1.tar.gz
changed the version number by pico build in /usr/local/directadmin/customapache and rebuilt it. all seems fine.
jmstacey
10-09-2004, 12:12 AM
For reference until DA does get around to it, these commands will do the job for you. Just copy/paste :D
cd /usr/local/directadmin/customapache
wget http://curl.haxx.se/download/curl-7.12.1.tar.gz
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.
l0rdphi1
10-09-2004, 01:10 AM
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.
jmstacey
10-09-2004, 08:02 PM
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
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.