Instalando vinho em UBUNTU16.04

0

Instalando o vinho para executar o Keil no UBUNTU. está dando o seguinte erro durante a configuração.

winecfg
wine: created the configuration directory '/home/balmukund/.wine'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
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.
fixme:iphlpapi:NotifyAddrChange (Handle 0x103e368, overlapped 0x103e380): stub
fixme:storage:create_storagefile Storage share mode not implemented.
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.
fixme:iphlpapi:NotifyAddrChange (Handle 0x10fe8a0, overlapped 0x10fe8ac): stub
wine: configuration in '/home/balmukund/.wine' has been updated.

Obrigado antecipadamente.

    
por Balmukund 27.08.2016 / 15:36

1 resposta

0

Para corrigir o erro SECUR32_initNTLMSP ntlm_auth não foi encontrado ou está desatualizado você precisa instalar o winbind: Digite o seguinte como usuário root

# apt-get install winbind
    
por Angel115 27.01.2018 / 17:08