(Comments)

I was one of several people that downloaded the crossover office and crossover games installers when they had their free download day. They installed very easily on my Fedora 9 laptop and worked pretty well. Today however, I attempted the same installers on my x86_64 Fedora 10 machine and it took some research and work to get it going.

If you try to run the installer, it will say that you do not have an x86 compatible machine and it cannot continue. However, what you can do is install enough i386 libraries to trick the installer into thinking it’s in an x86 environment. After googling through a lot of forums I found some X libraries, and then basically compensated for each error message thereafter.

Here is my (so far) comprehensive list of i386 libraries you need:

glibc-2.9-2.i686
libXau-1.0.4-1.fc10.i386
libXdmcp-1.0.2-6.fc10.i386
libxcb-1.1.91-5.fc10.i386
libX11-1.1.4-5.fc10.i386
libXext-1.0.4-1.fc9.i386
libXi-1.1.3-4.fc9.i386
libICE-1.0.4-4.fc10.i386
e2fsprogs-libs-1.41.3-2.fc10.i386
libSM-1.1.0-2.fc10.i386
libXt-1.0.5-1.fc10.i386
libXpm-3.5.7-4.fc9.i386
libXmu-1.0.4-1.fc9.i386
zlib-1.2.3-18.fc9.i386
libXfixes-4.0.3-4.fc10.i386
libXdamage-1.1.1-4.fc9.i386
libXxf86vm-1.0.2-1.fc10.i386
libdrm-2.4.0-0.21.fc10.i386
mesa-libGL-7.2-0.13.fc10.i386
mesa-libGLw-6.5.1-5.fc9.i386
glitz-0.5.6-6.fc10.i386

Also note that glibc will bark out a lot of errors that i386 conflicts with i686, but it seems to work. A lot of these were pulled as dependencies on others. You can install crossover office with out mesa/glitz libraries but it will complain that you have no OpenGL, so then most games probably won’t work, if not all until you install mesa and glitz for i386.

Enjoy!

——————–

UPDATE

I got sound to work by installing the i386 package for alsa-plugins-pulseaudio.  I also installed the nvidia lib for i386 so my nvidia card would get recognized.  Everything is working now.

Currently unrated

Comments