http://bugs.winehq.org/show_bug.cgi?id=28836
Bug #: 28836 Summary: err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated Product: Wine Version: 1.3.29 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dyvazar@numericable.fr Classification: Unclassified
system used : ubuntu natty i386 & wine 1.3.29 app loaded: MT5 (Metaquotes) http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe
as i get crash at load time with 1.3.30, i'm using 1.3.29 which seems to run fine but running winedbg i get:
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated
WineDbg starting on pid 0020 err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution. 0x7b85a4a3: movl %edi,0x4(%esp) Wine-dbg>
http://bugs.winehq.org/show_bug.cgi?id=28836
--- Comment #1 from Dmitry Timoshkov dmitry@baikal.ru 2011-10-21 02:36:45 CDT --- So, what does 'ntlm_auth --version' say on your system?
http://bugs.winehq.org/show_bug.cgi?id=28836
dino dyvazar@numericable.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #2 from dino dyvazar@numericable.fr 2011-10-21 03:46:37 CDT --- oem@Mubuntu:~$ ntlm_auth --version Le programme 'ntlm_auth' peut être trouvé dans les paquets suivants : * winbind * winbind4 Essayez : sudo apt-get install <paquet sélectionné>
ok, i get it: wine1.3 installation was set to not install the "recommand" package as "dependencies" as i dont need "samba" stuff. Now have installed winbind.
winedbg terminal.exe WineDbg starting on pid 0021 0x7b85a4a3: movl %edi,0x4(%esp) Wine-dbg>
Thanks for your quick answer.
http://bugs.winehq.org/show_bug.cgi?id=28836
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Resolution|FIXED |INVALID
--- Comment #3 from Dmitry Timoshkov dmitry@baikal.ru 2011-10-21 03:51:16 CDT --- Invalid then.