robertdavidgraham / masscan

TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
GNU Affero General Public License v3.0
23k stars 3.02k forks source link

masscan Ubuntu 22.04 runtime error #688

Open mkrasser opened 1 year ago

mkrasser commented 1 year ago

Hi,

We have automation that builds masscan from source and then runs it on an Ubuntu server. Recently, we upgraded our server to Ubuntu 22.04 and encountered an issue with masscan. When masscan was built on Ubuntu 22.04 and run on Ubuntu 22.04 the following errors occurred: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.33' not found /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.34' not found

When masscan is built on Ubuntu 20.04 and run on Ubuntu 22.04 the error does not occur.