On Sun, Jan 15, 2012 at 6:21 PM, Uthayanan <suthaya...@gmail.com> wrote:
>
>
> On Sun, Jan 15, 2012 at 10:50 PM, Uthayanan <suthaya...@gmail.com> wrote:
>>
>>
>>
>> On Fri, Jan 13, 2012 at 8:51 PM, Andrew Benton <b3n...@gmail.com> wrote:
>>>
>>> On Fri, 13 Jan 2012 14:31:33 +0530
>>> Uthayanan <suthaya...@gmail.com> wrote:
>>>
>>> > Hi Firerat I tried installing the system with gawk. This time I got the
>>> > following error. Any suggestions ?
>>>
>>> I suggest that you run version-check.sh and post the results here.
>>>
>>> http://www.linuxfromscratch.org/lfs/view/development/prologue/hostreqs.html
>>>
>>> Andy
>>> --
>>> http://linuxfromscratch.org/mailman/listinfo/lfs-support
>>> FAQ: http://www.linuxfromscratch.org/lfs/faq.html
>>> Unsubscribe: See the above information page
>>
>>
>> Hi Andrew,
>>
>> Here's my version check,
>>
>> lfsuthayan@ubuntu:~$ bash version-check.sh
>> bash, version 4.2.8(1)-release
>> /bin/sh -> /bin/bash
>> Binutils: (GNU Binutils for Ubuntu) 2.21.0.20110327
>> bison (GNU Bison) 2.4.1
>> /usr/bin/yacc -> /usr/bin/bison.yacc
>> bzip2,  Version 1.0.5, 10-Dec-2007.
>> Coreutils:  8.5
>> diff (GNU diffutils) 3.0
>> find (GNU findutils) 4.4.2
>> GNU Awk 3.1.7
>> /usr/bin/awk -> /usr/bin/gawk
>> gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
>> version-check.sh: line 22: /lib/libc.so.6: No such file or directory
>> GNU grep 2.6.3
>> gzip 1.3.12
>> Linux version 2.6.38-8-generic (buildd@vernadsky) (gcc version 4.5.2
>> (Ubuntu/Linaro 4.5.2-8ubuntu3) ) #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011
>> m4 (GNU M4) 1.4.14
>> GNU Make 3.81
>> patch 2.6
>> Perl version='5.10.1';
>> GNU sed version 4.2.1
>> tar (GNU tar) 1.25
>> version-check.sh: line 32: makeinfo: command not found
>> Texinfo:
>> xz (XZ Utils) 5.0.0
>> Compilation OK
>> lfsuthayan@ubuntu:~$
>>
>>
>> --
>> Regards,
>> s uthay
>
>
>
> There's no glibc in ubuntu so I did try to install that to the host system.
> I got the following output

Every Linux box has some variant of libc installed, IIRC ubuntu uses
EGLIBC. Your libc.so.6 is probably not in /lib, are you using a 64bit
system perhaps? Mine are installed in /lib32/libc.so.6 and
/lib/x86_64-linux-gnu/libc.so.6.

Matijn
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to