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
RSS feed for comments on this post. TrackBack URL
May 23rd, 2010 at 12:42 am
Thanks for the instruction. I will find a time to try this one. Keep it up. Man and Van Hounslow