🎉 We're happy to announce new public releases 🎉

  • SmartCode v10.4r1 - Take advantage of all the benefits our tools have to offer and build your applications with the latest version
  • TriCore v6.3r1 Inspector v1.0r8 - Save time and detect known issues before they get into your application
Contact us to get access

FLEXlm: Error message on GLIBC_2.0 when starting lmgrd on Linux

27-Nov-2024

On some systems, when starting lmgrd on Linux, it displays the following error message:

relocation error: ./lmgrd: symbol errno, version GLIBC_2.0 not defined in file lib.so.6 with link time reference


Possible solution

Prepend LD_ASSUME_KERNEL=2.4 to the lmgrd startup command.

For example:
LD_ASSUME_KERNEL=2.4 lmgrd -l /var/tmp/lmgrd.log

More resources

Was this answer helpful?