13

I am having problems running the Windows version of wget on a Windows 7 machine. When I run the command I get this error:

The program can't start because libintl3.dll is missing from your computer. Try reinstalling the program to fix this problem.

Is there a safe place I can download and register this DLL? I do not consider safe any of the Google results I see when searching for this file.

Justin
  • 895
  • 3
  • 12
  • 26

2 Answers2

10

Turns out I didn't install the setup file with dependencies from this page: http://gnuwin32.sourceforge.net/packages/wget.htm ("Complete package, except sources") Doh!

Justin
  • 895
  • 3
  • 12
  • 26
3

If you are on Windows 7, you should also take a look at WGet 2 for PowerShell.

The PowerShell version could be a lot more powerful depending on what you want to do with wget (and avoids the whole DLL install issue, making it more portable)

slayernoah
  • 1,570
  • 2
  • 12
  • 19
Jim B
  • 23,938
  • 4
  • 35
  • 58