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 | cp -f src/wget /usr/bin/
wget –help
Live Video, Web2.0, Rich Media, Custom Content
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 | cp -f src/wget /usr/bin/
wget –help