Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2001 12:41:21 -0500
From:      Mike Meyer <mwm@mired.org>
To:        dev-null@no-id.com
Cc:        questions@freebsd.org
Subject:   Re: Linux emulation problem 
Message-ID:  <15148.60353.12685.544141@guru.mired.org>
In-Reply-To: <54864435@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

	<mike
--
Mike Meyer <mwm@mired.org>			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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15148.60353.12685.544141>