Custom compile CURL on server

To custom compile curl on a server

wget http://www.execve.net/curl/curl-7.34.0.tar.gz

./configure –prefix=/usr/local/bin/curl-7.34

make

make install

If you want to use the custom compiled curl version to any of the domains, make a symlink from curl custom path to /home/user/

Leave a comment