I am trying to install the development headers for openssl on a RHEL 6.1 system, but get the following error:

$sudo yum install  openssl-devel.x86_64


<SNIP>
--> Finished Dependency Resolution
Error: Protected multilib versions: openssl-1.0.0-10.el6.i686 != openssl-1.0.0-10.el6_1.4.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

has anyone encountered this before?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 0 down vote accepted

I performed a

sudo yum downgrade openssl
sudo yum install openssl-devel.

and now things seem to work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.