↧
Install latest wget
Find latest wget version on http://ftp.gnu.org/gnu/wget/wget/ and install it as /usr/local/bin/wget . wget ftp://ftp.gnu.org/gnu/wget/wget-1.13.4.tar.gz yum remove wget tar xfz wget-* cd wget-*...
View ArticleInstall WGET with SSL Support
To solve errors like "HTTPS support not compiled in." : wget http://ftp.gnu.org/gnu/wget/wget-1.13.tar.gz tar xvzf wget-1.13.tar.gz cd wget-1.13 ./configure --with-ssl=openssl make make install echo y...
View Article