cargo-outdated icon indicating copy to clipboard operation
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

Open lovasoa opened this issue 5 years ago • 1 comments

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

lovasoa avatar Sep 13 '20 21:09 lovasoa

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.

simonhammes avatar Jun 01 '24 12:06 simonhammes