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

dewebd execute error #15

Open
stakrspace opened this issue Sep 12, 2022 · 3 comments
Open

dewebd execute error #15

stakrspace opened this issue Sep 12, 2022 · 3 comments
Labels

Comments

@stakrspace
Copy link

stakrspace commented Sep 12, 2022

===
Step 0A - Run a fullnode / validator using the binaries

By downloading the binary we avoid compiling the source code.

Download the latest version (v0.3) from Github:

cd $HOME
wget https://github.com/deweb-services/deweb/releases/download/v0.3/dewebd
chmod +x dewebd
sudo mv dewebd /usr/local/bin/

dewebd version
dewebd: error while loading shared libraries: libwasmvm.x86_64.so: cannot open shared object file: No such file or directory

but works well if compiled, go version 1.19.1
dewebd version
0.3

Linux Ubuntu-2004-focal-64-minimal-hwe 5.13.0-52-generic #59~20.04.1-Ubuntu SMP Thu Jun 16 21:21:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

@papadritta
Copy link

just change dir from /usr/local/bin to ~/go/bin and move dewebd here
sudo mv dewebd /usr/local/bin/
sudo mv dewebd ~/go/bin
it should work

@papadritta
Copy link

dont forget to change the config file (if exist) to /root/go/bin/dewebd

@stakrspace
Copy link
Author

It won't help, only this:

cd $HOME
go get -u github.com/CosmWasm/wasmvm@v1.0.0
cd $HOME/go/pkg/mod/github.com/!cosm!wasm/wasmvm@v1.0.0/api
chmod +x libwasmvm.so
cp -r $HOME/go/pkg/mod/github.com/!cosm!wasm/wasmvm@v1.0.0/api/libwasmvm.so /usr/lib/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants