sablok <sab...@amazon.com> writes:

> it errors out with the following statement : Could not find GDALAllRegister,
> Could not find GDAL and in the config.log it points out the code where the
> error occured with the following statement :
>
> /root/lib/libgdal.so: undefined reference to `inflateCopy@ZLIB_1.2.0'
>
> Can anyone help me out with what is going wrong here and how can I fix this?

It seems highly likely that either

  your libz is messed up

or

  you have multiple libz versions on your system, and are using
  different ones for different things, or building with one, and running
  with another, or something like that


I would suggest figuring out how to get to only one copy of libz
existing.   I also suggest not trying to build new software on LTS
systems - but you didn't explain what you are doing in detail.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to