[Wine] wine 0.9: version GLIBC_2.3.4 not defined in file libc.so.6

Dan Kegel daniel.r.kegel at gmail.com
Sat Oct 29 10:02:31 CDT 2005


On 10/29/05, Alexander Fieroch <fieroch at web.de> 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 at GLIBC_2.0
  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 at GLIBC_2.0

(That's on an fc3 system.  And no, I have no idea why
regexec@@GLIBC_2.3.4 occurs
twice!)



More information about the wine-users mailing list