Re: [gdal-dev] jp2openjpeg: gdal build not finding openjpeg

2022-11-19 Thread Ashley Mort via gdal-dev
I found an old post from Even that mentioned PKG_CONFIG_PATH so I added the follow and everything works now: ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig Ashley Mort Sr. Software Engineer 972-638-6317 office 814-571-3039 cell From: Ashley Mort Sent: Friday, November 18, 2022 5:17 PM To: gdal-de

[gdal-dev] jp2openjpeg: gdal build not finding openjpeg

2022-11-18 Thread Ashley Mort via gdal-dev
I am trying to get jp2openjpeg in my GDAL build. This is in a docker image running CentOS7. I have successfully installed other libraries with GDAL (PROJ, Expat, LibTIFF, etc.) so I'm not sure why it's not finding OpenJPEG. Can anyone provide any advice on how to get the jp2openjpeg driver goi