Could not open library: libmwfrommmfile.so
조회 수: 3 (최근 30일)
이전 댓글 표시
when i try to execute file Perception.elf(executable file for raspberry file ) i got an error
sudo ./Perception.elf
**** Starting the application ****
Path = /home/team6/MATLAB_ws/R2023b/home/seame-workstation08/Archa/DES_Adaptive-Application/Perception/
Could not open library: libmwfrommmfile.so
even thought i have the file libmwfrommmfile.so in my system
댓글 수: 2
답변 (1개)
Gyan Vaibhav
2024년 3월 12일
Hi 제형,
As you have mentioned that you have verified that the libmwfrommmfile.so file is present on your system, then the error can occur if the runtime environment is not configured properly. The runtime environment needs to be configured to locate the library, by adding the path to the library to the LD_LIBRARY_PATH environment variable.
You can follow this link to set the environment variable. https://stackoverflow.com/questions/13428910/how-to-set-the-environment-variable-ld-library-path-in-linux
Hope this helps.
Thanks
Gyan
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Support Package for Raspberry Pi Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!