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

ld-linux-x86-64.so.2 is not a symbolic link #131

Closed
hayd opened this issue May 13, 2021 · 1 comment
Closed

ld-linux-x86-64.so.2 is not a symbolic link #131

hayd opened this issue May 13, 2021 · 1 comment

Comments

@hayd
Copy link
Contributor

hayd commented May 13, 2021

See these warnings when installing deps to download on alpine:

Step 3/10 : RUN apk add --virtual .download --no-cache curl  && curl -fsSL https://github.com/denoland/deno/releases/download/v${DENO_VERSION}/deno-x86_64-unknown-linux-gnu.zip          --output deno.zip  && unzip deno.zip  && rm deno.zip  && chmod 755 deno  && mv deno /bin/deno  && apk del .download
 ---> Running in cf53c461858a
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz
(1/6) Installing ca-certificates (20191127-r5)
(2/6) Installing brotli-libs (1.0.9-r3)
(3/6) Installing nghttp2-libs (1.42.0-r1)
(4/6) Installing libcurl (7.76.1-r0)
(5/6) Installing curl (7.76.1-r0)
(6/6) Installing .download (20210513.204901)
Executing busybox-1.32.1-r6.trigger
Executing ca-certificates-20191127-r5.trigger
Executing glibc-bin-2.33-r0.trigger
/usr/glibc-compat/sbin/ldconfig: /usr/glibc-compat/lib/ld-linux-x86-64.so.2 is not a symbolic link

OK: 20 MiB in 23 packages
Archive:  deno.zip
  inflating: deno
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/main: No such file or directory
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/community: No such file or directory
(1/6) Purging .download (20210513.204901)
(2/6) Purging curl (7.76.1-r0)
(3/6) Purging libcurl (7.76.1-r0)
(4/6) Purging ca-certificates (20191127-r5)
Executing ca-certificates-20191127-r5.post-deinstall
(5/6) Purging brotli-libs (1.0.9-r3)
(6/6) Purging nghttp2-libs (1.42.0-r1)
Executing busybox-1.32.1-r6.trigger
Executing glibc-bin-2.33-r0.trigger
/usr/glibc-compat/sbin/ldconfig: /usr/glibc-compat/lib/ld-linux-x86-64.so.2 is not a symbolic link

OK: 17 MiB in 17 packages
Removing intermediate container cf53c461858a
 ---> c4e279e4ca10
@wperron
Copy link
Contributor

wperron commented Aug 25, 2021

No longer applicable since #159

@wperron wperron closed this as completed Aug 25, 2021
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