GDB Installation error on BeagleBoard Xm

After installation of gdb, when i am about to use gdb it
says......libc.so.6
not found..please provide inputs.. what is the solution to this ?

It seems that your distribution is missing the GNU C library, is using
a different one or is missing the relevant symlinks. Which
distribution are you using, did you build GDB from scratch?

Here is a good how-to on how shared libraries work:
http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html

thanks,
Joel

I have tried using 'opkg update' but it fails to download due to less
speed on beagle board,so i downloaded from pc,but don't know how to
make use of Packages.gz........is there any other means to make use of
it..other than opkg....

Here is the output:

opkg update
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/Packages.gz.
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/machine/beagleboard/Packages.gz.
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/debug/Packages.gz.
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/gstreamer/Packages.gz.
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/locales/en/Packages.gz.
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc//all/Packages.gz.
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/perl/Packages.gz.
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/python/Packages.gz.
Collected errors:
* opkg_download: Failed to download
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/Packages.gz,
.
* opkg_download: Failed to download
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/machine/beagleboar.
* opkg_download: Failed to download
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/debug/Packages.gz,.
* opkg_download: Failed to download
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/gstreamer/Packages.
* opkg_download: Failed to download
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/locales/en/Package.
* opkg_download: Failed to download
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc//all/Packages.gz,
wget re.
* opkg_download: Failed to download
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/perl/Packages.gz,
.
* opkg_download: Failed to download
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/python/Packages.gz.

Thanks, gdb is working on beagleboard.....the reason opkg was failing
is due to the package it was searching on the angstrom distribution
was not available in feeds,so i manually downloaded the packages from
it another version,can we configure opkg installer to download from
some other location....