LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Starting sshd: OpenSSL version mismatch. Built against 10000003, you have 90802f (https://www.linuxquestions.org/questions/linux-server-73/starting-sshd-openssl-version-mismatch-built-against-10000003-you-have-90802f-941932/)

sanjay87 04-26-2012 03:46 PM

Starting sshd: OpenSSL version mismatch. Built against 10000003, you have 90802f
 
Hi

my sshd service is not working due to openssl conflict can anyone help me how can i remove openssl alone how can i solve issue

yum remove openssl*

Error: libcmpiCppImpl0 conflicts with tog-pegasus
Error: Package: libproxy-mozjs-0.3.0-2.el6.x86_64 (base)
Requires: libmozjs.so()(64bit)
Available: xulrunner-1.9.2.24-2.el6.centos.1.x86_64 (base)
libmozjs.so()(64bit)
Available: xulrunner-1.9.2.26-1.el6.centos.x86_64 (updates)
libmozjs.so()(64bit)
Available: xulrunner-1.9.2.26-2.el6.centos.x86_64 (updates)
libmozjs.so()(64bit)
Available: xulrunner-10.0.1-2.el6.centos.i686 (updates)
Not found
Available: xulrunner-10.0.3-1.el6.centos.i686 (updates)
Not found
Available: xulrunner-10.0.4-1.el6.centos.i686 (updates)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@dev01-ecare-aviacassa-ru ~]#

Erfankam 04-27-2012 01:24 PM

add some option to force like -f.

Code:

yum remove -f openssl
if you got problem after that, you can reinstall that by

Code:

yum reinstall ssh

Kustom42 04-27-2012 02:15 PM

You will have to look at using the rpm command to resolve this. You will need to find the correct openssl pacakage, remove the current with with the --nodeps option, and install the new one, then do a yum upgrade if necessary.

sanjay87 06-01-2012 09:20 AM

Thanks :
solved by removing the previous conflict version of openssl


All times are GMT -5. The time now is 11:54 AM.