On Wed Apr 27 2005, Robert Story wrote:

> On Tue, 26 Apr 2005 11:36:37 -0500 Richard wrote:
> RJ> On Tuesday 26 April 2005 11:24, Dylan wrote:
> RJ> > I made a big mistake.  I was trying to update rpm to 4.2.2 (why?? long
> RJ> > story...) on YDL 3.0.  I met all the dependencies (so I thought...) and
> RJ> > then installed the RPMs.  Now when I use RPM, I get the error:
> RJ> >
> RJ> >     rpm: error while loading shared libraries: libelf.so.1: cannot open
> RJ> > shared object file: No such file or directory
> RJ> >
> RJ> > I know I have to update elfutils.
> 
> That looks complicated. Try this instead:
> 
>       ln -s /usr/lib/libelf.so.1 /usr/lib/libelf-0.94.so
> 
> If you don't have 0.94.so, then link to whatever you do have...

That's backwards.  It should be:

        ln -s /usr/lib/libelf-0.94.so /usr/lib/libelf.so.1

                                                -Bill
_______________________________________________
yellowdog-general mailing list
[email protected]
http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
HINT: to Google archives, try  '<keywords> site:terrasoftsolutions.com'

Reply via email to