public inbox for [email protected]  
help / color / mirror / Atom feed
yum install postgis23_96-2.3.4-1.rhel7.x86_64 break
3+ messages / 2 participants
[nested] [flat]

* yum install postgis23_96-2.3.4-1.rhel7.x86_64 break
@ 2018-04-06 06:56  Marko Kuosmanen <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: Marko Kuosmanen @ 2018-04-06 06:56 UTC (permalink / raw)
  To: pgsql-pkg-yum

PostgreSQL PostGIS yum install is broke.

Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
           Requires: libdapserver.so.7()(64bit)
Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
           Requires: libdap.so.17()(64bit)
Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
           Requires: libarmadillo.so.8()(64bit)
Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
           Requires: libogdi.so.3()(64bit)
Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
           Requires: libCharLS.so.1()(64bit)
Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
           Requires: libgta.so.0()(64bit)
Error: Package: postgis23_96-2.3.4-1.rhel7.x86_64 (pgdg96)
           Requires: hdf5
Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
           Requires: libnetcdf.so.7()(64bit)
Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
           Requires: libfreexl.so.1()(64bit)
Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
           Requires: libcfitsio.so.2()(64bit)
Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
           Requires: libdapclient.so.6()(64bit)
Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
           Requires: libopenjp2.so.7()(64bit)
Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
           Requires: libhdf5.so.8()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: yum install postgis23_96-2.3.4-1.rhel7.x86_64 break
@ 2018-04-06 13:13  John Harvey <[email protected]>
  parent: Marko Kuosmanen <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: John Harvey @ 2018-04-06 13:13 UTC (permalink / raw)
  To: Marko Kuosmanen <[email protected]>; +Cc: pgsql-pkg-yum

Hi Marko,

It looks like you do not have EPEL repos enabled.  Can you give that a try?

For EL-7, you can do either:
sudo yum install epel-release
or:
sudo yum install
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

Hope that helps!

Regards,
  -John

On Fri, Apr 6, 2018 at 2:56 AM, Marko Kuosmanen <[email protected]> wrote:

> PostgreSQL PostGIS yum install is broke.
>
> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>            Requires: libdapserver.so.7()(64bit)
> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>            Requires: libdap.so.17()(64bit)
> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>            Requires: libarmadillo.so.8()(64bit)
> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>            Requires: libogdi.so.3()(64bit)
> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>            Requires: libCharLS.so.1()(64bit)
> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>            Requires: libgta.so.0()(64bit)
> Error: Package: postgis23_96-2.3.4-1.rhel7.x86_64 (pgdg96)
>            Requires: hdf5
> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>            Requires: libnetcdf.so.7()(64bit)
> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>            Requires: libfreexl.so.1()(64bit)
> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>            Requires: libcfitsio.so.2()(64bit)
> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>            Requires: libdapclient.so.6()(64bit)
> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>            Requires: libopenjp2.so.7()(64bit)
> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>            Requires: libhdf5.so.8()(64bit)
>  You could try using --skip-broken to work around the problem
>  You could try running: rpm -Va --nofiles --nodigest
>
>
>
>
>


^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: yum install postgis23_96-2.3.4-1.rhel7.x86_64 break
@ 2018-04-09 07:41  Marko Kuosmanen <[email protected]>
  parent: John Harvey <[email protected]>
  0 siblings, 0 replies; 3+ messages in thread

From: Marko Kuosmanen @ 2018-04-09 07:41 UTC (permalink / raw)
  To: John Harvey <[email protected]>; +Cc: pgsql-pkg-yum

Thanks, It worked.

pe 6. huhtik. 2018 klo 16.13 John Harvey <[email protected]>
kirjoitti:

> Hi Marko,
>
> It looks like you do not have EPEL repos enabled.  Can you give that a try?
>
> For EL-7, you can do either:
> sudo yum install epel-release
> or:
> sudo yum install
> https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
>
> Hope that helps!
>
> Regards,
>   -John
>
> On Fri, Apr 6, 2018 at 2:56 AM, Marko Kuosmanen <[email protected]> wrote:
>
>> PostgreSQL PostGIS yum install is broke.
>>
>> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>>            Requires: libdapserver.so.7()(64bit)
>> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>>            Requires: libdap.so.17()(64bit)
>> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>>            Requires: libarmadillo.so.8()(64bit)
>> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>>            Requires: libogdi.so.3()(64bit)
>> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>>            Requires: libCharLS.so.1()(64bit)
>> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>>            Requires: libgta.so.0()(64bit)
>> Error: Package: postgis23_96-2.3.4-1.rhel7.x86_64 (pgdg96)
>>            Requires: hdf5
>> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>>            Requires: libnetcdf.so.7()(64bit)
>> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>>            Requires: libfreexl.so.1()(64bit)
>> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>>            Requires: libcfitsio.so.2()(64bit)
>> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>>            Requires: libdapclient.so.6()(64bit)
>> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>>            Requires: libopenjp2.so.7()(64bit)
>> Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg96)
>>            Requires: libhdf5.so.8()(64bit)
>>  You could try using --skip-broken to work around the problem
>>  You could try running: rpm -Va --nofiles --nodigest
>>
>>
>>
>>
>>
>


^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2018-04-09 07:41 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2018-04-06 06:56 yum install postgis23_96-2.3.4-1.rhel7.x86_64 break Marko Kuosmanen <[email protected]>
2018-04-06 13:13 ` John Harvey <[email protected]>
2018-04-09 07:41   ` Marko Kuosmanen <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox