sniffnet: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory #225
Labels
duplicate
This issue or pull request already exists
Linux
Something related to Linux operating system
missing dependency
Problem related to an external required dependency
Milestone
Hi,
after entering sudo sniffnet and then password I get this:
sniffnet: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory
I check with:
ldd /usr/bin/sniffnet | grep "not found" and get this:
/usr/bin/sniffnet: /lib/x86_64-linux-gnu/libm.so.6: version
GLIBC_2.35' not found (required by /usr/bin/sniffnet) /usr/bin/sniffnet: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.33' not found (required by /usr/bin/sniffnet)/usr/bin/sniffnet: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.32' not found (required by /usr/bin/sniffnet) /usr/bin/sniffnet: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.34' not found (required by /usr/bin/sniffnet)libssl.so.3 => not found
libcrypto.so.3 => not found
I cannot upgrade to latest version Ubuntu due to existing projects.
Any suggestions ?
Thanks /Gerry
The text was updated successfully, but these errors were encountered: