Open yangnk opened 7 years ago
The warning indicates that you have successfully installed libpng-1.6.22. The problem is in your build script for caffe. It compiled the application with the old libpng-1.2.50 headers but then linked with libpng-1.6.22. Have you relinked caffe after installing libpng-1.6.22?
@ctruta: close
dear sir: when i run caffe, I met the following error, i think is libpng version too low, but when i download libpng 1.6.22 and compile the source, caffe still use libpng-1.2.50, so how to update libpng-1.6.22?