Entry tags:
Installing curl on Solaris 10
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
Re: Not able to Install CURL
Since it’s a while since I installed them myself, I can’t remember the procedure for installing the developer tools. Perhaps it was a separate optional install on the OpenSolaris install disk.