dlecan / rust-crosscompiler-arm

Docker images for Rust dedicated to cross compilation for ARM v6 and more
MIT License
50 stars 16 forks source link

binaries using libssl don’t run on Debian stretch #15

Open bryanburgers opened 5 years ago

bryanburgers commented 5 years ago

When a binary that uses OpenSSL is compiled using this method, it relies on libssl.so.1.0.0. However, Debian Stretch ships with libssl.so.1.1 and libssl.so.1.0.2 with no way to install libssl.so.1.0.0.

I haven’t yet found a way to get a binary to be compiled that depends on a version of libssl shipped with Debian Stretch. Raspbian’s latest version is based on Stretch.