Error: cygintl-2.dll is missing from your computer on the command line

I used my command line on my Windows 8 PC after entering the ls command, after which I received the following error:

ls.exe-system error The program cannot start because the cygintl-2.dll file is missing on your computer. Try reinstalling the program to fix this problem.

Actually, I looked at it and watched some videos, I tried downloading the zip file cygintl-2.dll, then I extracted the dll file and copied it to the system32 folder. However, it still shows an error. I also tried reinstalling the redistributable Microsoft Visual C ++. it also failed. I have no idea where I can find help. Hope someone can help me. Many thanks!!!

+4
source share
2 answers

This is due to the lack of cygintl-2.dll& cygintl-1.dllin OpenSSH / bin.

  • try to find and download two dll libraries and then copy them to OpenSSH / bin (usually it is installed in / program files / openssh / bin or you can check the path to the environment to find the installation path)
+4
source

Source: https://habr.com/ru/post/1605663/


All Articles