Windows – Where should I put libintl3.dll to make wget work

wgetwindows 7

I've downloaded wget binary for windows. I placed it in System32 folder. When I try to run the command, an error pops up:

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

I've downloaded libintl3.dll and I've also placed it in System32. The error keeps poping up. After strungling for a while I've resigned and downloaded the instaler. That didn't help too, just made mess in my program files and documents.

Best Answer

That wget version is 1.11.4, which is more than 5 years old. You can get a newer version here: https://code.google.com/p/osspack32/downloads/detail?name=wget-1.14.exe

It is statically linked, which means you don't need external libraries in order to run it.

Related Question