bash-3.2$ ./cxdiag --debug
dlopen(libICE.6.dylib, 5): image not found
[MissingLibICE]
"Level"="Require"
"Title"="Missing 32bit libICE.6.dylib library"
"Description"="Without this library neither CrossOver nor Windows applications will work."
dlopen(libSM.6.dylib, 5): image not found
[MissingLibSM]
"Level"="Require"
"Title"="Missing 32bit libSM.6.dylib library"
"Description"="Without this library neither CrossOver nor Windows applications will work."
dlopen(libXext.6.dylib, 5): image not found
[MissingLibXext]
"Level"="Require"
"Title"="Missing 32bit libXext.6.dylib library"
"Description"="Without this library neither CrossOver nor Windows applications will work."
found libcups.2.dylib
dlopen(libfontconfig.1.dylib, 5): image not found
[MissingLibFontconfig]
"Level"="Recommend"
"Title"="Missing 32bit libfontconfig.1.dylib library"
"Description"="Makes it possible to find and use the system's TrueType fonts. This is strongly recommended for office-type applications."
dlopen(libGLU.1.dylib, 5): image not found
[MissingLibGlu]
"Level"="Recommend"
"Title"="Missing 32bit libGLU.1.dylib library"
"Description"="This may be needed by some games or CAD applications."
dlopen(libcxjpeg.dylib, 5): image not found
[MissingLibJpeg]
"Level"="Recommend"
"Title"="Missing 32bit libcxjpeg.dylib library"
"Description"="This is needed by some applications that use JPEG images in their user interface. The lack of this library may result in black icons."
dlopen(libcxpng.dylib, 5): image not found
[MissingLibPng]
"Level"="Recommend"
"Title"="Missing 32bit libcxpng.dylib library"
"Description"="This is needed by some applications that use PNG images in their user interface. The lack of this library may result in black icons."
found libresolv.9.dylib
dlopen(libXcomposite.1.dylib, 5): image not found
[MissingLibXcomposite]
"Level"="Recommend"
"Title"="Missing 32bit libXcomposite.1.dylib library"
"Description"="This is needed for most CAD-like applications and some games."
dlopen(libXcursor.1.dylib, 5): image not found
[MissingLibXcursor]
"Level"="Suggest"
"Title"="Missing 32bit libXcursor.1.dylib library"
"Description"="Lets Windows applications use color mouse pointers. This is mostly useful for some games."
dlopen(libXi.6.dylib, 5): image not found
[MissingLibXi]
"Level"="Recommend"
"Title"="Missing 32bit libXi.6.dylib library"
"Description"="This library provides support for joysticks and tablets. If you don't have such a device you don't need it."
dlopen(libXinerama.1.dylib, 5): image not found
[MissingLibXinerama]
"Level"="Recommend"
"Title"="Missing 32bit libXinerama.1.dylib library"
"Description"="This is needed if your display spans multiple screens. If your computer has a single screen then you don't need it."
found libxml2.2.dylib
dlopen(libXrandr.2.dylib, 5): image not found
[MissingLibXrandr]
"Level"="Recommend"
"Title"="Missing 32bit libXrandr.2.dylib library"
"Description"="This is needed to let games adjust the display resolution as needed. It is strongly recommended to install it if you plan to use games."
dlopen(libXrender.1.dylib, 5): image not found
[MissingLibXrender]
"Level"="Recommend"
"Title"="Missing 32bit libXrender.1.dylib library"
"Description"="Windows applications can work without this library, but its absence is likely to cause display artifacts."
found libxslt.1.dylib
dlopen(libXxf86vm.1.dylib, 5): image not found
[MissingLibXxf86vm]
"Level"="Recommend"
"Title"="Missing 32bit libXxf86vm.1.dylib library"
"Description"="This is needed to let games perform some gamma adjustments (essentially to adjust the brightness)."
found libz.1.dylib
found libcrypto.0.9.7.dylib
found libssl.0.9.7.dylib
egrep 'hosts:.*mdns4' /etc/nsswitch.conf >/dev/null 2>&1 returned 512
getrlimit(RLIMIT_AS) returned 0, max=-1
dlopen(libX11.6.dylib, 5): image not found
[MissingLibX11]
"Level"="Require"
"Title"="Missing 32bit libX11.6.dylib library"
"Description"="Without this library neither CrossOver nor Windows applications will work."
dlopen(libX11.6.dylib, 5): image not found
[MissingLibX11]
"Level"="Require"
"Title"="Missing 32bit libX11.6.dylib library"
"Description"="Without this library neither CrossOver nor Windows applications will work."
...hmmmm...the libraries might be there, but, they're either not being found
in LDPATH -or- they're not being interpreted as 32bit builds....{sigh}...
...MacOS doesn't use ldpath I don't think, so something else is awry with this...