Saubazi
October 10th, 2006, 03:21 PM
Firstly I recommend study of this bit since it explains one thing or two about winetools.
http://ubuntuforums.org/showthread.php?t=149585
first get the 0.9.5 version of wine:
wget http://kent.dl.sourceforge.net/sourceforge/wine/wine_0.9.5-winehq-1_i386.deb
force installation:
sudo dpkg --force-architecture -i wine_0.9.5-winehq-1_i386.deb
Somehow I did not manage with a later version.
Now comes a difficult part and I think there is a more elegant way of doing this...
Firstly one needs the winetools:
wget http://ds80-237-203-29.dedicated.hosteurope.de/wt/winetools-0.9jo-III.tar.gz
unpack and install:
tar -xf winetools*
cd winetools*
sudo ./install
wt and you'll get your messages from missing libraries.
I use chrooted environment parallel to my 64bit so getting the 32bit libraries works by copying them from /chroot/usr/lib to /usr/lib32
I am sure someone can now give a hint (maybe force install libgtk1.2 i386 package?), since I copied following libraries
sudo cp /chroot/usr/lib/libgtk-1.2.so.0* /usr/lib32/
sudo cp /chroot/usr/lib/libgdk-1.2.so.0* /usr/lib32/
sudo cp /chroot/usr/lib/libgmodule-1.2.so.0* /usr/lib32/
sudo cp /chroot/usr/lib/libglib-1.2.so.0* /usr/lib32/
sudo cp /chroot/usr/lib/libXxf86dga.so.1* /usr/lib32/
Again there must be an easier way to get these 32bit libs under /usr/lib32 without messing with chroot'd environment - I am just no guru and quite new to this.
After this winetools should start with wt and you should get on configuring. I had a problem installing Microsoft Foundation Classes under the Base setup it just would not start downloading the dll files it wanted to have. I closed the download window from the "x" twice and then manually fetched the two dlls from http://www.dlldump.com/dllfiles/M/
mfc40.dll and mfc42.dll and copied them under ~/.wine/dosfiles/c:/windows/system32 (or whatever)
I am now out to test whether it actually works :)
explorer worked at least...
http://ubuntuforums.org/showthread.php?t=149585
first get the 0.9.5 version of wine:
wget http://kent.dl.sourceforge.net/sourceforge/wine/wine_0.9.5-winehq-1_i386.deb
force installation:
sudo dpkg --force-architecture -i wine_0.9.5-winehq-1_i386.deb
Somehow I did not manage with a later version.
Now comes a difficult part and I think there is a more elegant way of doing this...
Firstly one needs the winetools:
wget http://ds80-237-203-29.dedicated.hosteurope.de/wt/winetools-0.9jo-III.tar.gz
unpack and install:
tar -xf winetools*
cd winetools*
sudo ./install
wt and you'll get your messages from missing libraries.
I use chrooted environment parallel to my 64bit so getting the 32bit libraries works by copying them from /chroot/usr/lib to /usr/lib32
I am sure someone can now give a hint (maybe force install libgtk1.2 i386 package?), since I copied following libraries
sudo cp /chroot/usr/lib/libgtk-1.2.so.0* /usr/lib32/
sudo cp /chroot/usr/lib/libgdk-1.2.so.0* /usr/lib32/
sudo cp /chroot/usr/lib/libgmodule-1.2.so.0* /usr/lib32/
sudo cp /chroot/usr/lib/libglib-1.2.so.0* /usr/lib32/
sudo cp /chroot/usr/lib/libXxf86dga.so.1* /usr/lib32/
Again there must be an easier way to get these 32bit libs under /usr/lib32 without messing with chroot'd environment - I am just no guru and quite new to this.
After this winetools should start with wt and you should get on configuring. I had a problem installing Microsoft Foundation Classes under the Base setup it just would not start downloading the dll files it wanted to have. I closed the download window from the "x" twice and then manually fetched the two dlls from http://www.dlldump.com/dllfiles/M/
mfc40.dll and mfc42.dll and copied them under ~/.wine/dosfiles/c:/windows/system32 (or whatever)
I am now out to test whether it actually works :)
explorer worked at least...