This is amd64 machine, updated some days ago from lenny to squeeze. I installed wine, tried it from original debian source, fron ustable and even compiling. Always the same error when running winecfg:
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libxcb-xlib.so.0: cannot open shared object file: No such file or directory
If I put libxcb-xlib.so.0 from lenny packages to /usr/lib32 i get:
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": /usr/lib32/libxcb-xlib.so.0: undefined symbol: _xcb_lock_io
I understand that libxcb-xlib.so.0 is not anymore in squeeze. I dont know why it tries to load it. I have removed .wine from home directory. I have tried to remove and install again.
This is amd64 machine, updated some days ago from lenny to squeeze. I installed wine, tried it from original debian source, fron ustable and even compiling. Always the same error when running winecfg:
Get the version of Wine compiled for Squeeze. Completely remove the
version for Lenny. They are not compatible and Wine compiled for Lenny
will not work with Squeeze and the other way round.
Yes, I have done that. Removed all wine related with --purge option. Then installed correct version from squeeze. And the same error remains. I have no idea what remains there could be from lenny installation.