From owner-freebsd-questions@FreeBSD.ORG Mon Nov 12 22:56:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 121A716A419 for ; Mon, 12 Nov 2007 22:56:19 +0000 (UTC) (envelope-from elrap@web.de) Received: from fmmailgate02.web.de (fmmailgate02.web.de [217.72.192.227]) by mx1.freebsd.org (Postfix) with ESMTP id C73C813C4B2 for ; Mon, 12 Nov 2007 22:56:18 +0000 (UTC) (envelope-from elrap@web.de) Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate02.web.de (Postfix) with ESMTP id AB451AE30F19; Mon, 12 Nov 2007 23:36:48 +0100 (CET) Received: from [84.152.175.12] (helo=freebsdangel.de) by smtp07.web.de with asmtp (WEB.DE 4.108 #208) id 1Irhtg-0003O9-00; Mon, 12 Nov 2007 23:36:48 +0100 Message-ID: <4738D55E.6040903@web.de> Date: Mon, 12 Nov 2007 23:36:14 +0100 From: Tino Engel User-Agent: Thunderbird 2.0.0.6 (X11/20071110) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <200711120938.43924.mark@msen.com> <47386761.1090801@gmail.com> <4738D1DA.2020705@web.de> <4738D2B1.9040206@gmail.com> In-Reply-To: <4738D2B1.9040206@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: elrap@web.de X-Sender: elrap@web.de X-Provags-ID: V01U2FsdGVkX18/zjSHdkY4e4rvGhGZ5zjvUiCs85/xSlfiCScZ bD9cU70Ahy+SOegLExSszRExTg/q/UV+d8n/NRdl8+cmb1ADBW 3ZaVuPgT8= Cc: mark@msen.com, John , freebsd-questions@freebsd.org Subject: Re: flash: linux firefox vs linuxpluginwrapper X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2007 22:56:19 -0000 Aryeh M. Friedman schrieb: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Tino Engel wrote: > >> Aryeh M. Friedman schrieb: >> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> >>> >>> >>>> I posed a similar question on this list a short time ago. Right >>>> now, the only 'Flash' working on either Linux or native is Flash 7, >>>> which does not work on many sites. To get Flash 9, you need to use >>>> wine under freebsd and install the windows version of Firefox. I >>>> have been told that this solution works fine "out of the box" on >>>> FreeBSD 6.2 but I have not yet confirmed. >>>> >>>> >>> Works right out of the box for all versions of FreeBSD > 6.... I just >>> did it on a 8-Current machine doing the following port installs in >>> this order: >>> >>> firefox >>> linux-flashplugin7 >>> acroread7 >>> >>> after you install acroread run "nspluginwrapper -v -a -i". >>> >>> >>> >>> >> So did I. When I run firefox then, I get an error message as follows: >> >> freebsdangel# firefox >> LoadPlugin: failed to initialize shared library >> /usr/local/lib/browser_plugins/libflashplayer.so [Shared object >> "libdl.so.2" not found, required by "libflashplayer.so"] >> >> But the library is existing: >> >> freebsdangel# find / -name libdl.so.2 >> /usr/compat/linux/lib/libdl.so.2 >> freebsdangel# >> >> And even adjusting the path does not help: >> >> freebsdangel# setenv PATH "${PATH}:/usr/compat/linux/lib" >> >> The result is the same: >> >> So basically the question is: >> How can I tell FreeBSD where to find the requested lib?? >> >> > > Did you do it from packages or ports? > > From ports