From owner-freebsd-questions@FreeBSD.ORG Sat Jul 10 12:28:07 2004 Return-Path: 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 0B07A16A4CE for ; Sat, 10 Jul 2004 12:28:07 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with SMTP id A5CB343D31 for ; Sat, 10 Jul 2004 12:28:06 +0000 (GMT) (envelope-from avleeuwen@gmail.com) Received: by mproxy.gmail.com with SMTP id 73so249522rne for ; Sat, 10 Jul 2004 05:27:57 -0700 (PDT) Received: by 10.38.104.33 with SMTP id b33mr512125rnc; Sat, 10 Jul 2004 05:27:57 -0700 (PDT) Message-ID: Date: Sat, 10 Jul 2004 14:27:57 +0200 From: Arjan Van Leeuwen To: epilogue In-Reply-To: <20040709232917.7f1f68d1@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040709232917.7f1f68d1@localhost> cc: "freebsd-www@freebsd.org" cc: "Paulo Fonseca Jr." cc: "freebsd-questions@freebsd.org" Subject: Re: Flashplasyer plug-in for Opera X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jul 2004 12:28:07 -0000 On Fri, 9 Jul 2004 23:29:17 -0400, epilogue wrote: > On Fri, 09 Jul 2004 21:49:14 -0300 > "Paulo Fonseca Jr." wrote: > > > I'm trying to enable flash plug-in on freebsd 5.1 like this: > > > > 1) cd /usr/ports/www/linux-flashplayer > > make install clean > > it's ok > > > > 2) Tools -> Preferences -> Plug-ins -> Change path > > the working path is: opera; > > /usr/X11R6/share/opera/plugins:/usr/local/lib/flash/ > > it's fine > > > > 3) when opera starts with "opera -debugplugin" command the message below > > occurs: > > judging by the command above, you're using the 'native' version of opera > (that is to say, opera for freebsd). is there any reason you would expect > the LINUX-flashplayer to work? :P > > try /usr/ports/www/flashpluginwrapper for the native version OR install > /usr/ports/www/linux-opera. either should solve your problem. Use www/linuxpluginwrapper instead of www/flashpluginwrapper - it's newer, better maintained and supports a newer version of the Flash player. That said, it doesn't work with native Opera on FreeBSD 5.x - only on 4.x. So if you want Flash in Opera on FreeBSD 5.x, use linux-opera. Arjan