Error loading component libcfplugincomp.ccl

Hi there,

I’m trying to install Cubit on my Centos 7.4 and the launched GUI shows very limited functions along with errors about loading several components, could you have me to solve this installing issue? Thanks in advance!

LD_LIBRARY_PATH="" coreform_cubit
Python version 0 selected
Error loading component:
libcfplugincomp.ccl
Error loading component:
libcfplugingui.ccg
Error loading component:
libcoreformcae.ccg
Error loading component:
libcubitcomp.ccl
Error loading component:
libcubitcompgui.ccg
Fontconfig warning: “/etc/fonts/fonts.conf”, line 86: unknown element “blank”

And some detailed outputs are shown below:
export CUBIT_VERBOSE=5
coreform_cubit
[2022-12-15 11:38:44.502] [app_logger] [info] Using gui
[2022-12-15 11:38:44.645] [app_logger] [trace] rlm_dir: /home/qimeng/Downloads/Coreform-Cubit-2022.12/bin/licenses:/home/qimeng/.config/Coreform/licenses
[2022-12-15 11:38:44.646] [app_logger] [debug] /home/qimeng/Downloads/Coreform-Cubit-2022.12/bin/licenses:/home/qimeng/.config/Coreform/licenses
[2022-12-15 11:38:44.651] [app_logger] [debug] RLM initialized
[2022-12-15 11:38:44.651] [app_logger] [info] RLM session initialized
[2022-12-15 11:38:46.653] [app_logger] [error] No logins were valid: -1
Python version 0 selected
[2022-12-15 11:38:47.053] [app_logger] [error] dlopen error: /home/qimeng/Downloads/Coreform-Cubit-2022.12/bin/libcfplugincomp.ccl libOpenGL.so.0: cannot open shared object file: No such file or directory
[2022-12-15 11:38:47.053] [app_logger] [error] Error loading component libcfplugincomp.ccl
Error loading component:
libcfplugincomp.ccl
[2022-12-15 11:38:47.055] [app_logger] [error] dlopen error: /home/qimeng/Downloads/Coreform-Cubit-2022.12/bin/libcfplugingui.ccg libOpenGL.so.0: cannot open shared object file: No such file or directory
[2022-12-15 11:38:47.055] [app_logger] [error] Error loading component libcfplugingui.ccg
Error loading component:
libcfplugingui.ccg
[2022-12-15 11:38:47.057] [app_logger] [error] dlopen error: /home/qimeng/Downloads/Coreform-Cubit-2022.12/bin/libcoreformcae.ccg libOpenGL.so.0: cannot open shared object file: No such file or directory
[2022-12-15 11:38:47.058] [app_logger] [error] Error loading component libcoreformcae.ccg
Error loading component:
libcoreformcae.ccg
[2022-12-15 11:38:47.060] [app_logger] [error] dlopen error: /home/qimeng/Downloads/Coreform-Cubit-2022.12/bin/libcubitcomp.ccl libOpenGL.so.0: cannot open shared object file: No such file or directory
[2022-12-15 11:38:47.060] [app_logger] [error] Error loading component libcubitcomp.ccl
Error loading component:
libcubitcomp.ccl
[2022-12-15 11:38:47.063] [app_logger] [error] dlopen error: /home/qimeng/Downloads/Coreform-Cubit-2022.12/bin/libcubitcompgui.ccg libOpenGL.so.0: cannot open shared object file: No such file or directory
[2022-12-15 11:38:47.063] [app_logger] [error] Error loading component libcubitcompgui.ccg
Error loading component:
libcubitcompgui.ccg
Fontconfig warning: “/etc/fonts/fonts.conf”, line 86: unknown element “blank”

By the way, here is my OpenGL info, in case needed:

glxinfo|grep “OpenGL version”
OpenGL version string: 3.0 Mesa 17.0.1
(base) [qimeng@earth Coreform-Cubit-2022.12]$ glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.0.1
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.0.1
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 17.0.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:

Hi,

I’m going to take a guess here. You likely have another version of libOpenGL in your system. It looks like we are looking for libOpenGL.so.0. Can you create a soft link from the version of libOpenGL.so on your system to libOpenGL.so.0?

Thanks,
Karl