Postgresql13-devel fails to install on centos 7

From: Hemil Ruparel <hemilruparel2002(at)gmail(dot)com>
To: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Postgresql13-devel fails to install on centos 7
Date: 2020-11-18 07:56:56
Message-ID: CANW1aT96wAKfB0=GUOooQZ-sXWS=nZ1UP2-JXe-Hwjp1ignV8A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am trying to install postgres13-devel on a centos 7 server. But I am
getting this error message:
Error: Package: postgresql13-devel-13.1-1PGDG.rhel7.x86_64 (pgdg13)
Requires: llvm5.0-devel >= 5.0

After a bit of googling, and following these instructions
<https://stackoverflow.com/questions/44219158/how-to-install-clang-and-llvm-3-9-on-centos-7>
:

$ sudo yum install centos-release-scl
$ sudo yum install llvm-toolset-7
$ scl enable llvm-toolset-7 bash

But I am still getting the same error message.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hemil Ruparel 2020-11-18 08:15:02 Re: Postgresql13-devel fails to install on centos 7
Previous Message Post Gresql 2020-11-18 07:34:05 Re: create type with %type or %rowtype