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
My program run Ok with cargo run --release --bin my-prog.
cargo run --release --bin my-prog
But when I run $ ./target/release/my-prog I have this error:
$ ./target/release/my-prog
error while loading shared libraries: libsixel.so.1: cannot open shared object file: No such file or directory
OS: Ubuntu 23.04. Toolchain: stable-x86_64-unknown-linux-gnu. Rust: v1.72.0.
Ubuntu 23.04
stable-x86_64-unknown-linux-gnu
v1.72.0
Do you know how to fix this ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My program run Ok with
cargo run --release --bin my-prog
.But when I run
$ ./target/release/my-prog
I have this error:OS:
Ubuntu 23.04
.Toolchain:
stable-x86_64-unknown-linux-gnu
.Rust:
v1.72.0
.Do you know how to fix this ?
The text was updated successfully, but these errors were encountered: