wget - Knowledge Base Archives - Hivelocity Hosting https://www.hivelocity.net/kb/tag/wget/ Dedicated Servers, Private Cloud & Colocation Thu, 07 Dec 2023 15:25:48 +0000 en-US hourly 1 https://wordpress.org/?v=6.6 How to compile wget for your system https://www.hivelocity.net/kb/how-to-compile-wget-for-your-system/ https://www.hivelocity.net/kb/how-to-compile-wget-for-your-system/#respond Sat, 13 Nov 2010 14:33:40 +0000 https://kb.hivelocity.net/?p=1644 Sometimes the precompiled wget binaries refuse to work with your ssl linked libraries. The simple solution is to compile a new wget binary to be used with your ssl libraries. wget https://files.directadmin.com/services/wget-1.8.2.tar.gz tar xvzf wget-1.8.2.tar.gz cd wget-1.8.2 ./configure --prefix=/usr --with-ssl make make install If you’re using FreeBSD, you’d need to use –prefix=/usr/local instead of /usr. …

How to compile wget for your system Read More »

The post How to compile wget for your system appeared first on Hivelocity Hosting.

]]>
Sometimes the precompiled wget binaries refuse to work with your ssl linked libraries.
The simple solution is to compile a new wget binary to be used with your ssl libraries.

wget https://files.directadmin.com/services/wget-1.8.2.tar.gz

tar xvzf wget-1.8.2.tar.gz

cd wget-1.8.2

./configure --prefix=/usr --with-ssl

make

make install

If you’re using FreeBSD, you’d need to use –prefix=/usr/local instead of /usr.
Obviously, if you don’t have wget to begin with, you’d need to use another tool to download the wget source code, like “fetch” or “lynx”.

The post How to compile wget for your system appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/how-to-compile-wget-for-your-system/feed/ 0