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

Dynamically compiled version of lua doesn't match system libraries #37

Closed
AngelGryph opened this issue Apr 27, 2019 · 4 comments
Closed

Comments

@AngelGryph
Copy link
Contributor

The Unix version of lua shipped with EET is dynamically compiled and thus will fail on systems that don't have the same library versions (in my case, my system has version 7 of readline but the lua version shipped with EET is compiled against version 6).

I recommend shipping a statically compiled version and/or using the system version of lua if present.

@K4thos
Copy link
Collaborator

K4thos commented May 3, 2019

@AngelGryph, could you please upload this statically compiled version of unix binary?

@AngelGryph
Copy link
Contributor Author

I don't have one ready (I got around the issue by just copying in my system's version of lua, which is also dynamic), but I can probably make one. I will look into it tonight.

@AngelGryph
Copy link
Contributor Author

Well, it took a bit of fiddling but here you go. I did a quick check on the other binaries there (weidu and ffmpeg), they are already statically compiled versions. Pull request is ready for you.

@K4thos
Copy link
Collaborator

K4thos commented May 4, 2019

thanks!

@K4thos K4thos closed this as completed May 4, 2019
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