We build Coreform Cubit on Centos 7, so we should be compatible with RHEL 8 out of the box. We also test the same package on Fedora 30 and Opensuse Tumbleweed.
Please take a system call log of Coreform Cubit by running strace -o debug_cubit.txt ./coreform_cubit, then attach the generated debug_cubit.txt file.
Can you run this command and report the output please? strings /lib64/libstdc++.so.6 | grep GLIBCXX
You will most likely need to update your libstdc++ library to a later version. Do this carefully and according to Redhat’s instructions, this is a very fundamental library.
Yeah, that’s an older version, the one we build against goes to 3.4.30. You’ll probably want to use a newer Red Hat Developer Toolset: Red Hat Developer Toolset Overview | Red Hat Developer. As long as you enable that toolset before running Cubit, it should work.
hmm this is interesting, other users are able to run coreform without any issue except me. this means that i do have those two files somewhere i just cant seem to find it. and why does it only happen to me and not other users? weird.