You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

When running License Statistics on Linux (for example, on Red Hat Enterprise), 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:

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


  • No labels