---------------
ugtopv in new linux NX10 install won't work
Solution
The problem is the SUSE 11 Motif library we include with NX10. This is fine
for running NX10, but other images (such as ugtopv) that include symbols from
this library have issues. To run ugtopv on Red Hat 6.x, do the following:
export LD_PRELOAD=/usr/lib64/libXm.so
$UGII_BASE_DIR/pvtrans/ugtopv
Note that for NX10 (if you do this) you will get an error, so the LD_PRELOAD
is only for external images that need libXm on Red Hat 6.x only. If you run
on Red Hat 7.x, the command will run with no issue.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$UGII_ROOT_DIR
export LD_PRELOAD=$LD_PRELOAD:$UGII_ROOT_DIR/libXm.so.4
Notes and References
Hardware/Software Configuration
Platform: AMD64
OS: suse
OS Version: sles10s2
Product: NX
Application: SYSENG
Version: V9.0.3
Function: INSTALL_ISSUES
Ref: 001-7590979