Cheng Renquan wrote: ...
then I run it like this, $ LD_DEBUG=all eglibc-install-root-o32/lib/ld.so.1 --library-path
...
30257: calling init: /mnt/nas/yutech/homes/user/eglibc-install-root-o32/lib/libc.so.6 30257: Segmentation fault So please give some inputs on how to resolve this? Thanks,
For one, you can use strace to check how far the libc.so's init code goes. If it fails right on, then you will probably need a debugger.
-- Maxim K. CodeSourcery