You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, I didn't fix it. It has been too long and I cannot remember clearly, but it may be due to glibc. Julia has a requirement for the glibc version, and that on Centos 6.8 is too old. Currently my app runs fine on Centos 7.
using docker image centos 6.8
and julia 1.7.1 official binary, a hello-world package with only one file in src/:
The compiled binary will hang in the image. However, copy it to something like ubuntu 20.04, and it works just fine.
The text was updated successfully, but these errors were encountered: