openssh linked against old openssl

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I just did a fedup of a Fedora 20 machine to Fedora 21. It wouldn't
let me log in via the GUI (XFCE). Looking around, it appears a number
of items are linked against an older version of openssl. For example,
sshd, ssh-agent, yum and libvirtd all wanted libssl.so.7 (although after
a reboot, libvirtd was happy).

It appears that fedup installed openssl-1.0.1j-1.fc21.x86_64 (which
provides libssl.so.10) and purges the older version that provided libssl.so.7. According to yum, the openssh I have installed (6.6.1p1-9.fc21) is the current one but it still has this need for the
older openssl:

	[root@golem4 ~]# ldd /usr/sbin/sshd | grep ssl
		libssl.so.7 => /lib64/libssl.so.7 (0x00007ffbcc44d000)

This breaks a LOT of stuff. I ended up making symlinks in /usr/lib64 to
satisfy these issues:

	# cd /usr/lib64
	# ln -s libssl.so.1.0.1j libssl.so.7
	# ln -s libcrypto.so.1.0.1j libcrypto.so.7

I can now run my system, but I'm not comfortable with doing this hack.
It looks like something got missed.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ricks@xxxxxxxxxxxxxx -
- AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -
-                                                                    -
- Real Time, adj.: Here and now, as opposed to fake time, which only -
-                        occurs there and then                       -
----------------------------------------------------------------------
--
test mailing list
test@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test




[Index of Archives]     [Fedora Desktop]     [Fedora SELinux]     [Photo Sharing]     [Yosemite Forum]     [KDE Users]

  Powered by Linux