Dear list, I try to get wine to work under Ubuntu Hoary but failed. The installation seems to be ok, but if I try to run wine it gives me the following error-message: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory I've installed the following over synaptic (ubuntu universe): wine, winesetuptk, wine-utils and libwine After googeling it seems to me that wine should contain the libwine.so.1 file and it should be in the /usr/lib directory. But it isn't there and it isn't in that package too. I also run winesetup which configures a folder ~/.wine/... Can anybody give me a hint? (I'm not subscribed to the list...) What do I misunderstand here? Thanks and sorry for my bad english. Thomas
Dear list, Sorry if I double-post this question but I can't find the message in the archive I've send yesterday. I try to get wine to work under Ubuntu Hoary but failed. The installation seems to be ok, but if I try to run wine it gives me the following error-message: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory I've installed the following over synaptic (ubuntu universe): wine 0.0.20050110-1.1 winesetuptk 0.7-1.1 wine-utils 0.020050310-1.1 libwine 0.0.20050310.1.1 After googeling it seems to me that wine should contain the libwine.so.1 file and it should be in the /usr/lib directory. But it isn't there and it isn't in that package too. I also run winesetup which configures a folder ~/.wine/... Can anybody give me a hint? What do I misunderstand here? Thanks and sorry for my bad english. Thomas
Le Wed, 06 Apr 2005 08:30:08 +0200, Thomas Unternaehrer a ?crit :> I try to get wine to work under Ubuntu Hoary but failed. > The installation seems to be ok, but if I try to run wine it gives me > the following error-message: > error while loading shared libraries: libwine.so.1: cannot open shared > object file: No such file or directory >Do you have /usr/lib/libwine.so.1 ? If so maybe a "ldconfig" as root would fix the issue. IF you have the file and ldconfig does not help: ldd /usr/lib/libwine.so.1 should output lines of: lib => lib if one line is : lib => not found could you tell us which ? Cheers Alban
> Do you have /usr/lib/libwine.so.1 ?No, I can't find this file.> If so maybe a "ldconfig" as root would fix the issue. > IF you have the file and ldconfig does not help: > ldd /usr/lib/libwine.so.1 should output lines of: > lib => lib > if one line is : lib => not found > could you tell us which ?Do I have to compile wine by myself? Some other posts recommend it to fix some problems. Thomas
> The Ubuntu Universe/Debian packages are broken, don't use them. We provide > our own apt repository: follow the instructions on WineHQ in order to set > it up and install Wine from there.thanks for the hint... 'everything' works just fine now. Thomas