frmbld: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory
Forms Builder Does not Launch on Linux RHEL5 :
When attempting to launch Forms Builder using the command frmbld.sh in $ORACLE_INSTANCE/bin/, the following error message is displayed:
$ORACLE_HOME/bin/frmbld: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory
SOLUTION :
As a workaround, create a symlink named libXm.so.3 to libXm.so.4 in ORACLE_INSTANCE/bin/xm and add it to the LD_LIBRARY_PATH. Or install OpenMotif package using the command rpm -i openmotif22-2.2.3-18.i386.rpm
REFERENCE :
https://docs.oracle.com/cd/E23943_01/relnotes.1111/e10133/forms.htm