Advertisement
Guest User

curl-update-AsynchDNS

a guest
Jan 24th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.49 KB | None | 0 0
  1. check Curl Version : # curl -V
  2. get latest, or your actual curl Version (http://curl.haxx.se/download.html)
  3. in this example curl 7.40
  4. (be warned, some Software rely very strong on given Versions of Curl by packet manager, so this is a very good Moment for a System Bacckup !)
  5.  
  6. wget http://curl.haxx.se/download/curl-7.40.0.tar.gz
  7. tar xzf curl-7.40.0.tar.gz
  8. cd curl-7.40.0
  9. ./configure --enable-threaded-resolver --with-libmetalink --with-gssapi --enable-sspi --with-nghttp2
  10. ./make
  11. ./make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement