From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 3 Jan 2008 00:54:18 -0200 From: "Iruata Souza" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] opera under linuxemu In-Reply-To: <13426df10801021655r28a34e4ep98bdde53f18f447d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13426df10801021655r28a34e4ep98bdde53f18f447d@mail.gmail.com> Topicbox-Message-UUID: 256dac12-ead3-11e9-9d60-3106f5b1d025 On Jan 2, 2008 10:55 PM, ron minnich 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