On Thu, Oct 30, 2008 at 2:52 AM, Wei, Steven (NSN - CN/Cheng Du) <steven.wei@xxxxxxx> wrote: > Hi, > > I just want to install a windows based application on RHEL5.2 followed > the steps below: > > 1.yum install wine > 2.run "wine iexplore" : > a) system ask to install the wine gecko, > b) then wine attempted to download them automatically,but > failed. > > > 3.install wine_gecko manually : > a) downloaded "wine_gecko-0.1.0.cab" from > http://downloads.sourceforge.net/wine". > =========================== > b) cp wine_gecko-0.1.0.cab ~/.wine/drive_c/ > ============================= > c) regedit: > modified "HKCU/Software/Wine/MSHTML -->GeckoUrl" to > "c:\wine_gecko-0.1.0.cab" > <<Picture (Metafile)>> > > ========================================== > d) wine iexplore http://www.google.com : > the wine gecko's installation can be finished,but after > that,there is only a blank window. > <<Picture (Metafile)>> > ------------------------------------------------ > here is the error log: > ----------------------------------------------- > libGL warning: 3D driver claims to not support visual 0x5b > libGL warning: 3D driver claims to not support visual 0x5b > fixme:ole:CoResumeClassObjects stub > err:mshtml:check_version Unexpected version "Wine Gecko 0.0.1\n", > expected "Wine Gecko 0.1.0" > fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE > err:ole:CoGetClassObject apartment not initialised > err:cabinet:FDICopy FDIIsCabinet failed. > err:mshtml:check_version Unexpected version "Wine Gecko 0.0.1\n", > expected "Wine Gecko 0.1.0" > Could not load Mozilla. HTML rendering will be disabled. > fixme:shdocvw:ClOleCommandTarget_QueryStatus (0x128444)->((null) 1 > 0x34fa9c (nil)) > fixme:shdocvw:ClOleCommandTarget_Exec (0x128444)->((null) 25 2 0x34fab0 > (nil)) > fixme:shdocvw:ClOleCommandTarget_Exec (0x128444)->((null) 26 2 0x34fab0 > (nil)) > fixme:shdocvw:ClientSite_GetContainer (0x128444)->(0x34faec) > fixme:shdocvw:ClOleCommandTarget_Exec > (0x128444)->({000214d1-0000-0000-c000-000000000046} 37 0 0x34fbf0 (nil)) > fixme:shdocvw:ClOleCommandTarget_Exec > (0x128444)->({000214d1-0000-0000-c000-000000000046} 84 0 (nil) 0x34fc18) > fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE > fixme:urlmon:ObtainUserAgentString (0, 0x34e6cb, 0x34e6c4): stub > fixme:urlmon:ObtainUserAgentString (0, 0x12ce00, 0x34e6c4): stub > err:mshtml:download_proc BindToStorage failed: 800c0005 > fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x12ca00)->(0x34e470 > 0x34e6c4 0) > fixme:shdocvw:ClOleCommandTarget_Exec (0x128444)->((null) 29 2 0x34fcb0 > (nil)) > fixme:shdocvw:DocHostUIHandler_GetDropTarget (0x128444) > fixme:shdocvw:ClientSite_GetContainer (0x128444)->(0x34fb9c) > fixme:shdocvw:InPlaceFrame_SetStatusText (0x128444)->(0x6003cd61) > fixme:shdocvw:ClOleCommandTarget_Exec (0x128444)->((null) 25 2 0x34fad0 > (nil)) > fixme:shdocvw:ClOleCommandTarget_Exec (0x128444)->((null) 26 2 0x34fad0 > (nil)) > fixme:shdocvw:ClOleCommandTarget_Exec (0x128444)->((null) 21 2 (nil) > (nil)) > fixme:shdocvw:ClOleCommandTarget_Exec (0x128444)->((null) 28 2 0x34fb28 > (nil)) > > ====================================== > > Would you please give me some advice? > > Try in a clean ~/.wine. Those methods should work fine...Could also try winetricks: $ wget kegel.com/wine/winetricks $ winetricks gecko -- -Austin