caffe + anaconda2 重新编译后出现问题
1、/usr/lib/x86_64-linux-gnu/libunwind.so.8: undefined reference to `lzma_index_size@XZ_5.0在~/.bashrc的末尾加上,然后重启(source ~/.bashrc).export LD_LIBRARY_PATH=”/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH”2、/usr/b
·
1、/usr/lib/x86_64-linux-gnu/libunwind.so.8: undefined reference to `lzma_index_size@XZ_5.0
在~/.bashrc的末尾加上,然后重启(source ~/.bashrc).
export LD_LIBRARY_PATH=”/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH”
2、/usr/bin/ld: warning: libpng16.so.16, needed by/home/andrei/anaconda/lib/libopencv_highgui.so,not found (try using-rpathor-rpath-link)
cd /usr/lib/x86_64-linux-gnu
sudo ln -s ~/anaconda/lib/libpng16.so.16 libpng16.so.16
sudo ldconfig
3、.build_release/test/…:error while loading shared libraries:libhdf5_hl.so.8:cannot
cd /usr/lib/x86_64-linux-gnu
sudo ln -s libhdf5.so.7 libhdf5.so.8
sudo ln -s libhdf5_hl.so.7 libhdf5_hl.so.8
sudo ldconfig
更多推荐
已为社区贡献1条内容
所有评论(0)