Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To resolve this issue, make sure you are running the latest version of LM-X License Manager.

"Failed to load LM-X Client library!" error

When using LM-X License Manager on Red Hat Enterprise Linux Server 7.2, you may see an error similar to the following:

Failed to load LM-X Client library!

This problem occurs, because for SELinux, an LM-X-enabled application must have textrel_shlib_t to run. The LM-X client tries to add this library during runtime, but if the current user does not have permissions to modify the SELinux configuration, you can use one of the following methods to fix this problem (with the first option being the preferred one):

Option 1

Disable SELinux by following this procedure.

Option 2

Ask the administrator to issue the following command to add textrel_shlib_t:

Code Block
languagecpp
semanage fcontext -a -t textrel_shlib_t '/tmp/xf-dll/xf-.*\.tmp'