error loading shared libraries: libicuuc.so.69

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...

댓글 수: 3

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?
Emre
Emre 2024년 8월 24일
이동: Walter Roberson 2024년 8월 25일
I have made all suggestions, but I can't resolve the problem.

댓글을 달려면 로그인하십시오.

답변 (3개)

Piyush
Piyush 2023년 5월 16일

0 개 추천

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.

댓글 수: 3

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
Same here too.
I am using Ubuntu 22.04 LTS, R2022b
libicuuc.{a, so, so.55, so.55.1, so.70, so.70.1}
Did you solved it?

댓글을 달려면 로그인하십시오.

Bruno
Bruno 2024년 3월 4일

0 개 추천

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!

댓글 수: 1

MATLAB Answers is not an official support service of Mathworks. MATLAB Answers is for customers helping other customers.
You should request free installation assistance from Mathworks Support.

댓글을 달려면 로그인하십시오.

Sri Pramodh Rachuri
Sri Pramodh Rachuri 2025년 4월 7일

0 개 추천

I got this error when I was trying to install matlab using downloaded programs on a headless server. I solved it by unzipping the zip file present in the downloaded programs directory. Then I ran the installer and it worked like a charm
While unzipping, I skipped overwriting files but overwriting might work too try your luck. But if you didn't get the prompt asking if it should overwrite or not, you're doing something wrong.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

릴리스

R2022a

질문:

2023년 5월 11일

답변:

2025년 4월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by