<div dir="ltr">Hi John,<div><br></div><div>The problem with this is that there is no GCC 11.2 (which is required per the build.properties) that comes with Ubuntu 20.04. </div><div>As Kevin said, as of recently, we build with a devkit based on the OpenJDK devkit instructions (<a href="https://github.com/openjdk/jdk/tree/master/make/devkit">https://github.com/openjdk/jdk/tree/master/make/devkit</a>) and that allows us to create builds [that work] on older systems (there are nu unresolved @GLIBC_X symbols in the libs) while still using GCC 11.2 -- </div><div><br></div><div>- Johan</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Op di 2 aug. 2022 om 19:07 schreef John Neffenger <<a href="mailto:john@status6.com">john@status6.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 8/2/22 9:50 AM, Thiago Milczarek Sayão wrote:<br>
> I have built it on a Ubuntu 22.04 VM and tried to run on 20.04.<br>
<br>
If you want to keep your current build process, try building on Ubuntu <br>
18.04, which is still receiving updates until next year.<br>
<br>
     Ubuntu  Updates     GLIBC<br>
     16.04   2021-04-30  2.23<br>
     18.04   2023-04-26  2.27<br>
     20.04   2025-04-23  2.31<br>
     20.10   2021-07-22  2.32<br>
     21.04   2022-01-20  2.33<br>
     21.10   2022-07-14  2.34<br>
     22.04   2027-04-21  2.34<br>
<br>
That way you'll be compatible with any system having GLIBC 2.27 or <br>
later, such as Ubuntu 18.04, Fedora 28, or later versions.<br>
<br>
     Fedora  Updates     GLIBC<br>
     24      2017-08-08  2.23<br>
     25      2017-12-12  2.24<br>
     26      2018-05-29  2.25<br>
     27      2018-11-30  2.26<br>
     28      2019-05-28  2.27<br>
     29      2019-11-26  2.28<br>
     30      2020-05-26  2.29<br>
     31      2020-11-24  2.30<br>
     32      2021-05-25  2.31<br>
     33      2021-11-30  2.32<br>
     34      2022-05-17  2.33<br>
     35      2022-12-07  2.34<br>
     36      2023-05-24  2.35<br>
<br>
John<br>
</blockquote></div>