Thanks Andrew, but I got it. Just in case anyone else has this problem, here is how you fix it....
While compiling bash in chapter 5, the lfs authors obviously left out something of great importance within the configure stage. You must configure bash with a static link and prefix tools with ncurses, or you aaint gonna go any furthure at this stage in the process. Im not sure if it was done as a typo or if the authors left it out on purpose to get you to think, but Ill bet it was the later.
At any rate, go back and recompile bash using this configure command instead of the one found in chapter 5:
./configure --enable-static-link --prefix=/tools --with-curses --without-bash-malloc
then you will get the output "i have no name!" when you enter the chroot commands given in chapter 6.
Its a simple matter of one linked library not being there! Good one lfs!.....lol, you almost had me on that one
|