From owner-freebsd-questions@FreeBSD.ORG Fri Jan 4 13:17:01 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 577DB16A475 for ; Fri, 4 Jan 2008 13:17:01 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.234]) by mx1.freebsd.org (Postfix) with ESMTP id 107B313C4EA for ; Fri, 4 Jan 2008 13:17:00 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1253849nzf.13 for ; Fri, 04 Jan 2008 05:17:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=WbadixFziM8wOH+FietbCbEw+uEqB66UOes9XtpMQsA=; b=WHjJQLFSGRdsAIw47N3FEaQpv554sOT/FJQEV5VESPimxfYZT4YngaZJmJR1i0FmGHRdLHJcO+R1zIcXUPzLb6blGEFYPTgNPRn4o4lw6bGDWjUDWSCQ4+sDlpI2tT7c8CDBz+UUZXk9yivwRC+bH+jcTr92i7aMAhKhZLyL16E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HPps3GSFwLHwYdSIGcdS8IZdJdSzo0/oqBPYaupuqzfZTCabP2qfO07tMThtfHG1niWgTB89tuL8t9tLtNAr7yKiiugKOnzOcffy6/btKO0rOnnfVOW+SNdVZ8wirGIoeol4XVNs//PtQ6HE28kHJJ4W2b+S/GvX/jbKMgi4Xo0= Received: by 10.142.179.12 with SMTP id b12mr5076744wff.88.1199452619356; Fri, 04 Jan 2008 05:16:59 -0800 (PST) Received: by 10.70.50.8 with HTTP; Fri, 4 Jan 2008 05:16:59 -0800 (PST) Message-ID: <64c038660801040516u5c42a6cpadb475ad67fb4730@mail.gmail.com> Date: Fri, 4 Jan 2008 06:16:59 -0700 From: Modulok To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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:17:01 -0000 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? -Modulok-