router icon indicating copy to clipboard operation
router copied to clipboard

extend the usability of our linux router binaries

Open garypen opened this issue 2 years ago • 1 comments

We build our binaries on CircleCI cimg images and this results in building our router linux binaries with a relatively new glibc.

On older (or more conservative) linux distros (for example: Centos 8) this can lead to errors like this:

/lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./dist/router)

We should update our build infrastructure to address this. Possible options:

  • Multiple binary distributions for different versions of linux
  • Build against an older version of linux to eliminate the problem
  • ...

There are various constraints we need to work within whichever solution we choose; mainly around minimum compile environment requirements of rustc.

garypen avatar Apr 24 '23 10:04 garypen

Hi team, I'm facing the issue /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.29' not found (required by ./router-1.37.0/router)` when running on a Debian 10.

marianoqueirel avatar Feb 24 '24 18:02 marianoqueirel