Get error "libicudata.so.69" while installing Matlab on Linux

39 次查看(过去 30 天)
I am trying to install Matlab on a Linux VM. When I run the install command, I get this error message: "error while loading shared libraries: libicudata.so.69: cannot open shared file: no such file or directory" Any ideas why this could be?
  3 个评论
Miguel Angel Torres
Hello all,
I am trying to install matlab_R2023a in a linux virtual machine, I have unzip with unzip -X -K and tried to install with sudo ./install and I get the following error:
... matlab/bin/glnxa64/MathWorksProductInstaller: error while loading shared libraries: libicuuc.so.69: cannot open shared object file: No such file or directory
Any solution?
Miguel Angel Torres
The problem seems to be that I was unzipping the zip into a shared folder of the VM and the host (with VirtualBox's folder sharing functionality) and there were permissions issues.

请先登录,再进行评论。

回答(1 个)

Chetan
Chetan 2023-9-14
I hope this message finds you well. I understand that you are currently facing an issue during installation, which may be due to the library not being upgraded or available on your system.
To resolve this issue, I recommend trying the following steps to download and install the libicuuc.so.16 libraries on your Linux system:
  1. Open the terminal and enter the following commands:
sudo apt update
sudo apt install libicu-dev
This will update your system and install the latest version of the ICU library, which includes the libicuuc.so.16 library file.
2. After the installation is complete, you can find the library file at the following location:
/usr/lib/x86_64-linux-gnu/libicuuc.so.16
3. Finally, update the system's shared library cache by running the following command:
sudo ldconfig
I hope these suggestions help you resolve the issue you are facing.

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by