I got a "Name or service not known" error from wget 1.10 running on Linux. When I installed an earlier version of wget, it worked just fine. It also works just fine on version 1.10 running on Windows. Any ideas?
 
Here's the output on Linux:
 
wget --version
GNU Wget 1.9-beta1
 
wget http://www.calottery.com/Games/MegaMillions/
--17:29:59--  http://www.calottery.com/Games/MegaMillions/
           => `index.html.8'
Resolving www.calottery.com... 64.164.108.164, 64.164.108.202
Connecting to www.calottery.com[64.164.108.164]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 45,166 [text/html]
 
100%[======================================================================================>] 45,166       166.21K/s
 
17:30:01 (166.17 KB/s) - `index.html.8' saved [45166/45166]
 
<snip output from make install of 1.10 here>
 
wget --version
GNU Wget 1.10
 
wget http://www.calottery.com/Games/MegaMillions/
--17:30:17--  http://www.calottery.com/Games/MegaMillions/
           => `index.html.9'
Resolving www.calottery.com... failed: Name or service not known.

Reply via email to