I haven't dug in to this yet, but switching from the 0.1.0 release to the 0.1.2 release results in netreap failing to start with the below error.
/usr/bin/netreap: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/bin/netreap)
/usr/bin/netreap: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/bin/netreap)
No other changes to configuration were made. Reverting to the 0.1.0 release works fine.
These instances are running on Amazon Linux 2 which ships with glibc 2.26. I'm guessing that the netreap builds are using cgo and are running on systems that are using a newer glibc.
I haven't dug in to this yet, but switching from the 0.1.0 release to the 0.1.2 release results in netreap failing to start with the below error.
No other changes to configuration were made. Reverting to the 0.1.0 release works fine.
These instances are running on Amazon Linux 2 which ships with glibc 2.26. I'm guessing that the netreap builds are using cgo and are running on systems that are using a newer glibc.