Gentoo Archives: gentoo-embedded

From: Mike Frysinger <vapier@g.o>
To: gentoo-embedded@l.g.o
Cc: Corey <corey@×××××××××.net>
Subject: Re: [gentoo-embedded] unable to chroot
Date: Fri, 17 Nov 2006 22:16:52
Message-Id: 200611171715.27052.vapier@gentoo.org
In Reply to: [gentoo-embedded] unable to chroot by Corey
1 On Friday 17 November 2006 16:35, Corey wrote:
2 > scanner gentoo # ./bin/bash --version
3 > GNU bash, version 3.1.17(1)-release (i686-pc-linux-gnu)
4 > Copyright (C) 2005 Free Software Foundation, Inc.
5 > scanner gentoo # chroot /mnt/gentoo/ /bin/bash
6 > chroot: cannot run command `/bin/bash': No such file or directory
7
8 assuming / is glibc and /mnt/gentoo is uclibc, this looks like the bin/bash is
9 incorrectly linked against glibc
10
11 try running `readelf -d bin/bash` and make sure it is linked against uClibc
12 libs
13 -mike

Replies

Subject Author
Re: [gentoo-embedded] unable to chroot Hanni Ali <hanni.ali@×××××.com>
Re: [gentoo-embedded] unable to chroot Corey <corey@×××××××××.net>