From owner-freebsd-questions@FreeBSD.ORG Fri Nov 18 22:09:00 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 04F4616A41F for ; Fri, 18 Nov 2005 22:09:00 +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 A022143D45 for ; Fri, 18 Nov 2005 22:08:58 +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 53263-01-83; Fri, 18 Nov 2005 22:08:56 +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 AA1325C25D; Fri, 18 Nov 2005 22:08:56 +0000 (UTC) Message-ID: <437E5102.2070605@students.unibe.ch> Date: Fri, 18 Nov 2005 23:09:06 +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 References: <437DEB1B.8090503@telia.com> In-Reply-To: <437DEB1B.8090503@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: freebsd-questions@freebsd.org 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: Fri, 18 Nov 2005 22:09:00 -0000 Mikael Backman wrote: > hi! > i have installed linuxpluginwrapper and added the file /etc/libmap.conf > from the examples for 6.0 but mozilla shows no plugin installed... > what can i do? i even rebooted ... These things were discussed here before; so you might wanna have a look at the archives. Short version: - install the required ports: mozilla/firefox, linuxpluginwrapper (plugins should be installed automatically as its dependencies) - create the apropriate links in /usr/X11R6/lib/browser_plugins - verify the paths in /etc/libmap.conf - rename /usr/local/bin/acroread7 to /usr/local/bin/acroread for acroread plugin to work Tino