I'm trying to install Postgis 2.1 on Centos 6.9 (and postgresql 9.5). I try to yum install it:
yum install postgis21_95
And get the error:
> Finished Dependency Resolution
Error: Package: gdal-libs-1.9.2-8.rhel6.x86_64 (pgdg-common)
Requires: libgeotiff.so.2()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I have installed the package: "libgeotiff.x86_64 1.2.5-6.el6" but that doesn't seem to be the right one.
I have very little experience installing packages on linux. I did some web searches and didn't find an answer.
- What can I do to get it to properly install?
Alternatively: 2. If I don't need the geotiff functionality of postgis, can I safely skip this using "--skip-broken"?