[BusyBox] Busybox on glibc-2.3.2 system

Erik Andersen andersen at codepoet.org
Wed Feb 4 11:04:51 UTC 2004


On Tue Feb 03, 2004 at 01:47:54PM +0100, Robert Schwebel wrote:
> Hi, 
> 
> glibc-2.3.2 doesn't seem to have query_module() system call any more;
> this hits you when you try to compile busybox-1.0.0-pre5 (-pre6 doesn't
> seem to be different here) on a gcc-3.3.2/glibc-2.3.2 based system: the
> linker stage claims that the function is not available. 
> 
> Did anybody make busybox fly on such a system? 

My copy seems to contain query_module...

    $ dpkg -l libc6 | tail -n 1
    ii  libc6          2.3.2.ds1-10   GNU C Library: Shared libraries and Timezone
    $ nm -D /lib/libc.so.6 | grep query_module
    000d7b10 T query_module

What architecture?  What kernel headers did you use when
you built glibc?

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the busybox mailing list