您的位置:首页 > Web前端

caffe编译遇到“libunwind.so.8: undefined reference”问题

2016-06-12 20:53 866 查看
http://www.code-barn.com/q/36626562/
/usr/lib/x86_64-linux-gnu/libunwind.so.8: undefined reference to lzma_index_buffer_decode@XZ_5.0
/usr/lib/x86_64-linux-gnu/libunwind.so.8: undefined reference to lzma_index_size@XZ_5.0
/usr/lib/x86_64-linux-gnu/libunwind.so.8: undefined reference  to lzma_index_uncompressed_size@XZ_5.0
/usr/lib/x86_64-linux-gnu/libunwind.so.8: undefined reference to lzma_stream_footer_decode@XZ_5.0
/usr/lib/x86_64-linux-gnu/libunwind.so.8: undefined reference to lzma_index_end@XZ_5.0
/usr/lib/x86_64-linux-gnu/libunwind.so.8: undefined reference to lzma_stream_buffer_decode@XZ_5.0

解决方案:
Actually try

export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: