menyoki
menyoki copied to clipboard
Can't run executable from linux-musl archive
Running the latest linux-musl executable does not work.
To Reproduce Steps to reproduce the behavior:
- Download
menyoki-1.2.0-x86_64-unknown-linux-musl.tar.gz
- Extract
tar xfv ...
andcd menyoki-1.2.0
- Run
./menyoki
Expected behavior The menyoki usage is displayed.
Screenshots/Logs
-bash: ./menyoki: No such file or directory
System Information
- OS: Debian 9.3 64bit
- Rust Version: -
- Project Version: 1.2.0
This is a static-linking problem which is probably caused by the cross-compilation of x11-rs. I'll investigate this and try a different approach. (docker, maybe?)