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)Not able to Install CURL
(Anonymous) 2010-04-29 09:16 am (UTC)(link)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
But the error that you're getting is that the configure script can't find a C compiler. Did you install the develop tools? Did you add /usr/ccs/bin to your path?
Re: Not able to Install CURL
(Anonymous) 2010-04-30 02:15 am (UTC)(link)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
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.