CosmWasm / wasmd

Basic cosmos-sdk app with web assembly smart contracts
Other
368 stars 400 forks source link

wasmd v0.7.1 does not working on CentOS7 #103

Closed westaking closed 4 years ago

westaking commented 4 years ago

Summary of Bug

wamsd v0.7.0 works fine. everything ok. but, v0.7.1 does not work.

wasmd: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /home/jun/go/pkg/mod/github.com/confio/go-cosmwasm@v0.7.1/api/libgo_cosmwasm.so)

This is the same problem that was reported last time. https://github.com/CosmWasm/go-cosmwasm/issues/32

Version

wamsd v0.7.1

Steps to Reproduce

git checkout v0.7.1 make install wasmd


For Admin Use

ethanfrey commented 4 years ago

Sorry for the slow response, this slipped my eye.

I prepared a 0.7.2 release with centos support, but somehow forgot to tag it. Sorry.

ethanfrey commented 4 years ago

Okay v0.7.2 is now released, fixes this and based on cosmos-sdk v0.38.3 for more security