From owner-freebsd-questions Wed Feb 28 3:18:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gugod.ath.cx (61-216-69-3.HINET-IP.hinet.net [61.216.69.3]) by hub.freebsd.org (Postfix) with ESMTP id 5609737B718 for ; Wed, 28 Feb 2001 03:18:13 -0800 (PST) (envelope-from gugod@gugod.ath.cx) Received: (from gugod@localhost) by gugod.ath.cx (8.11.2/8.11.2) id f1SJJU530502 for freebsd-questions@freebsd.org; Wed, 28 Feb 2001 19:19:30 GMT (envelope-from gugod) Date: Wed, 28 Feb 2001 19:19:29 +0000 From: Kang-min Liu To: freebsd-questions@freebsd.org Subject: Re: linux-compat Message-ID: <20010228191929.A8320@gugod.ath.cx> References: <3A9CEA15.F85DD3CB@post.omnitel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A9CEA15.F85DD3CB@post.omnitel.net>; from edvard@post.omnitel.net on Wed, Feb 28, 2001 at 01:07:49PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Feb 28, 2001 at 01:07:49PM +0100, Macrolosa wrote: > binary it writes: "libjpeg.so.62: cannot open shared object file: no > such file..." > Probably it can't find "libjpeg.so.62" in "/compat/linux" > directory??? Where to get it? Even if you install linux_base package, you have to enable the option COMPAT_LINUX in kernel. If you didn't , you can try to load linux.ko kernel module. If you're not sure , use 'kldstat -v | grep linux' to see if there are 'linuxelf' and 'linuxaout' symbols in your kernel. Or you can add 'linux_enable="YES"' into your /etc/rc.conf, this way the start-up script will automactically load the linux.ko for you next time the maching is booted. After making sure that linux.ko is loaded, try to run opera again. If it still not worked, the libjpeg.so.62 may not exist in /compat/linux/usr/lib, please install linux-jpeg package. Also check if you have /compat/linux/usr/lib/libpng.so.2. If not , install linux-png package. -- Kang-ming Liu gugod@gugod.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message