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

Joseph Risi joseph.risi at mdrc.org
Fri Feb 14 13:59:14 PST 2020


Ah thank you. I found an alternative fix as well.

./configure --with-libtiff=internal --with-geotiff=internal --with-jpeg=internal --with-jpeg12

Joseph A. Risi
Information Analyst
MDRC
200 Vesey Street, 23rd Floor
New York, NY 10281
joseph.risi at mdrc.org
Pronouns: He/Him/His
________________________________
From: Even Rouault <even.rouault at spatialys.com>
Sent: Friday, February 14, 2020 4:37 PM
To: gdal-dev at lists.osgeo.org <gdal-dev at lists.osgeo.org>
Cc: Joseph Risi <joseph.risi at mdrc.org>
Subject: [X]Re: [gdal-dev] Issue trying to install gdal 3.0.4 on Red Hat 8

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 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.osgeo.org%2Fgdal%2F3.0.4%2Fgdal-3.0.4.tar.gz&data=02%7C01%7Cjoseph.risi%40mdrc.org%7C3e27a5a2530348feea9008d7b19625fc%7C3194279cbd8f4094ae73b54513b0a289%7C0%7C1%7C637173130763555057&sdata=4TDTN9yHHalTnf3x88hoZ8TbfhT09X%2FZ6yMWqfZ6Xac%3D&reserved=0
> 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
https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.spatialys.com&data=02%7C01%7Cjoseph.risi%40mdrc.org%7C3e27a5a2530348feea9008d7b19625fc%7C3194279cbd8f4094ae73b54513b0a289%7C0%7C1%7C637173130763555057&sdata=GozbtaTB6QW%2FvBjvROytRwR%2BqMWY7v8OYnHtShR3dok%3D&reserved=0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20200214/4437c1a7/attachment-0001.html>


More information about the gdal-dev mailing list