From: | Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> |
---|---|
To: | Clifford Snow <clifford(at)snowandsnow(dot)us>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Installing Postgis25_11 |
Date: | 2020-05-05 08:23:51 |
Message-ID: | 326b4a829358f6a6c0867f1f4e29aea446da8e6b.camel@cybertec.at |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, 2020-05-04 at 16:40 -0700, Clifford Snow wrote:
> When I try to install PostGIS version 2.5 to a Postgresql-11 installation on Fedora 32 I get warning that nothing provides for these packages:
> - nothing provides libproj.so.19()(64bit) needed by postgis25_11-2.5.4-1.f32.x86_64
> - nothing provides libSFCGAL.so.1()(64bit) needed by postgis25_11-2.5.4-1.f32.x86_64
> - nothing provides SFCGAL needed by postgis25_11-2.5.4-1.f32.x86_64
> - nothing provides gdal30-libs >= 3.0.4 needed by postgis25_11-2.5.4-1.f32.x86_64
> - nothing provides geos38 >= 3.8.1 needed by postgis25_11-2.5.4-1.f32.x86_64
> - nothing provides proj70 >= 7.0.0 needed by postgis25_11-2.5.4-1.f32.x86_64
>
> The yum repository [1] doesn't contain packages like these or does Fedora.
>
> Any recommendation on how to proceed?
There has been a change in the arrangement of the files in the repository
recently. You probably need to upgrade "pgdg-gedora-repo":
dnf upgrade pgdg-gedora-repo
See https://postgr.es/m/3758d9fb098f1109db3c64d4e40e109df3b7dad7.camel@gunduz.org
for details.
Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com
From | Date | Subject | |
---|---|---|---|
Next Message | legrand legrand | 2020-05-05 10:14:08 | Re: Migration from Oracle to Postgres |
Previous Message | Laurenz Albe | 2020-05-05 08:15:16 | Re: How to know if initial sync of logical subscription is finished |