From 6da5f14ec999fec2666cabdfe6cf65b7c3b4aeb0 Mon Sep 17 00:00:00 2001 From: Nehemiah Date: Mon, 2 Mar 2026 23:19:56 -0800 Subject: [PATCH] Update installation.mdx docs: add glibc minimum requirement warning for Linux --- src/pages/guide/node/installation.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/guide/node/installation.mdx b/src/pages/guide/node/installation.mdx index 86e287d..d3daf38 100644 --- a/src/pages/guide/node/installation.mdx +++ b/src/pages/guide/node/installation.mdx @@ -36,6 +36,9 @@ source $HOME/.cargo/env cargo install --git https://github.com/tempoxyz/tempo.git tempo --root /usr/local tempo --version ``` +> ⚠️ Linux Requirement: The prebuilt binaries require glibc ≥ 2.38. +> Ubuntu 22.04 ships with glibc 2.35 and is NOT supported with the prebuilt binary. +> Use Ubuntu 24.04+ or build from source instead. ## Docker