在ubuntu15.04中安装caffe时,未定义引用`lzma_index_buffer_decode'

时间:2016-04-14 14:44:12

标签: ubuntu caffe

我想在ubuntu中安装caffe,我已经安装了cudnn / cuda / anaconda / openCV。但是当我在caffe-master文件夹下make all -j4时,它会显示

/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

任何人都可以告诉我如何解决这个问题?非常感谢!

1 个答案:

答案 0 :(得分:0)

实际上尝试导出LD_LIBRARY_PATH = / usr / lib / x86_64-linux-gnu /