[gdal-dev] Issue trying to install gdal 3.0.4 on Red Hat 8

Even Rouault even.rouault at spatialys.com
Fri Feb 14 13:37:50 PST 2020


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


More information about the gdal-dev mailing list