Error using loadlibrary ; Could not find file libCore.h.
조회 수: 12 (최근 30일)
이전 댓글 표시
Hello everyone!
I'm using Omega Toolbox in Matlab on my ubuntu system to reconstruct data in root format from the Gate software.
When I load the data I get this error:
"Invalid C++ MEX-file 'GATE_root_matlab': libCore.so: cannot open shared object file: No such file or directory"
So I tried to solve it as follows:
setenv('LD_LIBRARY_PATH', '/lib/x86_64-linux-gnu:/lib64:$LD_LIBRARY_PATH'); %indicates the paths of the libCore.so dependencies
loadlibrary('/home/vgate/Software/root/bin/lib/libCore.so');
Then, I get this error
"Error using loadlibrary
Could not find file libCore.h.
Error in loadlibrary
Error in gate_main_simple (line 325)
loadlibrary('/home/vgate/Software/root/bin/lib/libCore.so');"
I've tried looking for libCore.h on the computer but I can't find it. Does anyone know what I can do?
Thank you
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Entering Commands에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!