On Mon, 2025-09-08 at 18:10 -0400, Dan Purgert wrote: > > While running NVIDIA-Linux-x86_64-390.157.run: > > > > fatal error: autoconf.h: No such file or directory > > 1 | #include "autoconf.h" > > well, that's likely a missing dependency (build-essential?).
root@tan:~# apt install build-essential build-essential is already the newest version (12.12).

