Here's another thought: Have you tried running
/opt/cxoffice/cxdiag to make sure all the parts needed by
CrossOver
have been installed?
um am running the bin ver so is ~/cxoffice/bin/cxdiag
I get:
[MissingLibCapi20]
"Level"="Suggest"
"Title"="Missing 32bit libcapi20.so.3 library"
"Description"="Provides support for some ISDN cards. Very few
applications need this."
[MissingLibTiff]
"Level"="Suggest"
"Title"="Missing 32bit libtiff.so.4 library"
"Description"="This is needed by some applications that need to
manipulate TIFF images in their user interface."
could this be it? and how do i fix it?
I messed up the line. It should have been /opt/cxoffice/bin/cxdiag. Regardless, you did run what was appropriate for your installation. I don't think that either one of those would be causing the problem. How you would fix it depends on your version of Linux (which you have not mentioned). For Fedora x86_64, I usually use: "yum provides */libtiff.so.4" and modify it to search for whatever library is needed. You would have to use whatever commands are appropriate for your system.
In the case of /libtiff.so.4, it returns with a not found. However, if I change it to "yum provides /libtiff.so." it returns:
Loaded plugins: langpacks, presto, refresh-packagekit
libtiff-3.9.5-1.fc16.i686 : Library of functions for manipulating TIFF format
: image files
Repo : fedora
Matched from:
Filename : /usr/lib/libtiff.so.3
Filename : /usr/lib/libtiff.so.3.9.5
libtiff-3.9.5-1.fc16.x86_64 : Library of functions for manipulating TIFF format
: image files
Repo : fedora
Matched from:
Filename : /usr/lib64/libtiff.so.3
Filename : /usr/lib64/libtiff.so.3.9.5
libtiff-3.9.5-3.fc16.i686 : Library of functions for manipulating TIFF format
: image files
Repo : updates
Matched from:
Filename : /usr/lib/libtiff.so.3
Filename : /usr/lib/libtiff.so.3.9.5
libtiff-3.9.5-3.fc16.x86_64 : Library of functions for manipulating TIFF format
: image files
Repo : updates
Matched from:
Filename : /usr/lib64/libtiff.so.3
Filename : /usr/lib64/libtiff.so.3.9.5
libtiff-3.9.5-3.fc16.i686 : Library of functions for manipulating TIFF format
: image files
Repo : @updates
Matched from:
Filename : /usr/lib/libtiff.so.3
Filename : /usr/lib/libtiff.so.3.9.5
libtiff-3.9.5-3.fc16.x86_64 : Library of functions for manipulating TIFF format
: image files
Repo : @updates
Matched from:
Filename : /usr/lib64/libtiff.so.3
Filename : /usr/lib64/libtiff.so.3.9.5
So, if I want to install tiff support, I would choose yum install libtiff-3.9.5-3.fc16.i686 and see if that satisfies what cxdiag wants.
In your case, it looks like you really don't have any glaring problems with 32 bit libraries. It was worth asking though.