» Knowledgebase - If its not here, Just ask.

Virtual Dedicated Servers » DirectAdmin

ID #1111

How to compile wget for your system

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 http://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".

Tags: -

Related entries:

Last update: 2008-09-12 01:45
Author: Support TEAM
Revision: 1.1

Digg it! Print this record Send to a friend Show this as PDF file
Propose a translation for Propose a translation for
Please rate this entry:

Average rating: 0 out of 5 (0 Votes )

completely useless 1 2 3 4 5 most valuable

You cannot comment on this entry