Error loading components

Dear experts,
I am trying to run Coreform Cubit 2021.11 on Ubuntu 20.04. I get the following errors:

[2022-04-02 16:55:06.820] [info] RLM session initialized
HTTP ERROR: 0 CURL CODE: 60
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

I attach here the debug_cubit.txt
debug_cubit.txt (2.8 MB)

Regards,
Lovepreet

It seems that the plugins can’t find libGLU.so.1 on your computer. On Ubuntu 20.04, libGLU.so.1 is usually provided by your graphics card drivers. If you don’t have a graphics card, you can install a software version of it from mesa like this:

sudo apt-get install libglu1-mesa

Thanks a lot! It has worked.

Regards,
Lovepreet

1 Like