You are not logged in.
Pages: 1
Topic closed
Since an update yesterday (2012-03-29) any attempt to use SSH produces:
OpenSSL version mismatch. Built against 1000100f, you have 1000004fVersions:
openssl 1.0.1-1
openssh 5.9p1-8Repos core,extra and multilib all current (verified with ftp.archlinux.org), running on IA32-64.
Anyone else seeing this? Suggestions?
Thanks
FX
Last edited by FX41 (2012-03-30 13:44:51)
Offline
Are you sure you only use our packages and did not install anything from third parties or compiled yourself? This error does not exist when using our packages.
Offline
Thanks, that's what I wanted to know. Time to hunt for stray OpenSSL libs that shouldn't be there.
EDIT: ldconfig needed to be told explicitly to first look in /usr/lib/ before anywhere else. Thanks, solved.
Last edited by FX41 (2012-03-30 13:08:02)
Offline
Care to post exactly what you did to fix it?
dvdtube - download all uploads from a YouTube user and then optionally create a DVD.
(Regular version AUR link / SVN version AUR link)
Offline
Hello everyone,
I face the same problem like this due to this i can't login on server through ssh. and i don't undestand what i do next. so help me to resolve this problem.
openssl version
OpenSSL 1.0.0-fips 29 Mar 2010
i am getting this error code.
service sshd restart
Stopping sshd: [FAILED] Starting sshd: OpenSSL version mismatch. Built
against 90802f, you have 10000003 [FAILED]
/usr/sbin/sshd -h
OpenSSL version mismatch. Built against 90802f, you have 10000003
thanks in advance, i know you can resolve this problem. i able to login through webmin and able to run command so kindly help me. please.
Offline
I had the same issue on my grey pogo following an upgrade.
Using webmin I unistalled openssh: pacman -Rs openssh --noconfirm
Then reinstalled: pacman -Sy openssh --noconfirm
Did a reboot: /sbin/reboot
All was good after that.
TC
Offline
I had exactly this problem too after I upgraded openssh by mistake.
But I managed to get sshd working with reinstalling SSL (not SSH)
pacman -S openssl
hope this helps.
Offline
@abdelrahman
pacman -S openssl
this worked for me, apparently i had a package called openssl-static installed and this cause a conflict which prompted me to remove openssl-static and replace with openssl package and that fixed it for me
# pacman -S openssl
resolving dependencies...
looking for conflicting packages...
:: openssl and openssl-static are in conflict. Remove openssl-static? [y/N] y
Package (2) Old Version New Version Net Change Download Size
openssl-static 3.0.8-1 -20.91 MiB
core/openssl 3.1.1-1 11.44 MiB 5.14 MiB
Total Download Size: 5.14 MiB
Total Installed Size: 11.44 MiB
Net Upgrade Size: -9.47 MiB
Offline
This thread is 11 years old and marked solved. Please do not necrobump.
Closing.
Offline
Pages: 1
Topic closed