You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing v1.1.3/Sniffnet_Linux.deb in debian:bullseye-20230411 yields errors:
ldd /usr/bin/sniffnet 2>&1 | grep 'not found'
#9 33.40 /usr/bin/sniffnet: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35'
not found (required by /usr/bin/sniffnet)
#9 33.40 /usr/bin/sniffnet: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33'
not found (required by /usr/bin/sniffnet)
#9 33.40 /usr/bin/sniffnet: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32'
not found (required by /usr/bin/sniffnet)
#9 33.40 /usr/bin/sniffnet: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34'
not found (required by /usr/bin/sniffnet)
#9 33.40 libssl.so.3 => not found
#9 33.40 libcrypto.so.3 => not found
I tried hard building a dockerfile (see #69) but I failed with other errors.
After having solved the errors mentioned in #69 I updated the dockerfile and got the same exact error of yours.
If you have a Debian like distro I suggest you to install the DEB package directly.
Otherwise you can download from cargo or the other installers.
I'm closing since this is an already known problem, but don't hesitate to write here again or in #69 in case of further doubts/problems.
Describe the bug
Installing v1.1.3/Sniffnet_Linux.deb in debian:bullseye-20230411 yields errors:
To Reproduce
Dockerfile:
docker buildx build --no-cache --tag=sniffer-bullseye .
Expected behavior
No missing dependencies.
The text was updated successfully, but these errors were encountered: