maralla / pack

📦 The missing vim8 package manager.
MIT License
262 stars 17 forks source link

Building fail incompatible OpenSSL #28

Closed ghost closed 5 years ago

ghost commented 5 years ago
cargo install --git https://github.com/maralla/pack.git

This crate is only compatible with OpenSSL 1.0.1, 1.0.2, and 1.1.0, or LibreSSL
2.5 and 2.6.0, but a different version of OpenSSL was found. The build is now
aborting due to this version mismatch

error: failed to compile `pack v0.2.3 

Current version of openssl: /usr/bin/openssl is owned by openssl 1.1.1-1

Should I downgrade openssl to 1.1.0?