[AL2023: lmutil] - Using lmutil on Amazon Linux 2023 #157
ftchawe-aneo
started this conversation in
Show and tell
Replies: 1 comment
-
|
Helo @ftchawe-aneo - Excellent catch, the documentation has been updated accordingly https://awslabs.github.io/scale-out-computing-on-aws-documentation/tutorials/job-licenses-flexlm/ Thanks for contributing. 👏 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was able to get
lmutilworking on Amazon Linux 2023 by creating a missing LSB loader symlink.Amazon Linux 2023 no longer includes the
system-lsb-corepackage (as noted in the documentation), and therefore does not provideld-lsb-x86-64.so.3, whichlmutilexpects.Creating the following symlink resolves the issue:
After creating this symlink,
lmutilruns correctly on AL2023.Sharing this here in case it helps others using FlexNet tools on Amazon Linux 2023.
It may be useful to add this workaround to the SOCA documentation so that users deploying on Amazon Linux 2023.
Regards,
Flomin T.
Beta Was this translation helpful? Give feedback.
All reactions