FC4 install failure

Rick Stevens rstevens at vitalstream.com
Tue Dec 27 17:59:22 UTC 2005


On Sat, 2005-12-24 at 20:53 -0700, brad.mugleston at comcast.net wrote:
> On Sat, 24 Dec 2005, Bob McClure Jr wrote:
> 
> > On Sat, Dec 24, 2005 at 10:58:37AM -0700, brad.mugleston at comcast.net wrote:
> > > On Sat, 24 Dec 2005, Bob McClure Jr wrote:
> > >
> > > > On Fri, Dec 23, 2005 at 09:24:54PM -0700, brad.mugleston at comcast.net wrote:
> > > > > I just downloaded and up graded from FC2 to FC4 on reboot I get
> > > > > the following error:
> > > > >
> > > > > /usr/bin/ssh-agent: error while loading shared libraries:
> > > > > libcrypto.so.4: cannot open shared object file: no such file ro
> > > > > directory
> > > >
> > > > My FC3 installation has /lib/libcrypto.so.4, but my FC4 installation
> > > > has /lib/libcrypto.so.5, and I use ssh-agent.  I think you need a new
> > > > ssh-agent, not an old libcrypto.  Check to see if you have the latest
> > > > openssh-clients installed.  Mine is openssh-clients-4.2p1-fc4.1.
> > > >
> > > > > Also, the old version (FC2) is not an option during boot and the
> > > > > network isn't working so I need some help getting this file to
> > > > > where ever it's suppose to be on this drive - I'll need to burn
> > > > > it to CD as it's a notebook w/o a floppy drive but where do I get
> > > > > it and where do I save it?
> > > >
> > > > What's wrong with networking?  Maybe we need to fix that first.
> > > >
> > > > Once it's networkable, see that yum is installed (rpm -q yum) and then
> > > >
> > > >   yum update openssh*
> > > >
> > > > > Any other problems that you think I may have going on?
> > > >
> > > > - xscreensaver has been split into three pieces, but only
> > > >   xscreensaver-base gets upgraded.  Install
> > > >   xscreensaver-{extras,gl-extras} RPMs.
> > > >
> > > > - /etc/updatedb.conf is set by default to NOT update daily.  Fix that.
> > > >
> > > > - Upgrade of Perl removes some of the old library paths from @INC.
> > > >   You will probably need to install some missing modules from CPAN.
> > > >
> > > > > Thanks,
> > > > >
> > > > > Brad Mugleston, KI0OT
> > > > >
> > > > > There are 10 types of people in this world.  Those that
> > > > > understand binary and those that don't.
> > > >
> > > > Merry Christmas,
> > > > --
> > > > Bob McClure, Jr.             Bobcat Open Systems, Inc.
> > > > robertmcclure at earthlink.net  http://www.bobcatos.com
> > > > Peace begins not at a Mideast table, but at a Mideast stable
> > >
> > >
> > > Bob,
> > >
> > > Thank you and Merry Christmas to you to.
> > >
> > > I think I left one small but important part out - the system
> > > crashes with as soon as I log in (which may be the cause for the
> > > network not showing up).
> > >
> > > After sleeping on it I think what I need to do is disable ssh for
> > > now so I can at least log in and get going - maybe get connected
> > > for some updates.  I can log in under as slightly disabled login
> > > (forget right now what it's called).  Can you advise how to shut
> > > down ssh for now, if you think that would solve my current
> > > problem.
> >
> > While it's running, login as root (or "su -" to root) and
> >
> >   service sshd stop
> >
> > To keep it from coming up at the next boot
> >
> >   chkconfig sshd off
> >
> > > Have a great Christmas.  It's a beautiful Christmas eve here in
> > > Colorado.
> > >
> > > Brad
> >
> > Merry Christmas,
> > --
> > Bob McClure, Jr.             Bobcat Open Systems, Inc.
> > robertmcclure at earthlink.net  http://www.bobcatos.com
> > Peace begins not at a Mideast table, but at a Mideast stable
> >
> > _______________________________________________
> 
> OK, thanks for the help.  It didn't work so I took the easy way
> out. I did a fresh install, formating the drives and starting
> from scratch - now I just need to re-install ndiswrapper and get
> it to run.....
> 
> Hope everyone has a Merry Christmas.

Sorry, I tuned in late on this one.

/lib/libcrypto.so.5 is a symlink to /lib/libcrypto.so.0.9.7f  and comes
from the openssl-0.9.7f RPM.  ssh-agent isn't required to run on your
system unless you want to, for example, run X remotely and not go
through the initial ssh login.  I typically don't run it as my machines'
iptables only allow ssh connections in, so I have to "ssh -X" first,
THEN run whatever X client I want.

You should make sure you have the openssl-0.9.f RPM installed.  IIRC,
FC4 comes with both the older openssl097a-0.9.7a-3.i386.rpm and two
versions of the 0.9.f version--one for 386 and one for 686.  It looks
like one of the 0.9.f RPMs didn't get installed for some reason.

----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
- Millihelen, adj: The amount of beauty required to launch one ship. -
----------------------------------------------------------------------




More information about the Redhat-install-list mailing list