[Bug 4570] dbghelp.dll.so: symbol regexec not defined in libc.so.6

Wine Bugs wine-bugs at winehq.org
Tue Feb 14 07:29:31 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=4570





------- Additional Comments From hans at it.vu.nl  2006-14-02 07:29 -------
I think dbghelp.dll has nothing to do with the problem. It is needed    
*after* the application crashes because of missing MDAC. The missing symbol    
'regexec' tells me though that your Wine package may not exactly match 
the distro you are running. 
   
I can get this app to install and run with the following procedure:   
   
$ rm -rf ~/.wine   
$ wine notepad                                   (to create a new prefix)   
$ cat >> ~/.wine/system.reg                      (fake an IE install)  
[Software\\Microsoft\\Internet Explorer]  
"Version"="6.0.2900.2180"  
^D                                               (press CTRL-D here)  
$ WINEDLLOVERRIDES=advpack=n wine MDAC_TYP.EXE   (will fail the first time)  
$ WINEDLLOVERRIDES=advpack=n wine MDAC_TYP.EXE   (succeeds the second time)  
$ wine EN034_EasyTax2005AGKL_1.exe 
 

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list