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!