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!