From owner-freebsd-questions@FreeBSD.ORG Tue Nov 20 15:25:56 2007 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 A2C0316A41A for ; Tue, 20 Nov 2007 15:25:56 +0000 (UTC) (envelope-from brrab@yandex.ru) Received: from smtp4.yandex.ru (smtp4.yandex.ru [213.180.223.136]) by mx1.freebsd.org (Postfix) with ESMTP id 0333F13C4AC for ; Tue, 20 Nov 2007 15:25:55 +0000 (UTC) (envelope-from brrab@yandex.ru) Received: from 55-221-112-92.pool.ukrtel.net ([92.112.221.55]:26833 "EHLO brom.homemachine" smtp-auth: "brrab" TLS-CIPHER: TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S739323AbXKTPKG (ORCPT ); Tue, 20 Nov 2007 18:10:06 +0300 X-Comment: RFC 2476 MSA function at smtp4.yandex.ru logged sender identity as: brrab Date: Tue, 20 Nov 2007 17:10:06 +0200 From: brom To: freebsd-questions@freebsd.org Message-ID: <20071120171006.28442a85@brom.homemachine> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Opera & Micromedia Flash 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: Tue, 20 Nov 2007 15:25:56 -0000 Hi all! I have installed in my box with 6.2-RELEASE-p7: opera-9.21.20070510_1 opera-linuxplugins-9.21.20070510_1 linux-flashplugin-7.0r70 But I can't use flashplugin, when I start Opera with debug I have these errors: $ opera -debugplugin detection operapluginwrapper: [plugin failed ] /usr/local/lib/npapi/symlinks/linux-opera/libflashplayer.so, Shared object "libm.so.6" not found, required by "libflashplayer.so" opera: pluginwrapper exited cleanly with exit code 1 during plug-in detection libm.so.6 part of linux_base-fc-4_10, so, I was added /compat/linux/lib in shared library cache $ldconfig -m /compat/linux/lib But in this case, I have different error, like that: $ opera -debugplugin detection operapluginwrapper: [plugin failed ] /usr/local/lib/npapi/symlinks/linux-opera/libflashplayer.so, /usr/local/lib/npapi/symlinks/linux-opera/libflashplayer.so: Undefined symbol "__ctype_b" opera: pluginwrapper exited cleanly with exit code 1 during plug-in detection What the reason? How can I make the module worked?