From owner-freebsd-ports@FreeBSD.ORG Tue Aug 8 15:20:51 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6249C16A4DA for ; Tue, 8 Aug 2006 15:20:51 +0000 (UTC) (envelope-from joey@mingrone.org) Received: from nf-out-f131.google.com (nf-out-f131.google.com [64.233.182.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79BA443D53 for ; Tue, 8 Aug 2006 15:20:50 +0000 (GMT) (envelope-from joey@mingrone.org) Received: by nf-out-f131.google.com with SMTP id x9so92836nfb for ; Tue, 08 Aug 2006 08:20:44 -0700 (PDT) Received: by 10.82.132.4 with SMTP id f4mr1239055bud; Tue, 08 Aug 2006 08:20:44 -0700 (PDT) Received: by 10.82.136.16 with HTTP; Tue, 8 Aug 2006 08:20:44 -0700 (PDT) Message-ID: Date: Tue, 8 Aug 2006 12:20:44 -0300 From: "Joey Mingrone" To: jamie@bishopston.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: ports@freebsd.org Subject: linux-flashplugin7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 15:20:51 -0000 Hi Jamie: I just updated my linux-flashplugin-7 port to linux-flashplugin-7.0r63_1 and I'm now having some problems getting it working in FreeBSD's native firefox (firefox-1.5.0.4,1). I noticed that the installation directory is now /usr/local/lib/npapi/linux-flashplugin/ so I updated the soft links in /usr/X11R6/lib/browser_plugins/ to: flashplayer.xpt@ -> /usr/local/lib/npapi/linux-flashplugin/flashplayer.xpt libflashplayer.so@ -> /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so and the relevant part of my /etc/libmap.conf looks like: # Flash7 with Firefox/Konqueror [/usr/local/lib/npapi/linux-flashplugin/libflashplayer.so] libpthread.so.0 pluginwrapper/flash7.so libdl.so.2 pluginwrapper/flash7.so libz.so.1 libz.so.3 libstdc++-libc6.2-2.so.3 libstdc++.so.4 libm.so.6 libm.so.4 libc.so.6 pluginwrapper/flash7.so Do you have any suggestions? Thanks, Joey