Popular Posts

Mar 20, 2017

Install curl in solaris 11


                        -   Upgrade or install curl in Solaris 11
                        -   The current available version is curl.7.57.0


1.    Download latest curl version from curl download site
2.    unzip the gz file
                 gzip -d curl-7.57.0.tar.gz

3.    Extract the tar file
                 tar -xvf curl-7.57.0.tar

4.    Configure and install the binary
                 cd curl-7.57.0
                 ./configure
                 make
                 make install 
                 mv /usr/bin/curl /usr/bin/_curl
                 curl -V



~Judi~
install curl in solaris 11
upgrade curl in solaris 11
curl-7.52.1.tar.gz
curl-7.53.0.tar.gz
curl-7.53.1.tar.gz
curl-7.54.0.tar.gz
curl-7.54.1.tar.gz
curl-7.55.0.tar.gz;
curl-7.55.1.tar.gz
curl-7.56.0.tar.gz
curl-7.56.1.tar.gz
curl-7.57.0.tar.gz
Compile curl in solaris;
configure curl in solaris;

make curl in solaris

No comments:

Post a Comment

Popular Posts