kbknapp / cargo-outdated

A cargo subcommand for displaying when Rust dependencies are out of date
MIT License
1.2k stars 95 forks source link

error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory #238

Open lovasoa opened 4 years ago

lovasoa commented 4 years ago

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

$ 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
simonhammes commented 4 months ago

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.