I need help to run application (MMANA-GAL) on latest wine on amd64 system. the error: Code: #wine MMANA_GAL.exe err:module:load_builtin_dll failed to load .so lib for builtin L"OPENGL32.DLL": libGL.so.1: cannot open shared object file: No such file or directory err:module:import_dll Loading library OPENGL32.DLL (which is needed by L"Z:\\opt\\MMANA\\MMANA_GAL.exe") failed (error c000007a). err:module:LdrInitializeThunk Main exe initialization for L"Z:\\opt\\MMANA\\MMANA_GAL.exe" failed, status c0000135 the file libGL.so.1 exists in /usr/lib, so the problem seems in library lookup path. current system: Code: #wine --version wine-1.1.43 #uname -a Linux host 2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 04:38:19 UTC 2010 x86_64 GNU/Linux The same application running good in the following environment: Code: $ wine --version wine-1.0.1-174-gc4039bd $ uname -a Linux host 2.6.26-2-686 #1 SMP Sat Oct 17 17:59:23 UTC 2009 i686 GNU/Linux