Skip to main content

Questions tagged [gdal]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
0 votes
1 answer
4k views

Import Error: /lib/libgdal.so.26: undefined symbol: TIFFReadRGBATileExt, version LIBTIFF_4.0

OS: Ubuntu 20.04 (Focal-Fossa) I get this error while running running opensfm binaries. This is not related to opensfm as it has run correctly on previous ubuntu20.04 installation. Error seems to ...
Sarvesh Thakur's user avatar
1 vote
1 answer
128 views

apt-get autoremove is messing up locale stuff after having installed the gdal-bin package from debian testing main

I am trying to update the gdal-bin package from Debian unstable in the following Dockerfile: FROM postgis/postgis:15-master RUN echo 'deb http://deb.debian.org/debian testing main' >> /etc/apt/...
s.k's user avatar
  • 471
0 votes
0 answers
92 views

Error while compiling GMT(generic mapping tool on centos7) with GDAL

I am having the following error while compiling GMT with GDAL and I am unable to figure out the root cause of it. GDAL has been compiled from the source (following this link). Dependencies too has ...
Navneet Srivastava's user avatar
0 votes
1 answer
334 views

How to compile from source and repackage into binaries for distribution?

currently I have compiled and installed the GDAL3.0.4 library from source which also require me to compile and install Proj6.0.0. That is working fine. So my next part is, i need to package the ...
machy's user avatar
  • 1
3 votes
2 answers
1k views

Where are the GDAL binaries stored on CentOS 7?

I'm trying to make sure GDAL is installed on my system, and the Download documentation says that Fedora, since release 7, includes GDAL binaries. Where are those GDAL binaries? Or what's the name ...
Michael Hoffmann's user avatar
1 vote
1 answer
2k views

GDAL: Install GDAL on AMI

I have tried: sudo yum install gdal sudo yum install gdal-libs and couple of other commands. Is there an easy way to install gdal and then python gdal libraries on Amazon Machine Instance?
Vishal R's user avatar
  • 111
0 votes
1 answer
310 views

Build gdal with mrsid plugin on fedora 21 server

I've been having an issue for over a week now. The problem is, I can't build gdal source with MrSid DSDK on Fedora 21 Server. I have built and installed gdal with MrSid on Fedora 21 without any ...
Scrappy's user avatar
0 votes
2 answers
873 views

Build gdal with mrsid DSDK on fedora 21

I'm trying to build gdal 1.11.2 from source with mrsid DSDK enabling gdal to able to read mrsid file. I did all the required things and after I run make it shows me the following error message: ...
koko's user avatar
  • 1
0 votes
1 answer
792 views

Installing gdal python package inside Python27 Software Collection

I have a Centos 6.6 VM with the Python 2.7 SCL. I have gdal and gdal-devel installed. If I start the scl with sudo scl enable python27 bash and do a pip install gdal it fails on: gcc -pthread -fno-...
Justin Dearing's user avatar