From owner-freebsd-questions@FreeBSD.ORG Fri Jan 4 13:59:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F2DA16A419 for ; Fri, 4 Jan 2008 13:59:06 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) Received: from mailrelay.embarq.synacor.com (mailrelay.embarq.synacor.com [208.47.184.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6F45913C43E for ; Fri, 4 Jan 2008 13:59:05 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.0 c=1 a=BOZ6H998bFgA:10 a=6I5d2MoRAAAA:8 a=8eXE4IUvf8Si9bQ6RmYA:9 a=py_6fAQJUdHkX_Ruy4IA:7 a=3UMqqael61SVXHchwPrlHJtoBNsA:4 a=MSl-tDqOz04A:10 a=LY0hPdMaydYA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp07.embarq.synacor.com smtp.mail=bsd-unix@embarqmail.com; spf=neutral Authentication-Results: smtp07.embarq.synacor.com smtp.user=rpratt1950@embarqmail.com; auth=pass (LOGIN) Received-SPF: neutral (smtp07.embarq.synacor.com: 76.6.194.183 is neither permitted nor denied by domain of embarqmail.com) Received: from [76.6.194.183] ([76.6.194.183:50721] helo=kt.weeeble.com) by mailrelay.embarq.synacor.com (envelope-from ) (ecelerity 2.2.1.21 r(19176)) with ESMTPA id 3D/06-03649-8AB3E774; Fri, 04 Jan 2008 08:59:04 -0500 Date: Fri, 4 Jan 2008 08:59:03 -0500 From: Randy Pratt To: Modulok Message-Id: <20080104085903.02cd344d.bsd-unix@embarqmail.com> In-Reply-To: <64c038660801040516u5c42a6cpadb475ad67fb4730@mail.gmail.com> References: <64c038660801040516u5c42a6cpadb475ad67fb4730@mail.gmail.com> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.3; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Opera, Flash and the stench of failure... 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, 04 Jan 2008 13:59:07 -0000 On Fri, 4 Jan 2008 06:16:59 -0700 Modulok wrote: > Seeing the thread about flash with mozilla, I thought, "a flash plugin > with opera would be cool." Last night I tried to get flash working > with opera. I failed. With native opera, I cannot get any plugins to > work. Here is what I know: > > 1. What opera bitches about: > Could not start operapluginwrapper. > Plugins will not work correctly. > > 2. Why opera bitches: > ldd operapluginwrapper; > ... > libXThrStub.so.6 => not found (0x0) > ... > > 3. Why it is missing: > "On OpenBSD, and on old FreeBSD, libc lacks pthread stubs. > This is a problem because libX11 needs to support threading, > but shouldn't cause all X programs to be linked against the > threading library. The solution is libXThrStub (UIThrStubs.c), > which provides weak symbols to stub threading functions, > which are ignored if the application links against the thread > library. I had moved libXThrStub into libX11, because it > seemed unnecessary." > > 4. What I have installed: > linux-flashplugin-9.0r115 Adobe Flash Player NPAPI Plugin > opera-9.25.20071214 A blazingly fast, full-featured, > standards-compliant browse > opera-linuxplugins-9.21.20070510_1 Linux plugin support for the > native Opera browser > > Does anyone have flash working with opera? If so, how? Where can I get > libXThrStub.so.6? I vaguely remembered someting about this and a google search turned up this old PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports%2F91900 The instructions in the referenced pkg-message for /etc/libmap.conf disappeared after opera was subsequently updated seemingly because it was no longer needed but I'm not sure of that. I'm not sure that this will help you but its an easy thing to try and back out if it doesn't. Caveat: I'm not an opera user and I don't use flash. ;-) HTH, Randy --