Vino perdido ntlm_auth 3.0.25

22

Estoy intentando ejecutar un archivo setup.exe en wine que funciona bien hasta que llegue este error:

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.

He usado winetricks para descargar .NET framework (dotnet40) y DirectX (directx9), pero aún me encuentro con este error. Estoy usando Ubuntu 17.10. ¿Algunas ideas?

mtrojak2
fuente

Respuestas:

26

Me enfrenté al mismo problema en Ubuntu 18.10. Tuve que desinstalar y reinstalar el paquete winbind

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

y este error se fue ... (queda otro, pero ese es probablemente otro problema:

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