On Tue, Oct 6, 2009 at 4:25 AM, Vered Zvi <[email protected]> wrote:

>  Hello,
>
> I built busybox 1.14.2 using a toolchain built with the CLFS project (Cross
> Linux From Scratch).
>
> The cross toolchain contains gcc 4.2.4, glibc 2.7, binutils 2.18
>
> I also built the kernel image using this toolchain.
>
> I'm getting the following message when the kernel boots:
>
> /sbin/init: error while loading shared libraries: libm.so.6: cannot open
> shared object file: No such file or directory
> What can be the reason for this ?
>

Type:
echo $LD_SEARCH_PATH

this will provide you with which directories libraries must reside in to be
found and loaded.   It sounds to me that you are either missing libm.so.6 or
you need an ln -s to it or your search path is incorrect.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to