[Wine] Re: Ubuntu 10.10 AMD64 and building wine

A Nonny Moose wineforum-user at winehq.org
Tue Nov 9 15:27:33 CST 2010


[quote="saggson"]
Does configure complain about missing dbus / hal libraries when run on AMD64? If yes, then that is likely the cause of wine not detecting cds.
This is probably a problem inherited from Debian Testing (which Ubuntu is derived from).

First check that the ia32-libs package is installed. Then see the instructions for [url=http://wiki.winehq.org/WineOn64bit#head-93436d14184659d41627a96f13ff1065f69704a0]Building Wine on 64-bit Debian Testing[/url] in addition to those for [url=http://wiki.winehq.org/WineOn64bit#head-f6a7d1b561fe7ce26bb3a061d96d16380d90d618]Ubuntu Lucid Lynx[/url].
Right there is a step to make some symlinks for libdbus-1.so. 
Adapted to Ubuntu 10.04 this should look like:
[code]#as root:
cd /usr/lib32

ln -s /lib32/libdbus-1.so.3.4.0 libdbus-1.so
ldconfig[/code][/quote]

That library doesn't exist.  I have had to switch to 10.10 AMD64 due to graphics problems, and here is whats in the library

[code]
root at john-GA-MA78LM-S2H:/usr/lib32# ls libdbus*
libdbus-glib-1.so  libdbus-glib-1.so.2  libdbus-glib-1.so.2.1.0
[/code]

Running winecfg from a terminal produces no comments of any kind.  The sound panel was complaining it couldn't find a mixer, so I configured the ALSA mixer onto my system.  Problem went away.  I am actually running OSS sound, and it tests OK.







More information about the wine-users mailing list