Error while installing RoadRunner: "error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory"
이전 댓글 표시
After installing RoadRunner, I get the following error trying to run the installer
"error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory"
how do I resolve this?
채택된 답변
추가 답변 (1개)
Omkar
2024년 5월 31일
In case of Ubuntu 22.04, following steps can be taken to resolve the issue with the reported error: "Error - ./AppRoadRunner: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory"
Start a terminal and run following two commands:
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
After this RoadRunner 2024a should run. Navigate to /usr/local/RoadRunner_R2024a/bin/glnxa64
Run ./AppRoadRunner
카테고리
도움말 센터 및 File Exchange에서 Get Started with RoadRunner에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!