You are not logged in.
Pages: 1
So I just installed simulink and matlab on student license on arch linux. I had problems with simulink before, so I just decided to install everything available with the installer. Matlab opens up and works fine, but whenever I click the simulink button, I get the following error:
"
Caught "std::exception" Exception message is:
Error loading /usr/local/MATLAB/R2024b/bin/glnxa64/CmlinkViewExtensions/shared_cmlink/view/svn/libmwcmlink_view_svn_extension.so. libcrypt.so.1: cannot open shared object file: No such file or directory: Success: Success
"
I have not been able to find this error literally anywhere else, and when I submitted a support ticket to matlab, they said to change distro (bruh). I can use a virtual machine, but I really dont want to as that would be much more annoying then just having it on my computer properly
Last edited by Chris Wood (2024-10-09 18:56:19)
Offline
Also, I am running the 2024b release. I have tried to install versions before that, but with all of them, I get:
"
terminate called after throwing an instance of 'std::runtime_error'
what(): Failed to launch web window with error: Unable to launch the MATLABWindow application. The exit code was: 1
Aborted
"
when I run the install script
Offline
Do you have libxcrypt-compat installed?
How did you install matlab and simulink?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Thank you so much! installing libxcrypt-compat was all I needed to do.
For reference, I installed matlab via the zip download they provide on their website, then running the contained install script
Offline
Pages: 1