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

Issue when using Julia 1.8.x #15

Open
verangad opened this issue Sep 20, 2022 · 2 comments
Open

Issue when using Julia 1.8.x #15

verangad opened this issue Sep 20, 2022 · 2 comments

Comments

@verangad
Copy link

When running sam build:

ERROR: fatal: error thrown and no exception handler available.
ErrorException("ccall requires the compiler")

@ianfiske
Copy link
Contributor

The solution to this is at https://discourse.julialang.org/t/cant-open-julia-repl-on-linux-hpc-server/86245/4

The calls to the julia binary need to have LD_LIBRARY_PATH="" prepended.

@ianfiske
Copy link
Contributor

This is in 2 places: the Dockerfile and also in the bootstrap file.

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