From owner-freebsd-multimedia@FreeBSD.ORG Sun Jan 22 08:25:25 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89A1C16A41F for ; Sun, 22 Jan 2006 08:25:25 +0000 (GMT) (envelope-from cronopiolopez@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id E277E43D46 for ; Sun, 22 Jan 2006 08:25:24 +0000 (GMT) (envelope-from cronopiolopez@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so499009uge for ; Sun, 22 Jan 2006 00:25:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TQkRbFCNakhLno2PZnD5F4c4VhOu3pxpw3qiIDerqJ57rPHWKLC+SS63CO/OlYx3zqHQMlOkRpYUNBQ1V6TXRUjqODCB+y2Jsb8pvvdUZrDcf3dW1ueVc4oz3RwQ5NCKh7tlIxhnzcAzNA4MD1QLrFAcYhgIRAY7p2aMtaxF1CQ= Received: by 10.48.239.5 with SMTP id m5mr252193nfh; Sun, 22 Jan 2006 00:25:23 -0800 (PST) Received: by 10.48.42.3 with HTTP; Sun, 22 Jan 2006 00:25:23 -0800 (PST) Message-ID: <8f8eb53e0601220025md4a3365k@mail.gmail.com> Date: Sun, 22 Jan 2006 09:25:23 +0100 From: =?ISO-8859-1?Q?Lluis_L=F3pez?= To: freebsd-multimedia@freebsd.org In-Reply-To: <79e2026f0601211858s1109978fp586aea298fa5db51@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <79e2026f0601211858s1109978fp586aea298fa5db51@mail.gmail.com> Subject: Re: firefox flash X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2006 08:25:25 -0000 2006/1/22, Ashok Shrestha : > How do I get Firefox working with Flash? Also, Firefox with mplayer? > > > > My Specs: > > FreeBSD 6.0-RELEASE > flashplugin-mozilla-0.4.13 > mplayer-0.99.7_9 > firefox-1.5_5,1 > First deinstall flashplugin-mozilla and install www/linuxpluginwrapper (WITH_PLUGINS=3Dyes if you want install all), copy libmap.conf for 6 version in /etc. After this, download this patch: http://people.freebsd.org/~nork/rtld_dlsym_hack.diff Install this patch with the next steps: cd /usr/src patch < /path/to/patch cd libexec/rtld-elf; make clean; make; make install And now install www/linux-flashplugin7. The last step is make a symbolic link with libflashplayer.so and flashplayer.xpt in /usr/X11R6/lib/browser_plugins direcrtory. You can reinit firefox and see if all work writing about:plugins in yor brownser. Luis.