Install the Sun developer tools, and add /usr/ccs/bin to your path. Download http://curl.haxx.se/download/curl-7.16.4.tar.gz, then:
$ 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
There are 3 comments on this entry. (Reply.)