Hello,
Loading libstdc++ from /lib/x86_64-linux-gnu
is unusual. I’d expect it to be loaded from /usr/local/lib64
. Maybe there’s something amiss in your LD_LIBRARY_PATH
.
More details here: c++ - "`GLIBCXX_3.4.32' not found" error at runtime. GCC 13.2.0 - Stack Overflow
best,
PC