Magic xpa Server Engine Failed to Start on Suse 10 (Magic xpa 4.x)
This Technical Note explains how to make the Magic xpa server running on the Suse 10 (Linux) operation system.
The Magic xpa Server engine (MgxpaRuntime) failed to start on Suse 10 (Linux) with the following error:
MgxpaRuntime: error while loading shared libraries: libplc4.so: cannot open shared object file: No such file or directory.
This is not an officially supported version. We have seen this being used by some customers. However, one can fix such an error by installing a suitable NSPR RPM package that contains the libplc4.so.
(NSPR provides platform independence for non-GUI operating system facilities.)
When installing this, please ensure that the following command is passed without any missing libraries:
ldd –v $MAGIC_HOME/bin/MgxpaRuntime
If there are still some missing library file names, then make sure that the LD_LIBRARY_PATH environment parameter includes the directory path pointing to that library file.