[Bug 1901] On an attempt to run any of Wine applications, an error appears:

Wine Bugs wine-bugs at winehq.org
Sun Jan 25 12:34:53 CST 2004


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





------- Additional Comments From winehqbugzilla at huwig.de  2004-25-01 12:34 -------
I had the same and it was indeed from an old installation:

kurt at lobo:~$ ldd `which wine.bin-pthread`
        libwine.so.1 => /usr/local/lib/libwine.so.1 (0x40025000)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
        libpthread.so.0 => /lib/libpthread.so.0 (0x4003c000)
        libc.so.6 => /lib/libc.so.6 (0x4008d000)
        libdl.so.2 => /lib/libdl.so.2 (0x401c0000)
        libm.so.6 => /lib/libm.so.6 (0x401c3000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

After a

        rm /usr/local/lib/libwine*
        ldconfig

everything worked fine.

-- 
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