Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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=/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


...