Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2005 16:43:02 +0100
From:      Tino Boss <tino.boss.1@students.unibe.ch>
To:        Mikael Backman <mback99@telia.com>,  freebsd questions <freebsd-questions@freebsd.org>
Subject:   Re: plugin in mozilla
Message-ID:  <437F4806.4020804@students.unibe.ch>
In-Reply-To: <437F31B0.8080401@telia.com>
References:  <437DEB1B.8090503@telia.com> <437E5102.2070605@students.unibe.ch> <437F31B0.8080401@telia.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 =)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?437F4806.4020804>