Hallo, starting a program under wine (cvs snapshot 16.5.03) I got this error message and the execution of wine is terminated: err:module:BUILTIN32_dlopen failed to load .so lib for builtin oleaut32.dll: /usr/lib/libungif.so.4: undefined symbol: XDestroyImage err:module:import_dll Loading module (file) oleaut32.dll (which is needed by C:\Programme\DynaGeo\DynaGeo.exe) failed (error -1073741702). I have looked on rpmfind to find a newer version of libungif but it seams that a recent version is installed on my system; I have not found a newer one. Anyone an idea what's going wrong. -- Gruss Marcus Marcus Roeckrath -- Vikarsbusch 8 -- D-48308 Senden -- Germany Phone : +49-2536-9944 -- Mailer/BBS/Fax : +49-2536-9943 (V34, X75) FidoNet: 2:2449/523 E-Mail : marcus.roeckrath@gmx.de WWW : http://home.foni.net/~marcusroeckrath/
Marcus Roeckrath wrote:> Hallo, > > starting a program under wine (cvs snapshot 16.5.03) I got this error message > and the execution of wine is terminated: > > err:module:BUILTIN32_dlopen failed to load .so lib for builtin oleaut32.dll: > /usr/lib/libungif.so.4: undefined symbol: XDestroyImage > err:module:import_dll Loading module (file) oleaut32.dll (which is needed by > C:\Programme\DynaGeo\DynaGeo.exe) failed (error -1073741702). >XDestroyImage is a standard part of X11R6 (and every version of X prior to that too), and is presumably in the library file /usr/X11R6/lib/libX11.so. I have no idea why you are getting that message, though.
Please post to the list, rather than send emails to me. Marcus Roeckrath wrote:> Hallo Duane, > > Duane Clark wrote on Samstag, 17. Mai 2003 18:24 about Re: > oleaut32-Error: > >>> err:module:BUILTIN32_dlopen failed to load .so lib for builtin >>> oleaut32.dll: /usr/lib/libungif.so.4: undefined symbol: >>> XDestroyImage > >> XDestroyImage is a standard part of X11R6 (and every version of X >> prior to that too), and is presumably in the library file >> /usr/X11R6/lib/libX11.so. I have no idea why you are getting that >> message, though. > > > Why does this message disappear if I switch to native mode for > oleaut32? >Presumably because the native version does not call whatever function in libungif.so.