On vendredi 14 février 2020 20:16:47 CET Joseph Risi wrote:
> I'm running Red Hat 8, and I'm trying to install gdal 3.0.4 on it.
> 
> The commands I've excuted thus far:
> 
> wget http://download.osgeo.org/gdal/3.0.4/gdal-3.0.4.tar.gz
> tar zxvf gdal-3.0.4.tar.gz
> cd gdal-3.0.4
> ./configure
> sudo make install
> 
> After I run `sudo make install`, I get the following error messages:

The easiest to fix is (assuming you don't need JPEG 12 bit support):

./configure --without-jpeg12
and "make clean" before rebuilding

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to