"kk1" <[EMAIL PROTECTED]> writes:
> $ winereal --winver nt2k notepad.exe
> FIXME:pthread_rwlock_rdlock
> FIXME:pthread_rwlock_unlock
> FIXME:pthread_rwlock_rdlock
> FIXME:pthread_rwlock_unlock
> err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll:
> /usr/X11R6/lib/libOSMesa.so.3: undefined symbol: _glapi_Context
> Could not load graphics driver 'x11drv'
>
> Is there any hope?
Yes maybe, there are problem getting libOSMesa.so.3 with right GL library, in
your case, can you try the following :
export GL_WRAPPER_XF4_GLX=/usr/X11R6/lib/libGL.so.1.2.030402
export GL_WRAPPER_XF3_GLX=$GL_WRAPPER_XF4_GLX
and run wine again, if problem persist, send me a mail.
Fran�ois.