davidgohel / ReporteRs

Note that ReporteRs has been removed from CRAN the 16th of July 2018 and is not maintained anymore. please migrate to officer.
245 stars 44 forks source link

libpng conflict #218

Closed kuzmenkov111 closed 6 years ago

kuzmenkov111 commented 6 years ago

Hi everyone! I have some problems in shiny report generator when use addPlot(...) function. libpng warning: Application was compiled with png.h from libpng-1.6.23 libpng warning: Application is running with png.c from libpng-1.2.50 libpng error: Incompatible libpng version in application and library Warning: Error in .jcall: org.docx4j.openpackaging.exceptions.Docx4JException: Error checking image format

I tried to install libpng16-6, but ubuntu 14/04 always use libpng12((

davidgohel commented 6 years ago

Hum, found that on google, looks very similar.

https://stackoverflow.com/questions/41989825/libpng-error-incompatible-libpng-version-in-application-and-library-in-rstudio/42025889#42025889