...
No Format |
---|
module load misc/curl/7.54.0 e.g: curl --cacert /etc/ssl/certs/cacert.pem https://www.centos.org curl --cacert /etc/ssl/certs/ca-bundle.crt https://www.centos.org |
Installation
No Format |
---|
curl cd /sw/misc/curl/7.54.0/src/curl-7.54.0 ./configure --prefix=/sw/misc/curl/7.54 2>&1 | tee configure754.txt ##./configure --enable-ldap --enable-ldaps --with-ca-path=/etc/pki/tls/certs --prefix=module list Currently Loaded Modulefiles: 1) gsl/2.3 4) mpi/openMPI/1.8.5-gcc4.9.0 7) misc/flex/2.6.4 10) fftw/3.2.2-gnu 13) library/mpc/1.0.2 2) misc/bison/3.0 5) pcre/10.23 8) library/mpfr/3.1.2 11) misc/openssl/1.0.2 14) NetCDF/4.4.1.1-gnu 3) library/gmp/6.0.0 6) cmake/3.8.2 9) library/hdf5/1.8.18-parallel 12) library/szip/2.1.1 15) library/zlib/1.2.11 module load gsl/2.3 module load misc/bison/3.0 module load library/gmp/6.0.0 module load mpi/openMPI/1.8.5-gcc4.9.0 module load pcre/10.23 module load cmake/3.8.2 module load misc/flex/2.6.4 module load library/mpfr/3.1.2 module load library/hdf5/1.8.18-parallel module load fftw/3.2.2-gnu module load misc/openssl/1.0.2 module load library/szip/2.1.1 module load library/mpc/1.0.2 module load NetCDF/4.4.1.1-gnu module load library/zlib/1.2.11 module load misc/libssh2/1.8.0 curl cd /sw/misc/curl/7.54.0 2>&1 | tee configureLog.txt ##/src #rm -r -f curl-7.54.0 tar -zxvf curl-7.54.0.tar.gz cd /sw/misc/curl/7.54.0/src/curl-7.54.0 ./configure --without-ca-bundleenable-debug --with-zlib=/sw/library/zlib/1.2.11/lib --without-ca-path with-ca-bundle=/etc/ssl/certs/ca-bundle.crt --prefix=/sw/misc/curl/7.54.0 2>&1 | tee configureLog.txt #rm -r -f curl-7.54.0;tar -zxvf curl-7.54.0.tar.gz;cd curl-7.54.0;./configure --with--ssl --prefix=/sw/misc/curl/7.54.0 2>&1 | tee configure754.txt;make 2>&1 | tee make740.txt;make install 2>&1 | tee make740Install.txt make 2>&1 | tee makelog.txt make install 2>&1 | tee makeInstall.txt >>>>>>>>>>> >>>>>>>>>> |
Reference