On Mon, Oct 14, 2019 at 03:06:35PM -0400, Jared Stevens wrote:
> > We need to address the "no such file or directory" problem first. Can you
> > run:
> >
> > ldd /bin/ls
> >
> > Please and get back to us with the results? What you should get (used on
> > an SVN system):
> >
> > renodr [ /sources ]$ ldd /bin/ls
> >         linux-vdso.so.1 (0x00007ffe3b1e8000)
> >         libcap.so.2 => /lib/libcap.so.2 (0x00007fcfff8c0000)
> >         libc.so.6 => /lib/libc.so.6 (0x00007fcfff6fc000)
> >         /lib64/ld-linux-x86-64.so.2 (0x00007fcfff8e2000)
> >
> > I believe that your glibc installation might be corrupt. If your glibc
> > install is corrupt, try using this:
> >
> > sln libc-2.30.so /lib/libc.so.6
> >
> > And then running 'ldconfig'.
> >
> We've made some progress!
> 
> So the initial output of *'ldd /bin/ls'* was:
> 
> *bash: /usr/bin/ldd : /bin/bash: bad interpreter: No such file or directory*
> 
> And the output of '*sin libc-2.30.so <http://libc-2.30.so> /lib/libc.so.6'*
> was:
> 
> *bash: sin: command not found*
> 
sin ?  Maybe you need a better font ;-)
Specifically, one which distinguishes lowercase I from lowercase L.

> Regardless, I ran the* 'ldconfig' *command anyways and after a brief pause
> was given the following output:
> 
> *ldconfig: Cannot mmap file /usr/lib/libdbus-1.so*
> 
> HOWEVER, following this command I was finally able to run commands in the
> /bin directory once again (such as 'ls'), and the output of* 'ldd /bin/ls'*
> changed to:
> 
> 
> 
> 
> *linux-vdso.so.1 (0x00007ffea7f1a000) libcap.so.2 => /lib/libcap.so.2
> (0x00007f1b55ef5000) libc.so.6 => /lib/libc.so.6 (0x00007f1b55d31000)
> /lib64/ld-linux-x86-64.so.2 (0x00007f1b55f1f000)*
> 
> Unfortunately, the 'sin' command still outputs the same result. So now it
> appears there is an issue with the libdbus file.
> 

sln != sin

ĸen
-- 
Truth, in front of her huge walk-in wardrobe, selected black leather
boots with stiletto heels for such a barefaced truth.
                                     - Unseen Academicals
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to