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

sachin

(Anonymous) 2009-10-29 09:48 am (UTC)(link)
Thanks very much.

Not able to Install CURL

(Anonymous) 2010-04-29 09:16 am (UTC)(link)
Hi,

I tried to follow the steps you provided above. I unzipped the file. Then when i type " ./configure --without-ssl" i come up with an error

checking whether to enable maintainer-specific portions of Makefiles... no
checking for sed... /usr/bin/sed
checking for ar... ar
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking curl version... 7.16.4
checking build system type... sparc-sun-solaris2.9
checking host system type... sparc-sun-solaris2.9
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

I am very new on Solaris server. Please help me to install the CURL. I need it in urgent..


Thanks in advance.
NEL

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