M A Young wrote:
On Mon, 10 Nov 2003, Adam Williams wrote:
I installed Fedora 1 over the weekend (upgraded from RH 9). When ssh tries to start (/etc/rc.d/init.d/sshd start) it says:
Starting sshd: /usr/sbin/sshd: Error while loading shared libraries:
libcom_err.so.3 cannot open shared object file: no such file or directory
It sounds like your ssh packages aren't up to date. Your openssh packages
should be version 3.6.1p2-19.
upgrade 7.2->7.3->8.0->9->fc1
i couldn´t swear 100% that i had the opennssh-server installed on my notebook
at least the sshd--init-script was existent
# service sshd
--> libcom_err.so.3 error
all openssh-packages were upgraded except the openssh-server check your upgrade.log
# grep openssh upgrade.log openssh-3.6.1p2-19.i386 wird aktualisiert. openssh-clients-3.6.1p2-19.i386 wird aktualisiert. openssh-askpass-3.6.1p2-19.i386 wird aktualisiert. openssh-askpass-gnome-3.6.1p2-19.i386 wird aktualisiert. openssh-server-3.6.1p2-19.i386.rpm
So, I was worning if someone out there has Fedora 1 and their sshd
working, can you tell me what RPM package contains libcom_err.so.3 (rpm
-qf `find / -name libcom_err.so.3`) and let me know what the result is.
libcom_err.so.3 has gone in yarrow. yarrow packages use libcom_err.so.2
which is part of the e2fsprogs package.
-- shrek-m