Why does MATLAB R2007a crash on Solaris 10 with the error: "Symbol XTSOLgetResAttributes: referenced symbol not found"

1 view (last 30 days)
When I start MATLAB R2007a on a Solaris 10 machine, I get the following error message:
ERROR: Warning: InitJava Error: libmwjmi_mi_so: ld.so.1 MATLAB:fatal: relocation error: file /usr/lib/libXm.so.4:\n\nSymbol XTSOLgetResAttributes: referenced symbol not found\n\nFailed to start the Desktop: Unable to register CommandWindow
MATLAB fails to start thereafter.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 19 Jan 2021
Edited: MathWorks Support Team on 19 Jan 2021
This error appears to be caused by having patch 119280-08 installed on a Solaris 10 machine. Applying patch 119280-11 (and the patch dependencies) appears to resolve this issue.
To confirm that the offending patch is installed, you can run the following commands in a terminal:
showrev -p | grep 119280-08
If patch 119280-08 is present, download and apply the update to 119280-11 from Sun's website. If MATLAB fails to lauch after the update, you can contact the Installation Support team for further assistance here:

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products


Release

R2007a

Community Treasure Hunt

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

Start Hunting!