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

The binary file(gvite) that built in ubuntu run fail in alpine #594

Open
viteshan opened this issue May 19, 2022 · 0 comments
Open

The binary file(gvite) that built in ubuntu run fail in alpine #594

viteshan opened this issue May 19, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@viteshan
Copy link
Collaborator

viteshan commented May 19, 2022

Describe the bug briefly
The gvite binary file built on Ubuntu can`t execute on Alpine system.

Information

  1. Firstly build gvite on Ubuntu
make gvite-linux
  1. move the binary file to docker based on Alpine and execute
./gvite

output as follows:

bash-4.4# ./gvite
bash: ./gvite: No such file or directory

Reason
The gvite binary file on Ubuntu:

bash-4.4# file gvite
gvite: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, not stripped

While the gvite binary file on Alpine:

bash-4.4# file gvite
gvite: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, not stripped
viteshan added a commit to viteshan/go-vite that referenced this issue May 19, 2022
@viteshan viteshan added the bug Something isn't working label May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant