From owner-freebsd-stable@FreeBSD.ORG Sun Oct 22 08:37:00 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E87916A407 for ; Sun, 22 Oct 2006 08:37:00 +0000 (UTC) (envelope-from wanbin198010@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75AA043D99 for ; Sun, 22 Oct 2006 08:36:42 +0000 (GMT) (envelope-from wanbin198010@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so2010491nfc for ; Sun, 22 Oct 2006 01:36:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=qvznnU6HoraJ0hGU88V1due8M61sqQfnQmOaHjVMu45FecMgbpAH6e4Rw9PAXEEayUUY0XRuB4pvmPji4fMX1Lh+V06ozY0XKfrehCTK4+elFbd5Cnf2EHwOA5LjQEzlQ/j3kmOYfvfwAEzs3HTmoCF/R7jpI6axfb26dMh0o54= Received: by 10.82.126.19 with SMTP id y19mr1037528buc; Sun, 22 Oct 2006 01:36:40 -0700 (PDT) Received: by 10.82.110.1 with HTTP; Sun, 22 Oct 2006 01:36:40 -0700 (PDT) Message-ID: <46a9be130610220136n4d9cc95dj7ddb2000aef7876b@mail.gmail.com> Date: Sun, 22 Oct 2006 16:36:40 +0800 From: "bin wan" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: a problem about linux-firefox X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2006 08:37:00 -0000 I used firefox based on FreeBSD perviously. but it wasn't able to run plugin of flash player. because flash player has only Linux version. so I installed linux-firefox by ports. Install is no error. However when the linux-firefox actually run , I get wan# linux-firefox /usr/local/lib/linux-firefox/firefox-bin: error while loading shared libraries: /usr/lib/libgtk-x11-2.0.so.0: ELF file OS ABI invalid Linux compatibility enviroment is seem to available. see the following wan# /compat/linux/bin/uname Linux And I also brand firefox-bin with Linux . see the following wan# brandelf /usr/local/lib/linux-firefox/firefox-bin File '/usr/local/lib/linux-firefox/firefox-bin' is of brand 'Linux' (3). I'm not sure linux compatibility enviroment is right, because when I use ldd ,I get wan# ldd /compat/linux/usr/bin/iconv /compat/linux/usr/bin/iconv: libc.so.6 => /lib/obsolete/linuxthreads/libc.so.6 (0x28072000) /lib/ld-linux.so.2 (0x28054000) According I known, Linux program need the shared library in the /compat/linux path. so I'm puzzling. Anyone have any suggestions as to the cause of this problem or its solution.