cargo-outdated
cargo-outdated copied to clipboard
error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
Since latest update, cargo outdated returns :
~/.cargo/bin/cargo-outdated: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
System info
- cargo 1.46.0 (149022b1d 2020-07-17)
- Ubuntu 20.04.1 LTS
- Linux 5.4.0-47-generic #51-Ubuntu SMP Fri Sep 4 19:50:52 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
$ whereis libssl
libssl: /usr/lib/x86_64-linux-gnu/libssl3.so /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libssl.a
Just ran into this (Ubuntu 24.04).
For others: I still had v0.11.2 installed. The error message went away after upgrading to v0.15.0.