Search code examples
redhatyumrhel

Redhat Yum install issue zlib_1.2.2


I have libz 1.2.3 installed but this package seems to only want 1.2.2 but I can't find any repro that hs it. Anyone able to point me in the right direction?

Error: Package: erlang-erts-R14B-04.3.el6.x86_64 (epel)            
Requires: libz.so.1(ZLIB_1.2.2)(64bit)  You could try using --skip-broken to work around the 
problem  You could try running: rpm -Va --nofiles --nodigest

Solution

  • Here's what ended up working for me:

    wget https://elearning.erlang-solutions.com/couchdb//rbingen_adapter//package_R16B_centos664_1361907767/esl-erlang-R16B-2.x86_64.rpm yum install esl-erlang-R16B-2.x86_64.rpm wget https://github.com/jasonmcintosh/esl-erlang-compat/blob/master/rpmbuild/RPMS/noarch/esl-erlang-compat-R14B-1.el6.noarch.rpm?raw=true yum install esl-erlang-compat-R14B-1.el6.noarch.rpm