Date - OCT 2009
Affected Product & Version - NVBU 8.5
Affected Module & Version - N/A
OS Version - N/A
Application Information - N/A
Symptoms:
nvgui: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory
The SLES 11 distribution does not include 32 bit openmotif, which is required by nvgui and nvconfigurator. They are however included on SLES 11 SDK DVD 1. You can install openmotif-libs-32bit-2.3.1-3.13.rpm. This is a newer version than what nvgui and nvconfigurator are looking for, so you must manually create a link to the old library name in the /usr/lib directory.
ln -s libXm.so.4.0.1 libXm.so.3
Alternatively you can go to http://www.motifzone.net/ and download a rpm that was made for a previous version of SuSe linux and install that.