Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
xiao wu
xiao wu el 13 de Mzo. de 2022
Editada: Paras Gupta el 29 de En. de 2024
我目前正在使用archlinux,下载好安装包解压后发现archieves子文件只有两个:common和glnxa64。而且运行install时反复提示libxxx.so.xxx:file too short。更改一个链接之后还会提示下一个。应该是链接全部失效了。请问如何处理。

Respuestas (1)

Paras Gupta
Paras Gupta el 29 de En. de 2024
Editada: Paras Gupta el 29 de En. de 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.

Categorías

Más información sobre 安装和许可简介 en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!