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 [email protected] Pronouns: He/Him/His ________________________________ From: Even Rouault <[email protected]> Sent: Friday, February 14, 2020 4:37 PM To: [email protected] <[email protected]> Cc: Joseph Risi <[email protected]> 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
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
