We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug briefly The gvite binary file built on Ubuntu can`t execute on Alpine system.
Information
make gvite-linux
./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
The text was updated successfully, but these errors were encountered:
fix: use statically linked
9181961
vitelabs#594
go build
No branches or pull requests
Describe the bug briefly
The gvite binary file built on Ubuntu can`t execute on Alpine system.
Information
output as follows:
Reason
The gvite binary file on Ubuntu:
While the gvite binary file on Alpine:
The text was updated successfully, but these errors were encountered: