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

Fails to run on RHEL7 #596

Closed
kohlivarun5 opened this issue Sep 29, 2022 · 3 comments
Closed

Fails to run on RHEL7 #596

kohlivarun5 opened this issue Sep 29, 2022 · 3 comments

Comments

@kohlivarun5
Copy link

With a recent version, the extension crashes and doesn't work on RHEL7 with the following errors:

Error: Command failed: /root/.vscode-server/extensions/chenglou92.rescript-vscode-1.6.0/server/analysis_binaries/linux/rescript-editor-analysis.exe diagnosticSyntax /tmp/rescript_format_file_21683_0.res
/root/.vscode-server/extensions/chenglou92.rescript-vscode-1.6.0/server/analysis_binaries/linux/rescript-editor-analysis.exe: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /root/.vscode-server/extensions/chenglou92.rescript-vscode-1.6.0/server/analysis_binaries/linux/rescript-editor-analysis.exe)

What is the suggested workflow for usage of the latest version on RHEL7 ? The version I have installed that fails is v1.6.0

@kohlivarun5
Copy link
Author

Resurfacing this, I see it also fails on RHEL8 :

/root/.local/share/code-server/extensions/chenglou92.rescript-vscode-1.50.0-universal/server/analysis_binaries/linux/rescript-editor-analysis.exe: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /root/.local/share/code-server/extensions/chenglou92.rescript-vscode-1.50.0-universal/server/analysis_binaries/linux/rescript-editor-analysis.exe)

@cknitt
Copy link
Member

cknitt commented May 2, 2024

Fixed in #976 by statically linking the Linux binaries.

@cknitt cknitt closed this as completed May 2, 2024
@kohlivarun5
Copy link
Author

Thanks for the fix. Can you please make a release and publish ?

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