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

Deno on MUSL linux not working #6774

Closed
lygstate opened this issue Jul 16, 2020 · 2 comments
Closed

Deno on MUSL linux not working #6774

lygstate opened this issue Jul 16, 2020 · 2 comments

Comments

@lygstate
Copy link

lygstate commented Jul 16, 2020

localhost:~# uname -a
Linux localhost 5.4.51-0-lts #1-Alpine SMP Fri, 10 Jul 2020 10:54:20 UTC x86_64 Linux
localhost:~# wget https://github.com/denoland/deno/releases/download/v1.2.0/deno-x86_64-unknown-linux-gnu.zip
localhost:~# unzip deno-x86_64-unknown-linux-gnu.zip
Archive:  deno-x86_64-unknown-linux-gnu.zip
  inflating: deno
localhost:~# ldd deno
        /lib64/ld-linux-x86-64.so.2 (0x7fdb1cc33000)
        libdl.so.2 => /lib64/ld-linux-x86-64.so.2 (0x7fdb1cc33000)
        librt.so.1 => /lib64/ld-linux-x86-64.so.2 (0x7fdb1cc33000)
        libpthread.so.0 => /lib64/ld-linux-x86-64.so.2 (0x7fdb1cc33000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x7fdb1a2d2000)
        libc.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7fdb1cc33000)
Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by deno)
        libm.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7fdb1cc33000)
Error relocating deno: __res_init: symbol not found
Error relocating deno: strtoull_l: symbol not found
Error relocating deno: __memcpy_chk: symbol not found
Error relocating deno: __isnan: symbol not found
Error relocating deno: __vfprintf_chk: symbol not found
Error relocating deno: strtoll_l: symbol not found
Error relocating deno: backtrace: symbol not found
Error relocating deno: __vsnprintf_chk: symbol not found
Error relocating deno: __isnanf: symbol not found
Error relocating deno: __isinf: symbol not found
Error relocating deno: backtrace_symbols: symbol not found
Error relocating deno: __register_atfork: symbol not found
@ebebbington
Copy link
Contributor

How did you install Deno? Can you run through the installation steps again and provide code blocks of what you ran and the output for each command(s)?

@lucacasonato
Copy link
Member

duplicate of #3711

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

4 participants