On 20/11/11 14:02, Andrew Benton wrote: > On Sun, 20 Nov 2011 16:32:57 +0800 > Zhu Bicen<[email protected]> wrote: > >> Hi, I am check the host requirement to build LFS. after issuing the >> version-check.sh on error is occured: >> I am using a 32 bit ubuntu 11.10. >> >> version-check.sh: line 22: /lib/libc.so.6: No such file or directory > I haven't downloaded or tried ubuntu 11.10 so I can't say for certain > but I suspect you'll be fine. The file seems to be in a subdirectory > (/lib/i383-linux-gnu/libc.so.6? I'm not sure). The rest of you output > looks fine (/bin/sh and awk look good). I'd crack on if I were you. > > Andy Hi I have built on 11.04 had same error on "
version-check.sh: line 22: /lib/libc.so.6: No such file or directory" To fix it Run this symlink sudo ln -s /lib/i386-linux-gnu/libc-2.13.so /lib/libc.so.6 -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
