[email protected] wrote:
On 06/16/2016 01:13 PM, Chris Staub wrote:
On 06/16/2016 07:40 AM, [email protected] wrote:
On 06/15/2016 06:48 PM, Ken Moffat wrote:
That sounds weird - I would expect the scripts to fail to run if you
get that error message.  Certainly my own scripts do not report
that.

Does ldd /bin/bash show any missing files ?  Is /tools still on your
PATH (but hopefully, deleted in a finished system - or else moved
out of the way) ?

ĸen

Yes, it's weird but has always occurred on my box so I've apparently
done something wrong.  All scripts work but I receive the error with
"source SomeScript.sh" or "./SomeScript.sh."  It's not a problem, just
an annoyance.

I have no /tools and it's not in my path
//bin:/usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin.

ldd /bin/bash shows:

    linux-vdso.so.1 (0x00007ffe871bf000)
    libreadline.so.6 => /lib/libreadline.so.6 (0x00007fa9061a8000)
    libhistory.so.6 => /lib/libhistory.so.6 (0x00007fa905fa0000)
    libncursesw.so.6 => /lib/libncursesw.so.6 (0x00007fa905d36000)
    libdl.so.2 => /lib/libdl.so.2 (0x00007fa905b32000)
    libc.so.6 => /lib/libc.so.6 (0x00007fa905791000)
    /lib64/ld-linux-x86-64.so.2 (0x00007fa9063ed000)

Do you get any similar error when just running "/bin/bash"?
Yes, I receive the same error.

How about:

bash --login --noprofile

If that is clean, then there is a problem in your init scripts.

  -- Bruce

--
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