Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sniffnet: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory #225

Closed
gerrymanley opened this issue May 29, 2023 · 4 comments · Fixed by #259
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

Comments

@gerrymanley
Copy link

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

  • OS: Ubuntu 20.04.5 LTS
  • OS type is 64-bit

I cannot upgrade to latest version Ubuntu due to existing projects.

Any suggestions ?

Thanks /Gerry

@GyulyVGC GyulyVGC added missing dependency Problem related to an external required dependency Linux Something related to Linux operating system labels May 29, 2023
@GyulyVGC
Copy link
Owner

I think it could be related to incompatibilities between your system and the DEB package built on ubuntu-latest (#199) even if this usually happens on Debian and not on Ubuntu 20.

If you have Rust installed, I can suggest you to build directly from source with cargo so that we are sure that the generated binary has the correct dependencies and versions.

@GyulyVGC
Copy link
Owner

GyulyVGC commented Jun 7, 2023

Hey @gerrymanley

We changed the building strategy and we are looking for feedback/testers to see if we finally solved this issue.

Could you kindly try the new package available below?

Sniffnet_LinuxDEB_amd64.deb.zip

Thanks in advance.

@gerrymanley
Copy link
Author

Thanks GyulyVGC,
I just downloaded and installed using GDeebi Package installer without any issues as before.
It's working !
I will install on my Dell laptop - OS Ubuntu 20.04.5. - will update shortly
/Gerry

@GyulyVGC
Copy link
Owner

GyulyVGC commented Jun 9, 2023

Amazing! Thanks for the confirmation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants