From owner-freebsd-doc@FreeBSD.ORG Wed May 7 20:20:35 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E597E37B401 for ; Wed, 7 May 2003 20:20:35 -0700 (PDT) Received: from albatross.mail.pas.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74E6943FA3 for ; Wed, 7 May 2003 20:20:35 -0700 (PDT) (envelope-from rperry4@earthlink.net) Received: from dialup-209.244.235.198.dial1.weehawken1.level3.net ([209.244.235.198] helo=earthlink.net) by albatross.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19DbxS-0001jt-00 for doc@FreeBSD.org; Wed, 07 May 2003 20:20:35 -0700 Message-ID: <3EB9CD34.10003@earthlink.net> Date: Wed, 07 May 2003 23:21:24 -0400 From: Bob Perry User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030504 X-Accept-Language: en-us, en MIME-Version: 1.0 To: doc@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Fwd: Update -- Installation of Flash Plugins for Mozilla] X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 03:20:36 -0000 -------- Original Message -------- Subject: Update -- Installation of Flash Plugins for Mozilla Date: Tue, 06 May 2003 00:05:52 -0400 From: Bob Perry To: FreeBSD-Questions I have FreeBSD 4.7 and just upgraded to Mozilla-1.3_1,2 and attempted to install flash plugins for the first time. The following instructions were taken from section 15.2.2. Mozilla, Java, and Shockwave Flash of the FreeBSD Handbook. I installed flashplugin-mozilla-0.4.10_2 but had some difficulty following the instructions. I was unable to locate libflashplayer.so, and ShockwaveFlash.class. Are the instructions current? If not, please advise. Thank you. Bob "...install the www/flashpluginwrapper port. This port requires emulators/linux_base which is a large port. True that other *flash* plugins exist, however they have not worked for me. Now copy the *flash* plug-in files with: # *cp /usr/local/lib/flash/libflashplayer.so \ /usr/X11R6/lib/mozilla/plugins/libflashplayer_linux.so* # *cp /usr/local/lib/flash/ShockwaveFlash.class \ /usr/X11R6/lib/mozilla/plugins/* Now add the following lines to the top of (but right under #!/bin/sh) *Mozilla* startup script: /usr/X11R6/bin/mozilla. LD_PRELOAD=/usr/local/lib/libflashplayer.so.1 export LD_PRELOAD This will enable the *flash* plug-in."