| From: | Joe McEttrick <mcettrickwork(at)gmail(dot)com> |
|---|---|
| To: | pgsql-pkg-yum(at)lists(dot)postgresql(dot)org |
| Subject: | PostGIS 3.0 dependency error |
| Date: | 2019-09-10 21:52:49 |
| Message-ID: | CAPasKHredBGhkp35GVP3VSnY1mN3fJ7-=NcWJ2Y8qqSDiLWBfg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-pkg-yum |
Greetings,
I'm seeing a transitive dependency issue in the pgdg yum repos when
installing postgis30 packages.
sudo yum install postgis30_10-utils
...
-> Processing Dependency: sqlite-libs >= 3.7 for package:
proj61-6.1.0-1.rhel7.x86_64
--> Finished Dependency Resolution
Error: Package: proj61-6.1.0-1.rhel7.x86_64 (pgdg10)
Requires: sqlite-libs >= 3.7
This is on CentOS 7. I'm seeing the same issue with the postgis30_11
package. Anyone have thoughts on how to get the proj61 dependency fixed?
Forcing the dependency to install has worked so far as a workaround, but
this is not ideal obviously.
sudo rpm -Uvh --nodeps proj61-6.1.0-1.rhel7.x86_64.rpm
Thanks in advance,
Joe
| From | Date | Subject | |
|---|---|---|---|
| Next Message | James Cassell | 2019-09-11 00:51:41 | Re: PostGIS 3.0 dependency error |
| Previous Message | Justin Pryzby | 2019-09-07 17:52:10 | postgis30 / RH6 |