VivePro2-Linux-Driver icon indicating copy to clipboard operation
VivePro2-Linux-Driver copied to clipboard

GLIBC Version ERROR

Open Songcc87 opened this issue 1 year ago • 2 comments

I used nix build, However, the result of each compilation will show "Version GLIBC not found". How to change the GLIBC version that nix build depends on. image

Songcc87 avatar May 22 '24 09:05 Songcc87

Glibc 2.33 is 3 years old, 2.34 is 6 months newer. Nix build of this driver requires 2.34+, and will work [at least] on this list of distributions (Based on https://repology.org/project/glibc/versions):

  • Manjaro/ArchLinux - yes
  • NixOS 22.05+
  • Fedora 35+
  • Debian 12 (Bookworm)
  • Ubuntu 22.04+

Do yourself a favor, upgrade your system, it will make your life easier. Older system version may also miss other performance improvements in SteamVR itself.

CertainLach avatar May 22 '24 18:05 CertainLach

"GLIBC_2.36 not found" error will also be reported on ubuntu22.04, and it will only start normally on ubuntu24.04.

Songcc87 avatar May 23 '24 06:05 Songcc87