From owner-freebsd-questions Sat Jun 16 21:25:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wingerboy.sonic.net (wingerboy.sonic.net [209.204.177.11]) by hub.freebsd.org (Postfix) with ESMTP id AA8DF37B407 for ; Sat, 16 Jun 2001 21:25:40 -0700 (PDT) (envelope-from kgc@wingerboy.sonic.net) Received: (from kgc@localhost) by wingerboy.sonic.net (8.11.3/8.11.3) id f5H4PdG16603 for freebsd-questions@FreeBSD.ORG; Sat, 16 Jun 2001 21:25:39 -0700 (PDT) (envelope-from kgc) Date: Sat, 16 Jun 2001 21:25:39 -0700 From: Kelsey Cummings To: freebsd-questions@FreeBSD.ORG Subject: Re: Linux emulation problem Message-ID: <20010616212539.S3983@sonic.net> References: <20010617025748.27319.qmail@propane.zoomph.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010617025748.27319.qmail@propane.zoomph.net>; from dev-null@no-id.com on Sun, Jun 17, 2001 at 02:57:48AM -0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jun 17, 2001 at 02:57:48AM -0000, dev-null@no-id.com wrote: > Hi, > > I'm running FreeBSD 4.2-RELEASE with linux binary emulation. I recently downloaded > the linux port of the opera web browser from www.opera.com, but I'm encountering > a shared library problem that has me a bit puzzled. Just to clarify, did you install it *from the ports* or did you just d/l the tar ball from opera and install it. I've been using it as installed from the ports tree and it works great. (At least it doesn't crash like Netscape) > Any suggestions? > > -- > > bash-2.04$ cd opera-5.0-static.i386 > bash-2.04$ ls > LICENSE images opera.adr opera.xpm opera_32x32.png styles > buttons install.sh opera.desktop opera_16x16.png opera_48x48.png > help opera opera.wmconfig opera_22x22.png runme.sh > bash-2.04$ ldd opera > opera: > libm.so.6 => /lib/libm.so.6 (0x28625000) > libjpeg.so.62 => not found > libpng.so.2 => not found > libpthread.so.0 => /lib/libpthread.so.0 (0x28642000) > libdl.so.2 => /lib/libdl.so.2 (0x28653000) > libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x28656000) > libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x286fa000) > libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x28707000) > libc.so.6 => /lib/libc.so.6 (0x2871a000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x28610000) > libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x2880d000) > libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x28859000) > libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x28862000) > bash-2.04$ mkdir lib > bash-2.04$ cp /usr/local/lib/libjpeg.so.9 lib/libjpeg.so.62 > bash-2.04$ cp /usr/local/lib/libpng.so.4 lib/libpng.so.2 > bash-2.04$ export LD_LIBRARY_PATH=./lib > bash-2.04$ ldd opera > opera: > opera: error in loading shared libraries: libjpeg.so.62: ELF file OS ABI invalid. > opera: exit status 127 > bash-2.04$ cd lib > bash-2.04$ brandelf * > File 'libjpeg.so.62' is of brand 'FreeBSD' (9). > File 'libpng.so.2' is of brand 'FreeBSD' (9). > bash-2.04$ brandelf -f 0 * > bash-2.04$ brandelf * > File 'libjpeg.so.62' is of brand 'SVR4' (0). > File 'libpng.so.2' is of brand 'SVR4' (0). > bash-2.04$ cd .. > bash-2.04$ ldd opera > opera: > opera: error in loading shared libraries: libjpeg.so.62: ELF file ABI version invalid. > opera: exit status 127 > bash-2.04$ > > -- > This message has been sent via an anonymous mail relay at www.no-id.com. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kelsey Cummings - kgc@sonic.net sonic.net System Administrator 300 B Street, Ste 101 707.522.1000 (Voice) Santa Rosa, CA 95404 707.547.2199 (Fax) http://www.sonic.net/ Fingerprint = 7F 59 43 1B 44 8A 0D 57 91 08 73 73 7A 48 90 C5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message