From owner-freebsd-multimedia@FreeBSD.ORG Sun Jan 22 15:56:04 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 186B816A41F for ; Sun, 22 Jan 2006 15:56:04 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from mailhub03.unibe.ch (mailhub03.unibe.ch [130.92.9.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5994243D45 for ; Sun, 22 Jan 2006 15:55:58 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub01-eth0.unibe.ch [130.92.254.65]) by mailhub03.unibe.ch (Postfix) with ESMTP id 34F0226B03; Sun, 22 Jan 2006 16:55:57 +0100 (CET) Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub01.unibe.ch [130.92.254.65]) (amavisd-new, port 10024) with LMTP id 04642-05-45; Sun, 22 Jan 2006 16:55:54 +0100 (CET) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id 4A5F126A0F; Sun, 22 Jan 2006 16:55:55 +0100 (CET) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.12.10+Sun/8.12.10) with ESMTP id k0MFts8Z021506; Sun, 22 Jan 2006 16:55:54 +0100 (MET) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id k0MFtswZ000822; Sun, 22 Jan 2006 16:55:54 +0100 (MET) Date: Sun, 22 Jan 2006 16:55:54 +0100 From: Tobias Roth To: Lluis =?iso-8859-1?Q?L=F3pez?= Message-ID: <20060122155554.GA804@droopy.unibe.ch> References: <79e2026f0601211858s1109978fp586aea298fa5db51@mail.gmail.com> <8f8eb53e0601220025md4a3365k@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8f8eb53e0601220025md4a3365k@mail.gmail.com> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. X-Virus-checked: by University of Berne Cc: freebsd-multimedia@freebsd.org 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 15:56:04 -0000 On Sun, Jan 22, 2006 at 09:25:23AM +0100, Lluis López wrote: > > > First deinstall flashplugin-mozilla and install www/linuxpluginwrapper > (WITH_PLUGINS=yes 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. I followed your guide, but installed the www/linux-flashplugin6 instead of 7, due to the many unstable warnings. The entry in /etc/libmap.conf however seems broken: # Flash6 with Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase [/usr/X11R6/lib/linux-flashplugin6/libflashplayer.so] libpthread.so.0 pluginwrapper/flash6.so libdl.so.2 pluginwrapper/flash6.so libz.so.1 libz.so.2 libstdc++-libc6.2-2.so.3 libstdc++.so.4 libm.so.6 libm.so.3 libc.so.6 pluginwrapper/flash6.so The files libz.so.2, libstdc++.so.4 and libm.so.3 are nowhere to be found on my system. What did I do wrong? Thanks, Tobias