Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

liblua54.so dont work on RHEL 8 #515

Open
Sasesur opened this issue Jan 4, 2024 · 1 comment
Open

liblua54.so dont work on RHEL 8 #515

Sasesur opened this issue Jan 4, 2024 · 1 comment

Comments

@Sasesur
Copy link

Sasesur commented Jan 4, 2024

Hi,
When deploying an app on RHEL 8 we get this error
/lib64/libm.so.6: error: version lookup error: version `GLIBC_2.29' not found (required by liblua54.so) (fatal)

It's because RHEL 8 comes with glibc-2.28.
is there a way to build liblua54.so and make it compatible with GLIBC_2.28 ?

thank you

@jpboivin
Copy link

Related to the issue I reported a while back: NLua/KeraLua#80

Using Holy Build Box to build the Lua library would allow the maintainers to package a portable library (across Linux distributions using glibc). I don't know enough about GitHub / Azure pipelines to quickly send a PR, but if someone has the knowledge, it could be a good change.

Personally, for now, I have a post-build copy in my project to copy the portable Lua library (overwriting the one deployed with NuGet).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants