How To Set LD_LIBRARY_PATH on Linux for Deployed Code without MCR
Mostrar comentarios más antiguos
I have a ulitily requiring MATLAB R2020b features which I want to deploy. The system (a managed linux environment) has MATLAB R2020b installed but currently not the MCR. I'm looking for an interim solution to deploy the code before R2020b's MCR is available. I feel I should be able to point the launch script at the MATLAB R2020b installation to gain access to the libraries.
How can I adapt the launch script to use libraries from MATLAB?
I have tried pointing MCRROOT to the MATLAB R2020b installation folder (which has worked in previous releases). All the subdirectories referenced by the script exist -- but I get the following error.
myDeployedCode: symbol lookup error: /opt/localsoft/cdtng/tools/matlab/R2020b/sys/os/glnxa64/libstdc++.so.6: undefined symbol: __cxa_thread_atexit_impl
I don't have rights to change either the system settings or the MATLAB installation, so I need to work with the current setup.
So, I have two questions:
- Is what I'm trying to do even possible?
- What should my launch script look like to correctly pick up all the required libraries?
Any suggestions much appreciated.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!