tobyaw: (Default)
Toby Atkin-Wright ([personal profile] tobyaw) wrote2007-08-24 05:11 pm
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

(Anonymous) 2010-04-30 02:15 am (UTC)(link)
Hi Thanks for Replying.

Yes I added /usr/ccs/bin to your path. But I am not sure whether the C Compiler is installed on my server or not. Can you please help me how to check whether C Compiler installed in my server. IF not Installed. Please help me to Install the C Compiler..

Thanks,
NEL