I am trying to install postgresql12-devel-12.4-1PGDG.rhel7.x86_64.rpm in my application as my driver to support SCRAM authentication but rpm requires following dependency:
llvm-toolset-7-clang >= 4.0.1 is needed by postgresql12-devel-12.4-1PGDG.rhel7.x86_64
Here is my application
May I please ask anyone to point me the right direction, I also dont know If Im doing this correctly.
Take a look at this post: https://github.com/foniod/redbpf/issues/89
They install llvm-toolset-7-clang with the following commands:
sudo yum -y install http://mirror.centos.org/centos/7/extras/x86_64/Packages/centos-release-scl-rh-2-3.el7.centos.noarch.rpm
sudo yum -y install http://mirror.centos.org/centos/7/extras/x86_64/Packages/centos-release-scl-2-3.el7.centos.noarch.rpm
sudo yum -y install http://mirror.centos.org/centos/7/sclo/x86_64/rh/Packages/l/llvm-toolset-7-clang-4.0.1-1.el7.x86_64.rpm
sudo yum install -y llvm-toolset-7-clang
You can download the files from here:
centos-sclo-rh - REPO
I know that you can't use yum but I just wanetd to mention which Repo you can use.
I used a download only for it and it has a lot of dependencies:
devtoolset-7-binutils
devtoolset-7-gcc
devtoolset-7-gcc-c++
devtoolset-7-libstdc++-devel
devtoolset-7-runtime
llvm-toolset-7-clang-libs
llvm-toolset-7-compiler-rt
llvm-toolset-7-libomp
llvm-toolset-7-llvm-libs
llvm-toolset-7-runtime
The urls to download one package would be:
http://mirror.cj2.nl/centos/7.8.2003/sclo/x86_64/rh/
http://mirror.serverius.net/centos/7.8.2003/sclo/x86_64/rh/
http://mirror.nforce.com/pub/linux/CentOS/7.8.2003/sclo/x86_64/rh/
http://ams.edge.kernel.org/centos/7.8.2003/sclo/x86_64/rh/
http://mirror.oxilion.nl/centos/7.8.2003/sclo/x86_64/rh/
http://mirror.widexs.nl/ftp/pub/os/Linux/distr/centos/7.8.2003/sclo/x86_64/rh/
http://mirror.previder.nl/centos/7.8.2003/sclo/x86_64/rh/
http://ftp.nluug.nl/ftp/pub/os/Linux/distr/CentOS/7.8.2003/sclo/x86_64/rh/
http://mirror.ipserv.nl/centos/7.8.2003/sclo/x86_64/rh/
http://centos.mirror.transip.nl/7.8.2003/sclo/x86_64/rh/
One example:
http://mirror.cj2.nl/centos/7.8.2003/sclo/x86_64/rh/Packages/l/
I hope you can manage further.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With