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
# uname -a
Linux alpine-bdr 6.6.58-0-lts moonbitlang/core#1-Alpine SMP PREEMPT_DYNAMIC 2024-10-23 07:02:12 x86_64 Linux
# cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.20.3
PRETTY_NAME="Alpine Linux v3.20"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
It looks like moonbit depends on glibc?
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash
Downloading moonbit ...
######################################################################## 100.0%
Downloading core ...
######################################################################## 100.0%
Bundling core ...
bash: line 165: /root/.moon/bin/moon: cannot execute: required file not found
error: Failed to bundle core
alpine-bdr:~# /root/.moon/bin/moon
bash: /root/.moon/bin/moon: cannot execute: required file not found
alpine-bdr:~# ldd /root/.moon/bin/moon
/lib64/ld-linux-x86-64.so.2 (0x7f76b0a8a000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x7f76b0a66000)
librt.so.1 => /lib64/ld-linux-x86-64.so.2 (0x7f76b0a8a000)
libpthread.so.0 => /lib64/ld-linux-x86-64.so.2 (0x7f76b0a8a000)
libm.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7f76b0a8a000)
libdl.so.2 => /lib64/ld-linux-x86-64.so.2 (0x7f76b0a8a000)
libc.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7f76b0a8a000)
Error relocating /root/.moon/bin/moon: gnu_get_libc_version: symbol not found
Error relocating /root/.moon/bin/moon: __fprintf_chk: symbol not found
Error relocating /root/.moon/bin/moon: __poll_chk: symbol not found
Error relocating /root/.moon/bin/moon: makecontext: symbol not found
Error relocating /root/.moon/bin/moon: setcontext: symbol not found
Error relocating /root/.moon/bin/moon: __register_atfork: symbol not found
Error relocating /root/.moon/bin/moon: __memcpy_chk: symbol not found
Error relocating /root/.moon/bin/moon: __vfprintf_chk: symbol not found
Error relocating /root/.moon/bin/moon: __res_init: symbol not found
Error relocating /root/.moon/bin/moon: __memset_chk: symbol not found
Error relocating /root/.moon/bin/moon: getcontext: symbol not found
Error relocating /root/.moon/bin/moon: __sprintf_chk: symbol not found
Error relocating /root/.moon/bin/moon: __fdelt_chk: symbol not found
The text was updated successfully, but these errors were encountered:
I'm an Alpine user but can't install moonbit by following document instruction
https://www.moonbitlang.com/download/#moonbit-cli-tools
It looks like moonbit depends on glibc?
The text was updated successfully, but these errors were encountered: