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

9 views (last 30 days)
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

MathWorks Support Team
MathWorks Support Team on 22 Nov 2022
The issues can be solved by installing missing libraries on RedHat:
yum -y install libglvnd-glx libXt

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

No tags entered yet.

Products


Release

R2022b

Community Treasure Hunt

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

Start Hunting!