On 02/10/2015 00:17, Bruce Dubbs wrote:
It wants libncursesw.so.5, but lfs-7.8 has libncursesw.so.6

The workaround of course is to copy .5 from an older build. I didn't try, but it's possible a symlink from libncursesw.so.5 to libncursesw.so.6 might work.

  -- Bruce
Have you tried to recompile the menu system? Normally, it amounts to "make clean && make" (save any "configuration" file you may want to keep first). I have then:
pierre [ ~/downloads/jhalfs ]$ ldd menu/mconf
        linux-vdso.so.1 (0x00007fff58d7a000)
        libncursesw.so.6 => /lib/libncursesw.so.6 (0x00007f8b29353000)
        libc.so.6 => /lib/libc.so.6 (0x00007f8b28faf000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f8b295bd000)

Hope it helps.

Pierre
--
http://lists.linuxfromscratch.org/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to