smartbitcoin / arc_plot

CPU & GPU plotter
20 stars 1 forks source link

staticly link binaries? #1

Closed Motophan closed 1 year ago

Motophan commented 1 year ago
./arc_plot: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ./arc_plot)
./arc_plot: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by ./arc_plot)
./arc_plot: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./arc_plot)
./arc_plot: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./arc_plot)
smartbitcoin commented 1 year ago

Ubuntu 22.04 update gcc to version 11. so if you run under other linux version which is not gcc 11( glibc ) , you will have this error. The way to solve it is using ubuntu 22.04 or any other linux distribution with gcc 11 as linux kernel compiler.