1. 当运行命令"make runtest -j8" 时出现上述问题,有两种解决方案:
1)GitHub上的解决方案,链接:https://github.com/BVLC/caffe/issues/6139
可以看出,是可以解决问题的!!!
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'
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:ubuntu 安装 caffe 解决://home/xiaojie/anaconda/lib/libpng16.so.16:对‘inflateValidate@ZLIB_1.2.9’未定义的引用 - Python技术站