Stream: git-wasmtime

Topic: wasmtime / issue #3470 Wasmtime with old released GLIBC


view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2021 at 05:55):

gnh1201 opened issue #3470:

Looking at this message, wasmtime seems to require GLIBC_2.14.

[utilhome1@h25 ~]$ ./wasmtime
./wasmtime: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./wasmtime)

However, the target system has glibc-2.12 installed.

[utilhome1@h25 ~]$ rpm -q glibc
glibc-2.12-1.209.el6_9.2.x86_64
glibc-2.12-1.209.el6_9.2.i686

I am looking for a way to run the WASM runtime in a glibc-2.12 environment.

I'd appreciate it if you could give me a little hint.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2021 at 06:12):

gnh1201 commented on issue #3470:

I will reopen this issue when the problem becomes clear.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2021 at 06:12):

gnh1201 closed issue #3470:

Looking at this message, wasmtime seems to require GLIBC_2.14.

[utilhome1@h25 ~]$ ./wasmtime
./wasmtime: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./wasmtime)

However, the target system has glibc-2.12 installed.

[utilhome1@h25 ~]$ rpm -q glibc
glibc-2.12-1.209.el6_9.2.x86_64
glibc-2.12-1.209.el6_9.2.i686

I am looking for a way to run the WASM runtime in a glibc-2.12 environment.

I'd appreciate it if you could give me a little hint.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2021 at 09:10):

gnh1201 commented on issue #3470:

Done.

WASM runtime on the legacy environment - CentOS 6.9 / GLIBC 2.12

https://gist.github.com/gnh1201/b9c4ee4a98fbb369237b3e447a9550a2

view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2021 at 13:08):

gnh1201 commented on issue #3470:

https://github.com/bytecodealliance/wasm-micro-runtime/issues/802


Last updated: Nov 22 2024 at 16:03 UTC