cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Workaround for LSB Component in RHEL

Workaround for LSB Component in RHEL

Introduction

In RHEL9, the LSB component is not offered as part of the supported distribution. Components in
FlexNet Publisher, such as lmgrd, require the LSB-loader. If this is not present, lmgrd and other utilities
will fail to run with a No such file or directory error.

Instructions

As a workaround, specify a soft link to the native loader. The following symlinks have been verified on
RHEL9:

32-bit Linux
sudo bash -c "if [ ! -e /lib/ld-lsb.so.3 ]; then ln -s ld-linux.so.2 /lib/ldlsb.so.3; fi"

64-bit Linux
sudo bash -c "if [ ! -e /lib64/ld-lsb-x86-64.so.3 ]; then ln -s ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3; fi“

More Information

From 11.13.1.3, the install_fnp.sh script will issue a warning if LSB is not detected on the host.
Additionally, this script supports a new -nolsb parameter, which sets up the above symlinks.

Labels (5)
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎May 11, 2023 02:00 AM
Updated by:
Contributors