Vinho ausente ntlm_auth 3.0.25

20

Estou tentando executar um arquivo setup.exe no wine que funcione bem até que eu atinja este erro:

err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.

Eu usei o winetricks para baixar o .NET framework (dotnet40) e o DirectX (directx9), mas ainda assim encontro esse erro. Estou usando o Ubuntu 17.10. Alguma ideia?

mtrojak2
fonte

Respostas:

24

Eu enfrentei o mesmo problema no Ubuntu 18.10. Eu tive que desinstalar e reinstalar o pacote winbind

sudo apt-get remove winbind && sudo apt-get install winbind

e esse erro foi apagado ... (outro permanece, mas isso provavelmente é outro problema:

GnuTLS error: A TLS fatal alert has been received
Thierry
fonte