knadh / otpgateway

Standalone server for user address and OTP verification flows with pluggable providers (e-mail, SMS, bank penny drops etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Info - GLIBC 2.32 requirement in release binaries

c-nv-s opened this issue · comments

Just for your information, your release binaries seem to have been compiled with a system which has GLIBC 2.32
$ ldd --version
As a result, users of the release binaries must also have at least the same version present on their system or the binaries throw an error.
It might be useful to put that information in the README or build the binaries on a system with a lower version
the current GLIBC versions on debian-based systems:
Ubuntu 20.10 : 2.32
Ubuntu 20.04 : 2.31
Debian Buster : 2.28
Ubuntu 18.04 : 2.27

Woops, missed this issue. Apologies. It's compiled with cgo because the app loads Go plugins and that requires cgo.