http://bugs.winehq.org/show_bug.cgi?id=2637
Summary: glibc problems. load_builtin_dll failed to load .so lib Product: Wine Version: 20041201 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-console AssignedTo: wine-bugs@winehq.org ReportedBy: flavio.provenda@terra.com.br
Hi! Running a VB6 app I got this error and the app freeze and I must to do ctrl+c on console:
bash-2.05b$ wine TESTE_3.exe err:toolbar:ToolbarWindowProc unknown msg 2210 wp=00000001 lp=0001003c fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "BRST" to an entry in TZ_INFO fixme:ntdll:TIME_GetTZAsStr Please add appropriate entry to TZ_INFO and submit as patch to wine-patches fixme:time:GetCalendarInfoA (00000416,00000001,20000030,(nil),0,0x406ee870): quarter-stub fixme:time:GetCalendarInfoW (00000416,00000001,20000030,(nil),0,0x406ee870): quarter-stub err:listview:LISTVIEW_WindowProc unknown msg 2210 wp=00000001 lp=0002006e wine: Unhandled exception (thread 0009), starting debugger... err:module:load_builtin_dll failed to load .so lib for builtin L"dbghelp.dll": /lib/tls/libc.so.6: version `GLIBC_2.3.4' not found (required by /usr/lib/wine/dbghelp.dll.so) err:module:import_dll Loading library dbghelp.dll (which is needed by L"C:\windows\system\winedbg.exe") failed (error c000007a). err:module:LdrInitializeThunk Main exe initialization for L"C:\windows\system\winedbg.exe" failed, status c0000135
an error says that I need GLIBC_2.3.4, but the actual version is 2.3.3, as we can see here: http://www.gnu.org/software/libc/#CurrentStatus.
Thank you. Flávio