On Jan 2, 2008 10:55 PM, ron minnich <[EMAIL PROTECTED]> wrote:
> anybody got a howto? I grabbed cinap's linuxemu from sources. Right
> now I get this:
>
> cpu% ./8.out opera-9.25-20071214.1-static-qt.i386-en-687/bin/opera
> opera-9.25-20071214.1-static-qt.i386-en-687/bin/opera: cant load
> interpreter: '/lib/ld-linux.so.2' does not exist
> cpu% bind -a /mnt/term/lib /lib
> cpu% ./8.out opera-9.25-20071214.1-static-qt.i386-en-687/bin/opera
> 8.out 20707: suicide: sys: trap: fault read addr=0x57425810 pc=0x57425810
> cpu%
>
> I am wondering if there is some simple thing I'm missing. I thought
> static would not need ld-linux.so.2 but ...
>
> thanks
>
I used to think opera-static were a static binary, too.
% ldd /usr/local/libexec/opera
/usr/local/libexec/opera:
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x52513000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x542c7000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4ad48000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x51ded000)
libpthread.so.0 => /lib/libpthread.so.0 (0x5473d000)
libdl.so.2 => /lib/libdl.so.2 (0x516f1000)
libm.so.6 => /lib/libm.so.6 (0x4ba7b000)
libz.so.1 => /usr/lib/libz.so.1 (0x5753c000)
libc.so.6 => /lib/libc.so.6 (0x52ed9000)
/lib/ld-linux.so.2 (0x56445000)
maybe time has come for people to follow the quality of their code
when naming their programs.
iru