Hi Bruce, Thanks for the reply,
On 12 December 2017 at 18:06, Bruce Dubbs <[email protected]> wrote: > > > Do you have /usr/lib/libreadline.so? Did you create the symlink > /usr/lib/libreadline.so -> ../../lib/libreadline.so.6 after moving the > libraries to /lib? I do, (though it points to “../../lib/libreadline.so.7”) > > In section 6.13. Readline-7.0 of LFS you should have done: > > mv -v /usr/lib/lib{readline,history}.so.* /lib > > ln -sfv ../../lib/$(readlink /usr/lib/libreadline.so) > /usr/lib/libreadline.so > > ln -sfv ../../lib/$(readlink /usr/lib/libhistory.so ) /usr/lib/libhistory.so > > > -- Bruce I did indeed execute those commands while building Readline during LFS – they resulted in the link above (and a similar one: /usr/lib/libhistory.so → ../../lib/libhistory.so.7). Thanks Mark. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
