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
Crystal snap from latest/edge channel fails after today's update.
➜ ~ snap list| grep crystal
crystal 1.3.0-dev 985 latest/edge crystal-lang* classic
➜ ~ crystal -v
It seems that some libraries are missing in your host.
The following are the suggested packages to be able to use the whole standard library capabilities.
$ sudo apt-get install gcc pkg-config git tzdata \
libpcre3-dev libevent-dev libyaml-dev \
libgmp-dev libssl-dev libxml2-dev
You can find more detailed information in:
* https://crystal-lang.org/reference/installation/on_debian_and_ubuntu.html
* https://github.com/crystal-lang/crystal/wiki/All-required-libraries
/snap/crystal/985/bin/crystal: error while loading shared libraries: libLLVM-10.so: cannot open shared object file: No such file or directory
From latest/stable works fine.
The text was updated successfully, but these errors were encountered:
Probably related to crystal-lang/distribution-scripts#171, should/maybe be resolved via #11509. Can keep this open for now and ensure that PR also solves this snap case before closing.
$ docker run --rm -it crystallang/crystal:nightly-alpine sh
/ # crystal -v
Error loading shared library libLLVM-10.so: No such file or directory (needed by /usr/bin/crystal)
While nightly-alpine-build image is working:
$ docker run --rm -it crystallang/crystal:nightly-alpine-build sh
/ # crystal -v
Crystal 1.3.0-dev [6eb0bb135] (2021-11-29)
LLVM: 10.0.0
Default target: x86_64-alpine-linux-musl
Crystal snap from
latest/edge
channel fails after today's update.From
latest/stable
works fine.The text was updated successfully, but these errors were encountered: