From owner-freebsd-questions@FreeBSD.ORG Sat Nov 19 15:42:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA89B16A422 for ; Sat, 19 Nov 2005 15:42:55 +0000 (GMT) (envelope-from tino.boss.1@students.unibe.ch) Received: from mail02.solnet.ch (mail02.solnet.ch [212.101.4.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FCAD43D49 for ; Sat, 19 Nov 2005 15:42:54 +0000 (GMT) (envelope-from tino.boss.1@students.unibe.ch) Received: from mail02.solnet.ch ([127.0.0.1]) by localhost (mail02.solnet.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 42156-01-15; Sat, 19 Nov 2005 15:42:52 +0000 (UTC) Received: from [192.168.1.102] (212-41-85-165.adsl.solnet.ch [212.41.85.165]) by mail02.solnet.ch (Postfix) with ESMTP id 91C795C201; Sat, 19 Nov 2005 15:42:51 +0000 (UTC) Message-ID: <437F4806.4020804@students.unibe.ch> Date: Sat, 19 Nov 2005 16:43:02 +0100 From: Tino Boss User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051111) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mikael Backman , freebsd questions References: <437DEB1B.8090503@telia.com> <437E5102.2070605@students.unibe.ch> <437F31B0.8080401@telia.com> In-Reply-To: <437F31B0.8080401@telia.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mail02.solnet.ch Cc: Subject: Re: plugin in mozilla 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: Sat, 19 Nov 2005 15:42:55 -0000 Mikael Backman wrote: > Thank you for your reply. I did look at the archives but the only > thing I could find was that I should copy the example > libmap.conf{FreBSD6} to /etc/ libmap.conf Which I did... You don't > feel like elaborating on those links in /usr/X11R6/lib/browser_plugins ? # Flashplugin ln -s /usr/X11R6/lib/linux-flashplugin6/flashplayer.xpt /usr/X11R6/lib/browser_plugins/flashplayer.xpt ln -s /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so /usr/X11R6/lib/browser_plugins/libflashplayer.so # Realplayer-Plugin ln -s /usr/X11R6/lib/linux-mozilla/plugins/nphelix.so /usr/X11R6/lib/browser_plugins/nphelix.so ln -s /usr/X11R6/lib/linux-mozilla/plugins/nphelix.xpt /usr/X11R6/lib/browser_plugins/nphelix.xpt # Adobe Reader 7-Plugin ln -s /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so /usr/X11R6/lib/browser_plugins/nppdf.so # Java-Plugin ln -s /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so /usr/X11R6/lib/browser_plugins/libjavaplugin_oji.so btw: you should verify that you have the desired plugins installed; apparently the wrapper doesn't do it automatically anymore. regards Tino btw2: you should reply to the list and not not me =)