Thread: 9.4 repository depends on EPEL?

9.4 repository depends on EPEL?

From
Victor Yegorov
Date:
Greetings.

I'm installing 9.4beta3 on a fresh CentOS 6.5 (minimal) install.

I've done the following:


2. Added `exclude=postgresql*` to the `/etc/yum.repos.d/CentOS-Base.repo,
  sections [base] and [updates]

3. Executed `yum install vim screen kernel-devel gcc man -y`
  Needed for VBox Guest Additions

4. Executed `yum install postgresql94-server postgresql94-contrib postgresql94-client -y`
    and `yum install barman repmgr -y`

Finally, I run `yum install postgis2_94` and I get the following:

    Error: Package: postgis2_94-2.1.3-1.rhel6.x86_64 (pgdg94)
               Requires: libjson.so.0()(64bit)
    Error: Package: postgis2_94-2.1.3-1.rhel6.x86_64 (pgdg94)
               Requires: json-c
    Error: Package: postgis2_94-client-2.1.3-1.rhel6.x86_64 (pgdg94)
               Requires: libgdal.so.1()(64bit)
    Error: Package: postgis2_94-2.1.3-1.rhel6.x86_64 (pgdg94)
               Requires: libgdal.so.1()(64bit)
    Error: Package: postgis2_94-2.1.3-1.rhel6.x86_64 (pgdg94)
               Requires: hdf5

My search shows, that packages `json-c` and `hdf5` are provided by EPEL.

Is having EPEL enabled on a system is a prerequisite?


--
Victor Y. Yegorov
Attachment

Re: 9.4 repository depends on EPEL?

From
Devrim Gündüz
Date:
Hi,

On Fri, 2014-10-10 at 14:54 +0300, Victor Yegorov wrote:

> My search shows, that packages `json-c` and `hdf5` are provided by
> EPEL.
>
> Is having EPEL enabled on a system is a prerequisite?

Yes. We did some work in order to minimize the dependencies, but still
you will need EPEL repo.

Regards,
--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR


Attachment

Re: 9.4 repository depends on EPEL?

From
Victor Yegorov
Date:
2014-10-10 15:15 GMT+03:00 Devrim Gündüz <devrim@gunduz.org>:
Yes. We did some work in order to minimize the dependencies, but still
you will need EPEL repo.

OK, I followed that root and added EPEL:


2. yum update


Still, I get the following error for `yum install postgis2_94`:

    Error: Package: gdal-1.7.3-15.el6.x86_64 (epel)
               Requires: libgeotiff.so.1.2()(64bit)


--
Victor Y. Yegorov
Attachment

Re: 9.4 repository depends on EPEL?

From
Victor Yegorov
Date:
2014-10-10 15:45 GMT+03:00 Victor Yegorov <vyegorov@gmail.com>:
Still, I get the following error for `yum install postgis2_94`:

    Error: Package: gdal-1.7.3-15.el6.x86_64 (epel)
               Requires: libgeotiff.so.1.2()(64bit)

In fact, postgis2_93 depends on gdal-libs-1.9.2-6.rhel6.x86_64,
yet postgis2_94 wants gdal-1.7.3-15.el6.x86_64.

Why so? It appears that gdal-1.7.3 is much older.


--
Victor Y. Yegorov