我想在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
任何人都可以告诉我如何解决这个问题?非常感谢!
答案 0 :(得分:0)
实际上尝试导出LD_LIBRARY_PATH = / usr / lib / x86_64-linux-gnu /