On 10/29/05, Alexander Fieroch <fieroch@xxxxxx> wrote: > deb http://wine.sourceforge.net/apt/ binary/ > to my debian /etc/apt/sources.list and downloaded the packages wine and > libwine. The previous version from july I've downloaded was working. Could you try building from source, just to see if it's a packaging problem? > > Since it was complaining about regexec, look for that specifically, e.g. > > > > dank:~$ nm /lib/libc.so.6 | grep regexec > > ... 000acd10 T regexec@@GLIBC_2.3.4 ... > > Hm, that doesn't look good: > $ nm /lib/libc.so.6 > nm: /lib/libc.so.6: no symbols Guess I used the wrong tool. Try this: $ readelf -sd /lib/libc.so.6 | grep regexec 61: 000acd10 153 FUNC GLOBAL DEFAULT 11 regexec@@GLIBC_2.3.4 2003: 00105f10 66 FUNC GLOBAL DEFAULT 11 regexec@xxxxxxxxx 6047: 00105f10 66 FUNC LOCAL DEFAULT 11 __compat_regexec 6301: 000acd10 153 FUNC LOCAL DEFAULT 11 __regexec 7424: 000acd10 153 FUNC GLOBAL DEFAULT 11 regexec@@GLIBC_2.3.4 9366: 00105f10 66 FUNC GLOBAL DEFAULT 11 regexec@xxxxxxxxx (That's on an fc3 system. And no, I have no idea why regexec@@GLIBC_2.3.4 occurs twice!) _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users