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:

path/to/gdal-3.0.4/.libs/libgdal.so: undefined reference to 
`jpeg_CreateDecompress_12`
path/to/gdal-3.0.4/.libs/libgdal.so: undefined reference to 
`jpeg_write_tables_12`
path/to/gdal-3.0.4/.libs/libgdal.so: undefined reference to 
`jpeg_start_decompress_12`
...

It continues on like this for some amount of lines all starting with `jpeg` and 
ending with `12` and different words in between. It finally ends with:

collect2: error: ld returned 1 exit status
make[1]: *** [GNUmakefile:82: gdalinfo] Error 1
make: *** [GNUmakefile:112: apps-target] Error 2

I'm not sure what to do or what this error even means. If anyone has any ideas, 
or if there is anymore information I can share, let me know.

Joseph A. Risi
Information Analyst
MDRC
200 Vesey Street, 23rd Floor
New York, NY 10281
[email protected]
Pronouns: He/Him/His
_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to