Thanks! SSh is working now! should I do the same for x11? -----Original Message----- From: Nick Lindsell <nick@xxxxxxxxxxxx> Sent: Jan 6, 2004 6:33 AM To: redhat-list@xxxxxxxxxx Subject: Re: broken ssh On Tue, 2004-01-06 at 13:23, Laura Noe wrote: > I have upgraded Perl and its dependencies; however, now it appears that ssh is broken as it fails to start during the boot process and I receive this following error: > > /usr/sbin/sshd: error while loading shared libraries: libkrb5.so.3: cannot open shared object file: no such file or directory > > However, the file is present. I also receive this error when attempting to manually start sshd in the inittab. > > It also seemed to have broken x11, but I took the steps necessary to not boot up to a graphical interface-so this is not a concern. Before this was modified, I was also receiving these errors upon boot up: > > INIT: Id "x" respawning too fast: disabled for 5 minutes > > What is the best way to resolve my broken ssh? libkrb5.so.3 is the Kerberos authentication library. Much will be broken if this is not available. It should be in /usr/kerberos/lib and the system can find it by referencing /etc/ld.so.conf. Here is my /etc/ld.so.conf:- /usr/kerberos/lib /usr/X11R6/lib /usr/lib/sane /usr/lib/qt-3.1/lib /usr/lib/mysql /usr/local/lib Ensure you have the kerberos entry and run "ldconfig" as root. If that still does not work, investigate the links for /usr/kerberos/lib/libkrb5* :- [root@dell lib]# ls -l libkrb5* lrwxrwxrwx 1 root root 14 Sep 30 12:08 libkrb5.so -> libkrb5.so.3.1 lrwxrwxrwx 1 root root 14 Sep 30 12:00 libkrb5.so.3 -> libkrb5.so.3.1 -rwxr-xr-x 1 root root 385124 Jul 7 2003 libkrb5.so.3.1 [root@dell lib]# > > Sincerely, > > Laura Noe -- -- ttfn, Nick. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list Sincerely, Laura Noe -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list