invalid mex file, missing dependent shared libraries
显示 更早的评论
Hello,
I have a code (user provided) that used to work well with R2016a, but for some reasons I had to move to R2017a for my project, and suddenly this code has stopped working. It's not the problem of the code, just some missing dependencies from MATLAB's side. Can somebody please help me with this? The error is -
Invalid MEX-file
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64':
Missing dependent shared libraries:
'libstdc++.so.6' required by
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64'
'libm.so.6' required by
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64'
'libpthread.so.0' required by
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64'
'libc.so.6' required by
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64'
Missing symbol 'free' required by
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64'
Missing symbol '__gxx_personality_v0' required by
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64'
Missing symbol 'malloc' required by
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64'.****
1 个评论
Walter Roberson
2018-2-1
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 File Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!