homelyseven250 / rusty-pinger

GNU General Public License v3.0
17 stars 0 forks source link

Can't run it #3

Open Declan-Reid opened 1 year ago

Declan-Reid commented 1 year ago

Hey so out of the time that I have run this I have never actually accomplished anything with it. When I run it on Mac it says:

Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }

And on Linux it says:

./rusty-pinger: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./rusty-pinger)
./rusty-pinger: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./rusty-pinger)
./rusty-pinger: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./rusty-pinger)

Any ideas on why this is happening?

homelyseven250 commented 1 year ago

It expects a file named scan.json containing masscan output. I don't know about the linux error though, what distro are you running?

Declan-Reid commented 1 year ago

Thanks for the info, I'll try it again later.

As for the Linux distro, I think it was Ubuntu, but I'm not certain. I was running it in GitHub codespaces.

Declan-Reid commented 1 year ago

According to neofetch it is indeed Ubuntu 20.04.5 LTS x86_64

homelyseven250 commented 1 year ago

It was compiled within GitHub Actions with Ubuntu 22.04.1 - maybe try manually compiling it or change the codespaces OS (if you can).