Filter löschen
Filter löschen

archives子文件夹少于三个文件安装失败

1 Ansicht (letzte 30 Tage)
xiao wu
xiao wu am 13 Mär. 2022
Bearbeitet: Paras Gupta am 29 Jan. 2024
我目前正在使用archlinux,下载好安装包解压后发现archieves子文件只有两个:common和glnxa64。而且运行install时反复提示libxxx.so.xxx:file too short。更改一个链接之后还会提示下一个。应该是链接全部失效了。请问如何处理。

Antworten (1)

Paras Gupta
Paras Gupta am 29 Jan. 2024
Bearbeitet: Paras Gupta am 29 Jan. 2024
Hello,
I understand that you are facing the error message "libxxx.so.xxx:file too short" when you try to run the MathWorks Installer on Linux. This issue is typically caused by broken symbolic links within the Installer when the Download-Only contents are downloaded and zipped on a Windows environment before being transferred to a Linux system.
Redownloading the Download-Only installation package directly onto a Linux machine to avoid any compatibility issues should solve the issue. However, If that is not possible, you can try the running the following unzip command with specific flags on your current download.
%'matlab_R2022a_glnxa64.zip' is a Download-Only installation file
unzip -X -K matlab_R2022a_glnxa64.zip
The '-X' and '-K' flag preserve the original file attributes and help maintain the integrity of symbolic links within the installer package.
Hope this helps.

Kategorien

Mehr zu 安装和许可简介 finden Sie in Help Center und File Exchange

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!