From owner-freebsd-ports@FreeBSD.ORG Tue Dec 6 22:50:26 2005 Return-Path: X-Original-To: freebsd-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 3431916A41F for ; Tue, 6 Dec 2005 22:50:26 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from vfemail.net (miwi2dsl-a234.wi.tds.net [216.170.248.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B54943D58 for ; Tue, 6 Dec 2005 22:50:24 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: (qmail 68490 invoked by uid 85); 6 Dec 2005 22:50:22 -0000 Received: from akbeech@gmail.com by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.63. Clear:. Processed in 1.79324 secs); 06 Dec 2005 22:50:22 -0000 Received: from unknown (HELO ?192.168.241.124?) (alaska@vfemail.net@24.237.206.237) by miwi2dsl-a234.wi.tds.net with RC4-MD5 encrypted SMTP; 6 Dec 2005 22:50:20 -0000 From: Beecher Rintoul Organization: NorthWind Communications To: nork@freebsd.org Date: Tue, 6 Dec 2005 13:50:03 -0900 User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2973213.BcgSTEpdjU"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512061350.16480.akbeech@gmail.com> Cc: freebsd-ports@freebsd.org Subject: linuxpluginwrapper 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, 06 Dec 2005 22:50:26 -0000 --nextPart2973213.BcgSTEpdjU Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I recently had to go through quite a few modifications to get=20 linuxpluginwrapper working with Firefox. This has bit several people and=20 there was a large thread on questions addressing this issue about two weeks= =20 ago. My question is can this be fixed or at least documented somewhere? Here's what I did to get things working: ## Before building linuxpluginwrapper; rm -R /usr/X11R6/lib/browser_linux_plugins ln -s /usr/X11R6/lib/browser_plugins /usr/X11R6/lib/browser_linux_plugins ## Build linuxpluginwrapper. cd /usr/ports/www/linuxpluginwrapper make -DWITH_PLUGINS install clean ## Fix acroread. mv =A0/usr/local/bin/acroread7 /usr/local/bin/acroread rm -rf /usr/X11R6/lib/browser_plugins/nppdf.so ln=20 =2Ds /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux= /nppdf.so /usr/X11R6/lib/browser_plugins/nppdf.so ## Change path in /etc/libmap.conf for .nppdf.so # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror [/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppd= f.so]=20 libc.so.6 pluginwrapper/acrobat.so ## Helix does not work with Firefox or Mozilla at this time and loading the= =20 plugin can lock up the browser. ## Flash 6.0 works without modification. ## Flash7 will crash Firefox & Mozilla. Please cc me as I'm not subscribed to ports. Thanks, Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - System Administrator - akbeech@gmail.com /"\ ASCII Ribbon Campaign | NorthWind Communications \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://akparadise.byethost33.com =2D------------------------------------------------------------------------= =2D------------- --nextPart2973213.BcgSTEpdjU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDlhWoVq19LUoGB+MRAj0pAKCWKG6zobIFxb5MrFNF3IGEGKlPBgCgotO+ 61p5aHyl2DjDvsu+9C6dnG0= =SKFy -----END PGP SIGNATURE----- --nextPart2973213.BcgSTEpdjU--