Hello,

when running make in 6.40 in Perl i get the following error a lot of times:

sh: error while loading shared libraries: libreadline.so.6: cannot open
shared object file: No such file or directory

Before running make for 6.33 Bash this was the output of ldconfig:

ldconfig -p | grep libreadline
    libreadline.so.6 (libc6) => /lib/libreadline.so.6
    libreadline.so (libc6) => /usr/lib/libreadline.so

After running make of 6.33 Bash i executed "exec /bin/bash --login +h" as
the doc says the new bash with readline was in place.

root:/# echo $0
/bin/bash
root:/# ldd /bin/bash
    linux-gate.so.1 (0xb77c7000)
    libreadline.so.6 => /lib/libreadline.so.6 (0xb7783000)
    libhistory.so.6 => /lib/libhistory.so.6 (0xb7778000)
    libncursesw.so.6 => /lib/libncursesw.so.6 (0xb770d000)
    libdl.so.2 => /lib/libdl.so.2 (0xb7708000)
    libc.so.6 => /lib/libc.so.6 (0xb7551000)
    /tools/lib/ld-linux.so.2 (0xb77c8000)

I dont know why i am getting this error. Any help?

Thanks a lot
Nikos
-- 
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