public inbox for [email protected]  
help / color / mirror / Atom feed
Issue installing postgis on RHEL9
4+ messages / 3 participants
[nested] [flat]

* Issue installing postgis on RHEL9
@ 2025-04-02 16:29  Danny Im <[email protected]>
  0 siblings, 2 replies; 4+ messages in thread

From: Danny Im @ 2025-04-02 16:29 UTC (permalink / raw)
  To: [email protected]

Hello,

I am having issues trying to install the postgis30_13 package on a RHEL9
host. Attempting to install the package gives me this error:

$ sudo dnf install postgis30_13
Updating Subscription Management repositories.
Zabbix 6.0 LTS RHEL9
                                      50 kB/s | 2.0 kB     00:00
EPEL 9
                                      52 kB/s | 2.3 kB     00:00
Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)
                                     97 kB/s | 4.1 kB     00:00
Shibboleth RHEL9
                                      44 kB/s | 2.0 kB     00:00
umn-rhel9-internal
                                      52 kB/s | 2.0 kB     00:00
DUO Security RHEL 9
                                     68 kB/s | 2.7 kB     00:00
PagerDuty Zabbix Agent
                                      60 kB/s | 2.0 kB     00:00
Microsoft for RHEL9
                                     41 kB/s | 2.0 kB     00:00
Oracle Instant Client for OL9
                                     49 kB/s | 2.0 kB     00:00
Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)
                                     105 kB/s | 4.5 kB     00:00
Error:
 Problem: package postgis30_13-3.0.7-1.rhel9.x86_64 from postgresql
requires gdal33-libs >= 3.3.3, but none of the providers can be installed
  - package postgis30_13-3.0.7-1.rhel9.x86_64 from postgresql requires
libgdal.so.29()(64bit), but none of the providers can be installed
  - cannot install the best candidate for the job
  - nothing provides libarmadillo.so.10()(64bit) needed by
gdal33-libs-3.3.3-7PGDG.rhel9.x86_64 from postgresql-common
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to
use not only best candidate packages)

I have epel enabled and the only version of armadillo available is
12.6.6-2.el9

Does anyone have any suggestions on how to resolve the issue?

-- 
Danny Im
Software Developer
Polar Geospatial Center
University of Minnesota


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

* Re: Issue installing postgis on RHEL9
@ 2025-04-02 16:32  Ron Johnson <[email protected]>
  parent: Danny Im <[email protected]>
  1 sibling, 1 reply; 4+ messages in thread

From: Ron Johnson @ 2025-04-02 16:32 UTC (permalink / raw)
  To: pgsql-generallists.postgresql.org <[email protected]>

On Wed, Apr 2, 2025 at 12:29 PM Danny Im <[email protected]> wrote:

> Hello,
>
> I am having issues trying to install the postgis30_13 package on a RHEL9
> host. Attempting to install the package gives me this error:
>
> $ sudo dnf install postgis30_13
> Updating Subscription Management repositories.
> Zabbix 6.0 LTS RHEL9
>                                       50 kB/s | 2.0 kB     00:00
> EPEL 9
>                                       52 kB/s | 2.3 kB     00:00
> Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)
>                                        97 kB/s | 4.1 kB     00:00
> Shibboleth RHEL9
>                                       44 kB/s | 2.0 kB     00:00
> umn-rhel9-internal
>                                       52 kB/s | 2.0 kB     00:00
> DUO Security RHEL 9
>                                        68 kB/s | 2.7 kB     00:00
> PagerDuty Zabbix Agent
>                                       60 kB/s | 2.0 kB     00:00
> Microsoft for RHEL9
>                                        41 kB/s | 2.0 kB     00:00
> Oracle Instant Client for OL9
>                                        49 kB/s | 2.0 kB     00:00
> Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)
>                                      105 kB/s | 4.5 kB     00:00
> Error:
>  Problem: package postgis30_13-3.0.7-1.rhel9.x86_64 from postgresql
> requires gdal33-libs >= 3.3.3, but none of the providers can be installed
>   - package postgis30_13-3.0.7-1.rhel9.x86_64 from postgresql requires
> libgdal.so.29()(64bit), but none of the providers can be installed
>   - cannot install the best candidate for the job
>   - nothing provides libarmadillo.so.10()(64bit) needed by
> gdal33-libs-3.3.3-7PGDG.rhel9.x86_64 from postgresql-common
> (try to add '--skip-broken' to skip uninstallable packages or '--nobest'
> to use not only best candidate packages)
>
> I have epel enabled and the only version of armadillo available is
> 12.6.6-2.el9
>
> Does anyone have any suggestions on how to resolve the issue?
>

Are the missing packages in EPEL?

-- 
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> lobster!


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

* Re: Issue installing postgis on RHEL9
@ 2025-04-02 17:12  Danny Im <[email protected]>
  parent: Ron Johnson <[email protected]>
  0 siblings, 0 replies; 4+ messages in thread

From: Danny Im @ 2025-04-02 17:12 UTC (permalink / raw)
  To: Ron Johnson <[email protected]>; +Cc: pgsql-generallists.postgresql.org <[email protected]>

It doesn't look like it.  I tried to find what provides libarmadillo.so.10
but could not find any packages:

$ sudo dnf provides */libarmadillo.so.10
Updating Subscription Management repositories.
Last metadata expiration check: 0:20:05 ago on Wed Apr  2 11:17:43 2025.
Error: No matches found. If searching for a file, try specifying the full
path or using a wildcard prefix ("*/") at the beginning.

The only version of armadillo available to me is 12.6.6-2.el9 which
provides libarmadillo.so.12

I assume I need an older version of armadillo, is there a particular repo
that I need to enable to get this particular dependency?

Thanks


On Wed, Apr 2, 2025 at 11:33 AM Ron Johnson <[email protected]> wrote:

> On Wed, Apr 2, 2025 at 12:29 PM Danny Im <[email protected]> wrote:
>
>> Hello,
>>
>> I am having issues trying to install the postgis30_13 package on a RHEL9
>> host. Attempting to install the package gives me this error:
>>
>> $ sudo dnf install postgis30_13
>> Updating Subscription Management repositories.
>> Zabbix 6.0 LTS RHEL9
>>                                         50 kB/s | 2.0 kB     00:00
>> EPEL 9
>>                                         52 kB/s | 2.3 kB     00:00
>> Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)
>>                                        97 kB/s | 4.1 kB     00:00
>> Shibboleth RHEL9
>>                                         44 kB/s | 2.0 kB     00:00
>> umn-rhel9-internal
>>                                         52 kB/s | 2.0 kB     00:00
>> DUO Security RHEL 9
>>                                        68 kB/s | 2.7 kB     00:00
>> PagerDuty Zabbix Agent
>>                                         60 kB/s | 2.0 kB     00:00
>> Microsoft for RHEL9
>>                                        41 kB/s | 2.0 kB     00:00
>> Oracle Instant Client for OL9
>>                                        49 kB/s | 2.0 kB     00:00
>> Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)
>>                                        105 kB/s | 4.5 kB     00:00
>> Error:
>>  Problem: package postgis30_13-3.0.7-1.rhel9.x86_64 from postgresql
>> requires gdal33-libs >= 3.3.3, but none of the providers can be installed
>>   - package postgis30_13-3.0.7-1.rhel9.x86_64 from postgresql requires
>> libgdal.so.29()(64bit), but none of the providers can be installed
>>   - cannot install the best candidate for the job
>>   - nothing provides libarmadillo.so.10()(64bit) needed by
>> gdal33-libs-3.3.3-7PGDG.rhel9.x86_64 from postgresql-common
>> (try to add '--skip-broken' to skip uninstallable packages or '--nobest'
>> to use not only best candidate packages)
>>
>> I have epel enabled and the only version of armadillo available is
>> 12.6.6-2.el9
>>
>> Does anyone have any suggestions on how to resolve the issue?
>>
>
> Are the missing packages in EPEL?
>
> --
> Death to <Redacted>, and butter sauce.
> Don't boil me, I'm still alive.
> <Redacted> lobster!
>


-- 
Danny Im
Software Developer
Polar Geospatial Center
University of Minnesota


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

* Re: Issue installing postgis on RHEL9
@ 2025-04-02 18:29  Devrim Gündüz <[email protected]>
  parent: Danny Im <[email protected]>
  1 sibling, 0 replies; 4+ messages in thread

From: Devrim Gündüz @ 2025-04-02 18:29 UTC (permalink / raw)
  To: Danny Im <[email protected]>; [email protected]; +Cc: pgsql-pkg-yum <[email protected]>

Hi,

On Wed, 2025-04-02 at 11:29 -0500, Danny Im wrote:
> I am having issues trying to install the postgis30_13 package on a
> RHEL9
> host. Attempting to install the package gives me this error:
> 
> $ sudo dnf install postgis30_13
> Updating Subscription Management repositories.

<snip>

> Error:
>  Problem: package postgis30_13-3.0.7-1.rhel9.x86_64 from postgresql
> requires gdal33-libs >= 3.3.3, but none of the providers can be
> installed
>   - package postgis30_13-3.0.7-1.rhel9.x86_64 from postgresql requires
> libgdal.so.29()(64bit), but none of the providers can be installed
>   - cannot install the best candidate for the job
>   - nothing provides libarmadillo.so.10()(64bit) needed by
> gdal33-libs-3.3.3-7PGDG.rhel9.x86_64 from postgresql-common
> (try to add '--skip-broken' to skip uninstallable packages or '--
> nobest' to
> use not only best candidate packages)
> 
> I have epel enabled and the only version of armadillo available is
> 12.6.6-2.el9
> 
> Does anyone have any suggestions on how to resolve the issue?

I haven't been maintaining PostGIS 3.0 RPMs for a while. Let me look.

Regards,
-- 
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR


Attachments:

  [application/pgp-signature] signature.asc (858B, 2-signature.asc)
  download

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


end of thread, other threads:[~2025-04-02 18:29 UTC | newest]

Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-04-02 16:29 Issue installing postgis on RHEL9 Danny Im <[email protected]>
2025-04-02 16:32 ` Ron Johnson <[email protected]>
2025-04-02 17:12   ` Danny Im <[email protected]>
2025-04-02 18:29 ` Devrim Gündüz <[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