1. 当运行命令"make runtest -j8" 时出现上述问题,有两种解决方案

  1)GitHub上的解决方案,链接:https://github.com/BVLC/caffe/issues/6139

  ubuntu 安装 caffe 解决://home/xiaojie/anaconda/lib/libpng16.so.16:对‘inflateValidate@ZLIB_1.2.9’未定义的引用

  可以看出,是可以解决问题的!!!

  2)执行命令:

1 git clone https://github.com/madler/zlib
2 cd path/to/zlib    #这里黄色标注的换成自己的路径即可
3 ./configure
4 make
5 make install # you may add 'sudo'