Install Curl on solaris

what’s curl? read here :  http://curl.haxx.se

this’s how to install curl on solaris :


# wget -c http://curl.haxx.se/download/curl-7.16.4.tar.gz
# gunzip curl-7.16.4.tar.gz
# tar -xvf curl-7.16.4.tar
# cd curl-7.16.4
# ./configure –without-ssl
# make
# su
# PATH=$PATH:/usr/ccs/bin
# export PATH
# make install

and you’re done, try # curl –help to test it’s working or not


Incoming search terms:

1 Comment »

  1. avatar comment-top

    Thanks for the instruction. I will find a time to try this one. Keep it up.  

    comment-bottom

RSS feed for comments on this post. TrackBack URL

Leave a comment