Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

 

Introduction

 

Usage

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

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=/sw/misc/curl/7.54.0 2>&1 | tee configureLog.txt
##./configure --without-ca-bundle --without-ca-path   --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

 

  • No labels