Oracle Forms - Forms Builder Does not Launch ?

When** I try to start a program FRMBLD (irajic @ linux-IPTV: ~ / Oracle / Middleware / ORACLE_HOME / bin> ./frmbld) in Console (Terminal) get the following message:**

./frmbld: error while loading shared libraries: libXm.so.3: can not open shared object file: No such file or directory !

How can I fix this ?


PS.

LibXm.so.3 file is located in the directory:

[File: /// home / irajic / Oracle / Middleware / ORACLE_HOME / lib / stubs] (/libXm.so.3)

I read that awhile back the shared library path has been deprecated, so you only need to add the path to your library to your system path.

If you have problems figuring it out, post back and I or someone will provide the exact command and methods to use (There are many to choose from depending on whether you want to add simply for your logged in User, system wide and if you want to make your path addition persistent across reboots).

TSU

[size=4]
[size=3]When I typed this “export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/irajic/Oracle/Middleware/Oracle_Home/lib/stubs”[/size] and then “./frmld”[/size] the answer was ***Segmentation fault ? ***
Also I tried to put path “/usr/lib” in LD_LIBRARY_PATH and then the anwser was ***./frmbld: error while loading shared libraries: libXm.so.3: wrong ELF class: ELFCLASS32 ?

***I install MOTIF, OPENMOTIF, OPENMOTIF 22 … but nothing !

The last time I installed OPENMOTIF22 with openSUSE site for openSUSE 42.1 Leap and afterwards started ./frmbld I received the following message

FRM-91135: fatal error: message file FMC <language> .msb not found

What’s next ?

P.S. There is no more old messages !

The version of forms is
Oracle Forms and Reports 12c (12.2.1.0)
Released on October 23, 2015

The last thing I did was

**export ORACLE_HOME = / home / rajic / Oracle / Middleware / ORACLE_HOME**
**export FORMS_BUILDER_CLASSPATH = / home / irajic / Oracle / Middleware / ORACLE_HOME / jlib**

and the closest I have been to the result but the message was

***FRM-10039: Unable to start up the Form Builder !


Is there anything else praises or is impossible to start ?
:question: