Windows – (safely) get libintl3.dll

dllwgetwindowswindows 7

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.

Best Answer

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)

Related Topic