error loading shared libraries: libicuuc.so.69

120 次查看(过去 30 天)
I get this message when trying to run MATLAB after an install without any "errors":
/data/MATLAB/R2022a/bin/glnxa64/MATLAB: error while loading shared libraries: libicuuc.so.69: cannot open shared object file: No such file or directory
I tried this with R2022a and R2022b.
I do have R2021a and R2023a running...
  2 个评论
Rafael
Rafael 2023-5-15
编辑:Rafael 2023-5-15
I have a similar problem while trying to run the installer itself. Maybe the package has been upgraded lately?
/Downloads/matlab_R2022b_glnxa64/bin/glnxa64/MathWorksProductInstaller: error while loading shared libraries: libicuuc.so.69: cannot open shared object file: No such file or directory
I use Fedora 37 (Workstation), and trying to install MATLAB 2022b.
Carlos
Carlos 2024-1-18
Hi,
I am getting this exact same error when trying to install R2023b on Ubuntu 22.04 LTS.
I checked the folder /usr/lib/x86_64-linux-gnu and I only have the file libicuuc.so.70.1
Any suggestion on how to fix this?

请先登录,再进行评论。

回答(2 个)

Piyush
Piyush 2023-5-16
Try downloading and installing libicuuc.so.16 on your Linux system-
sudo apt update
sudo apt install libicu-dev
This will install the latest version of the ICU library, which includes the libicuuc.so.16 library file.
You will find the file in the following location-
/usr/lib/x86_64-linux-gnu/libicuuc.so.16
Now, update the system's shared library cache using the command:
sudo ldconfig
If you are not using Linux system, search for the commands to do the same thing.
  2 个评论
Carlos
Carlos 2024-1-18
Hi,
I am getting this exact same error when trying to install R2023b on Ubuntu 22.04 LTS.
I checked the folder /usr/lib/x86_64-linux-gnu as you suggest, and I only have the file libicuuc.so.70.1
Any suggestion on how to fix this?
Bruno
Bruno 2024-2-29
Same here. The closest I get in that direcotry is libicuuc.so.70.1

请先登录,再进行评论。


Bruno
Bruno 2024-3-4
Customer service. Please!
I'm on a free demo here, clock is ticking and the thing doesn't even install.
I am getting the same error as the one mentioned above. I followed the instructions above to ionstall the library but it installs libicuuc.so.70.1 and I am getting still the same error.
I need some directions, please.
I'd really like to eventually buy this software but (obviously) I won't if it doesn't even install!

类别

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