Posts by [B@P] Daniel

1) Message boards : Number crunching : Computation errors on CentOS 7.x (Message 219)
Posted 7 Jul 2020 by [B@P] Daniel
Post:
I have checked binaries which you sent to me, and they still loads this lib dynamically. Please link app with -static-libstdc++ option, it should help.
2) Message boards : Number crunching : Computation errors on CentOS 7.x (Message 182)
Posted 4 Jul 2020 by [B@P] Daniel
Post:
CentOS 7.x (and RedHat 7.x too) uses older package versions. New version of cactus app which you added few days ago no longer is linked statically with system libraries, and it fails on my machine in following way:
../../projects/minecraftathome.com_minecrafthome/kaktwoos_2.01_opencl_nvidia: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by ../../projects/minecraftathome.com_minecrafthome/kaktwoos_2.01_opencl_nvidia)
../../projects/minecraftathome.com_minecrafthome/kaktwoos_2.01_opencl_nvidia: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ../../projects/minecraftathome.com_minecrafthome/kaktwoos_2.01_opencl_nvidia)

Example failed WU https://minecraftathome.com/minecrafthome/result.php?resultid=2715670

Please recompile your app with libraries linked statically.