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

Wasmer 2.2.0 error #3

Closed
technosophos opened this issue Mar 1, 2022 · 3 comments
Closed

Wasmer 2.2.0 error #3

technosophos opened this issue Mar 1, 2022 · 3 comments

Comments

@technosophos
Copy link

I believe this is unrelated to #2.

Wasmer 2.2.0 came out today, and re-running the Docker build errors while installing it:

 => ERROR [ 8/16] RUN curl https://get.wasmer.io -sSfL | sh                                                                          7.4s
------
 > [ 8/16] RUN curl https://get.wasmer.io -sSfL | sh:
#11 0.912 Welcome to the Wasmer bash installer!
#11 0.913
#11 0.913                ww
#11 0.913                wwwww
#11 0.913         ww     wwwwww  w
#11 0.913         wwwww      wwwwwwwww
#11 0.913 ww      wwwwww  w     wwwwwww
#11 0.913 wwwww      wwwwwwwwww   wwwww
#11 0.913 wwwwww  w      wwwwwww  wwwww
#11 0.913 wwwwwwwwwwwwww   wwwww  wwwww
#11 0.913 wwwwwwwwwwwwwww  wwwww  wwwww
#11 0.913 wwwwwwwwwwwwwww  wwwww  wwwww
#11 0.913 wwwwwwwwwwwwwww  wwwww  wwwww
#11 0.913 wwwwwwwwwwwwwww  wwwww   wwww
#11 0.913 wwwwwwwwwwwwwww  wwwww
#11 0.913    wwwwwwwwwwww   wwww
#11 0.913        wwwwwwww
#11 0.913            wwww
#11 0.913
#11 0.950 downloading: wasmer-linux-amd64
#11 1.587 Latest release: 2.2.0
#11 2.019 Downloading archive from https://github.com/wasmerio/wasmer/releases/download/2.2.0/wasmer-linux-amd64.tar.gz
######################################################################## 100.0%##O=#  #                                                   ######################################################################## 100.0%
#11 5.185 installing: /root/.wasmer
#11 7.301 Updating bash profile /root/.profile
#11 7.379 we've added the following to your /root/.profile
#11 7.380 If you have a different profile please add the following:
#11 7.380
#11 7.380 # Wasmer
#11 7.380 export WASMER_DIR="/root/.wasmer"
#11 7.380 [ -s "$WASMER_DIR/wasmer.sh" ] && source "$WASMER_DIR/wasmer.sh"
#11 7.380 /root/.wasmer/bin/wasmer: error while loading shared libraries: libxkbcommon.so.0: cannot open shared object file: No such file or directory
#11 7.389 error: wasmer was installed, but doesn't seem to be working :(
@six-ddc
Copy link

six-ddc commented Mar 1, 2022

try this apt-get install -y libxkbcommon-dev

@tqwewe
Copy link

tqwewe commented May 9, 2022

try this apt-get install -y libxkbcommon-dev

This didnt work for me.

But this worked:

sudo apt-get install libtinfo5

@kesmit13
Copy link
Collaborator

libtinfo5 is now included in the Dockerfile.

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