From owner-freebsd-questions Sun Jun 17 10:41:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 2280F37B408 for ; Sun, 17 Jun 2001 10:41:22 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 3241 invoked by uid 100); 17 Jun 2001 17:41:21 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15148.60353.12685.544141@guru.mired.org> Date: Sun, 17 Jun 2001 12:41:21 -0500 To: dev-null@no-id.com Cc: questions@freebsd.org Subject: Re: Linux emulation problem In-Reply-To: <54864435@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ 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 dev-null@no-id.com types: > 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. > > Any suggestions? [...] > 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 Yeah - get linux versions of the libraries it's not finding. You can't use FreeBSD shared libraries for a linux binary. If you do as Kelsey Cummings suggested, and install it from the port, that will install the proper version of those libraries. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message