Questions tagged [epel]

66 questions
1
vote
2 answers

How do I install git/git-svn on RHEL5 with a custom perl install?

I've had nothing but trouble trying to install Git on RHEL5. First I tried from source, but ran into several issues with installing the docs. There appeared to be missing libs and such for parsing xml that I couldn't figure out how to get…
kbosak
  • 522
  • 1
  • 6
  • 10
1
vote
1 answer

Could not resolve host: mirrors.iuscommunity.org

I'm not able to install or update the package on my centos machine . check with vi /etc/sysconfig/network-scripts/ifcfg-lo ONBOOT=yes NAME=loopbac [ec2-user@ip- ~]$ sudo yum update Loaded plugins: langpacks, priorities, update-motd amzn2-core …
1
vote
1 answer

Centos 8 in AWS - PHP install error

When i try to install PHP with Remi repository i get the below error dnf module list php Remi's Modular repository for Enterprise Linux 8 - aarch64 Errors during downloading metadata for repository 'remi-modular': …
mahen3d
  • 3,905
  • 12
  • 34
  • 55
0
votes
1 answer

Is it ok to add the EPEL Repo to a ovirt node ng install?

I am missing some tools on my ovirt nodes, which has been installed via the ovirt node ng installer. My idea is to yum install epel-release. But I don't want to mix up versions of ovirt packages with the epel-release repo... Is it safe to add ?
itsafire
  • 468
  • 3
  • 14
0
votes
2 answers

Requirementes on rpmbuild

I'm building a RPM package and one of my requirements is python-pip, only available in Epel repositories. (following line), Requires: python python-pip python-devel If the OS already has epel-release installed, then everything works fine. But…
0
votes
1 answer

How to install rpm package from pbone.net?

I need to install ansible-2.1.0.0-1.el7. It was always in the epel repo and it was the latest release I just had to do: yum -y --enablerepo=epel install ansible It was all fine. But now the this ansible is version 2.2 which I can't use. So I need…
DenCowboy
  • 283
  • 3
  • 6
  • 14
0
votes
0 answers

Difference between libcrypto.so.10()(64bit) and libcrypto.so.10(libcrypto.so.10)(64bit) dependencies

We are seeing an error updating our yum packages on several servers. Several nagios packages are complaining that libcrypto.so.10(libcrypto.so.10)(64bit) is not available. We have openssl installed which provides the libcrypto.so.10()(64bit)…
Usman Ismail
  • 105
  • 1
  • 8
0
votes
1 answer

Instal ejabberd on centos 6.7 - epel is enabled still No package ejabberd available

I am trying to install ejabberd on my centos 6.7. As I googled I found that I need to enable EPEL which I did still there is no success. Out put for yum repolist [root@static ~]# yum repolist Failed to set locale, defaulting to C Loaded plugins:…
Satish
  • 101
  • 1
  • 3
0
votes
3 answers

Installing Redis on CentOS 6.6 final - no package available

I've added the "EPEL" repo: Loaded plugins: changelog, downloadonly, fastestmirror, presto Loading mirror speeds from cached hostfile * elrepo: repos.mia.lax-noc.com * epel: epel.gtdinternet.com * remi-safe: remi.xpg.com.br * rpmforge:…
danielrvt
  • 239
  • 5
  • 13
0
votes
1 answer

Update power dns from EPEL repo

I'm using EPEL repo on Centos 6. If I start update for power dns with mysql backend - so please - must I update mysql schema manually, or YUM will do this self? Thank youů
Pavel
  • 397
  • 6
  • 16
0
votes
1 answer

opendkim requires libcrypto

I am trying to install opendkim. For that, I used rpm to install epel, then did yum install opendkim. However, I get the following dependency errors: Error: Package: opendkim-2.9.0-2.el6.x86_64 (epel) Requires:…
0
votes
2 answers

Centos: Clamd and Razor-agents dependency failure on yum update when EPEL is enabled

I want to install Gitlab 6 to my CentOS 6.4 x64 server. I'm following the tutorial and enable EPEL with this command: rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm Then when I check my repolist, here's the…
kubilay
  • 159
  • 1
  • 3
  • 12
0
votes
2 answers

Updating epel repo to 6 - epel-release-6-x.noarch conflicts with file from package epel-release-5-x.noarch

I am following an epel repo upgrade guide from Centos 5 to Centos 6 here (http://www.thegeekstuff.com/2012/06/enable-epel-repository/ and http://www.linuxquestions.org/questions/linux-server-73/epel-issues-centos-6-a-4175424243/), and getting a…
giorgio79
  • 1,747
  • 9
  • 25
  • 36
0
votes
1 answer

phpmyadmin vs EPEL

I am running Centos 6.0 (Final) , the i386 version. I am trying my hardest to get a decent LAMP Server running, with phpMyAdmin. I can get everything installed just fine, MySQL, Apache2 (httpd), PHP 5.x, etc..., but when I get to reading some…
dockeryZ
  • 119
  • 5
0
votes
2 answers

Can't get yum repository (ius) to install because of (epel) dependency that seems to be installed

So I'm trying to install the epel repository and then also install the ius repository. I'm managing this server with chef, and my run list goes ... "recipe[yum::yum]", "recipe[yum::epel]", "recipe[yum::ius]", ... And it installs the epel repository…
jondavidjohn
  • 101
  • 3