Installing erlang

Issues related to applications and software problems
Post Reply
jkim404330
Posts: 1
Joined: 2015/06/02 18:07:04

Installing erlang

Post by jkim404330 » 2015/06/02 18:09:49

Hi, I've been running into some issues installing dependencies of a custom RPM.
Currently I am trying to install the RPM but I receive the following error:
--> Finished Dependency Resolution
Error: Package: erlang-sd_notify-0.1-1.el7.x86_64 (epel)
Requires: erlang(erl_nif_version) = 2.4
Removing: erlang-erts-R16B-03.10.el7.x86_64 (@epel)
erlang(erl_nif_version) = 2.4
Updated By: erlang-erts-17.5-1.el7.centos.x86_64 (erlang-solutions)
Not found
I don't understand exactly what these dependency errors mean.

Any insight on how to fix this issue would be appreciated!

Thanks!

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: Installing erlang

Post by gerald_clark » 2015/06/02 19:17:00

You need to post the complete output of your "yum install" command.

Post Reply