Questions tagged [gdal]
The gdal tag has no usage guidance.
9 questions
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 ...
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/...
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 ...
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 ...
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 ...
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?
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 ...
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:
...
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-...