I built VIPS 8.1.1 with
libjpeg-turbo-official 1.4.2-2050921
I downloaded the package from the sourceforge project website. After installing the package, I configure Vips with
./configure --with-jpeg-includes=/opt/libjpeg-turbo/include --with-jpeg-libraries=/opt/libjpeg-turbo/lib64/libjpeg.a
When I tried either loading jpeg file or saving jpeg file, I had this error message:
VipsJpeg: Wrong JPEG library version: library is 80, caller expects 62
Did I build the VIPS the wrong way? Should I build with other version of libjpeg-turbo ? Or is it other problem?
I found another library file named libjpeg.so.62
, I tried uninstalling Vips and rebuild again with this file, but the problem persists.