[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error while installing coreutils6.12
From: |
rajesh britto |
Subject: |
Re: Error while installing coreutils6.12 |
Date: |
Fri, 13 Mar 2009 09:35:39 +0530 |
i was trying with coreutils 7.1 and confiugre and make was successfull. but
when i was trying make install i am getting the following error:
make[3]: Entering directory `/home/lfs/coreutils-7.1/src'
make[4]: Entering directory `/home/lfs/coreutils-7.1/src'
test -z "/tools/bin" || /bin/mkdir -p "/tools/bin"
./ginstall ginstall '/tools/bin/./install'
./ginstall: /lib/libc.so.6: version `GLIBC_2.6' not found (required by
./ginstall)
make[4]: *** [install-binPROGRAMS] Error 1
make[4]: Leaving directory `/home/lfs/coreutils-7.1/src'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/home/lfs/coreutils-7.1/src'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/home/lfs/coreutils-7.1/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/lfs/coreutils-7.1'
make: *** [install] Error 2
-- R B
On Thu, Mar 12, 2009 at 6:17 PM, Jim Meyering <address@hidden> wrote:
> rajesh britto wrote:
> > i am building an LFS. while installing coreutils6.12, configure runs
> fine
> > and while i am doing make i got the following error: plz help me in this
> > issue
> >
> > This is how i done configure:
> >
> > *./configure --prefix=/tools --enable-install-program=hostname*
>
> 6.12 is rather old.
> Please use coreutils-7.1 instead:
>
> ftp://ftp.gnu.org/gnu/coreutils/coreutils-7.1.tar.gz
> ftp://ftp.gnu.org/gnu/coreutils/coreutils-7.1.tar.xz
>