Why does the MATLAB Production server instance not start once having a single runtime?

I deployed a fresh installation of MATLAB Production Server R2022b on Linux RedHat 8.4 and installed runtime for R2022b and R2022a. When I specify only single runtime for instance, the instance can't start. When I specify two runtimes and divide them with a comma, the instance starts but with ctf validation warning:
1) /usr/local/MATLAB_Runtime/v912/bin/glnxa64/mps_worker_app: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory -----.
2) Unable to obtain ctf_info : /usr/local/MATLAB_Runtime/v913/bin/glnxa64/mps_check.ctf, Error in validating CTF manifest file ---- file is present, not sure what's the problem here

 Accepted Answer

The issues can be solved by installing missing libraries on RedHat:
yum -y install libglvnd-glx libXt

More Answers (0)

Categories

Products

Release

R2022b

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!