From owner-freebsd-stable@FreeBSD.ORG Wed Nov 17 18:27:40 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B65C16A4CE for ; Wed, 17 Nov 2004 18:27:40 +0000 (GMT) Received: from smtp004.bizmail.sc5.yahoo.com (smtp004.bizmail.sc5.yahoo.com [66.163.175.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 7177343D5C for ; Wed, 17 Nov 2004 18:27:40 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@70.240.195.95 with login) by smtp004.bizmail.sc5.yahoo.com with SMTP; 17 Nov 2004 18:27:40 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 07CDB61A2; Wed, 17 Nov 2004 12:27:39 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23839-14; Wed, 17 Nov 2004 12:27:37 -0600 (CST) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 0BC0860D2; Wed, 17 Nov 2004 12:27:37 -0600 (CST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.13.1/8.13.1) with ESMTP id iAHIRVZx045826; Wed, 17 Nov 2004 12:27:36 -0600 (CST) (envelope-from noackjr@alumni.rice.edu) Message-ID: <419B9813.9010205@alumni.rice.edu> Date: Wed, 17 Nov 2004 12:27:31 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 0.9 (X11/20041108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ben Paley References: <200411171230.00802.ben@spooty.net> In-Reply-To: <200411171230.00802.ben@spooty.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org cc: FreeBSD Stable Subject: Re: flash and libmap.conf? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2004 18:27:40 -0000 On 11/17/04 06:30, Ben Paley wrote: > Hello, > > I went from 4-Stable, where I had flash working fine, to 5-Current where it > worked a bit sometimes, to 5-Stable where it only works in Konqueror. Mozilla > gives me this: > > bash-2.05b$ mozilla > Error: No running window found. > LoadPlugin: failed to initialize shared > library /usr/local/lib/linux-flashplugin6/libflashplayer.so [Shared object > "libpthread.so.0" not found, required by "libflashplayer.so"] > LoadPlugin: failed to initialize shared > library /usr/local/lib/linux-flashplugin6/libflashplayer.so [Shared object > "libpthread.so.0" not found, required by "libflashplayer.so"] > > and opera is even more obstreperous: > > bash-2.05b$ opera > /usr/libexec/ld-elf.so.1: /usr/local/lib/liblstdc++.so.4: Undefined symbol > "mbsrtowcs" > bash-2.05b$ > > Opera WILL run every second time I try it. On these occasions I get first a > window saying > > Opera could not load the plug-in library 'libnpp.so'. Plug-ins will not work. > Check your installation > > ...and then a message telling me that last time ther was a fatal problem > connected to the plug-in search, and asking me if I still want to do one... > if I say no, it starts up ok. (In the meantime I get a console message about > the spell checker); > > I have a feeling I may have something wrong in libmap.conf, so here it is: > > ######################################################## > > # /etc/libmap.conf for FreeBSD 5.x > # $Id: libmap.conf-FreeBSD5.x,v 1.1 2003/11/09 07:39:33 nork Exp $ > > libc_r.so.5 libpthread.so.1 > libc_r.so libpthread.so > libkse.so.1 libpthread.so.1 > libkse.so libpthread.so > > # Flash6 with Opera is not avilable. > > # Flash6 with Konqueror (temporary setting) > [/opt/mozilla/plugins/libflashplayer.so] > #libpthread.so.0 liblthread.so.3 > libpthread.so.0 pluginwrapper/flash6.so > libdl.so.2 pluginwrapper/flash6.so > libz.so.1 libz.so.2 > libstdc++-libc6.2-2.so.3 liblstdc++.so.4 > libm.so.6 libm.so.3 > libc.so.6 pluginwrapper/flash6.so > > # Flash6 with Mozilla/Firebird/Galeon/Epiphany > #[/usr/local/lib/linux-flashplugin6/libflashplayer.so] > [/usr/X11R6/lib/browser_plugins/libflashplayer.so] > #libpthread.so.0 liblthread.so.3 > libpthread.so.0 pluginwrapper/flash6.so > libdl.so.2 pluginwrapper/flash6.so > libz.so.1 libz.so.2 > libstdc++-libc6.2-2.so.3 liblstdc++.so.4 > libm.so.6 libm.so.3 > libc.so.6 pluginwrapper/flash6.so The following works fine for me (note the path I use is what you have commented out): # Flash6 with Mozilla/Firebird/Galeon/Epiphany/Konqueror [/usr/local/lib/linux-flashplugin6/libflashplayer.so] libpthread.so.0 pluginwrapper/flash6.so libdl.so.2 pluginwrapper/flash6.so libz.so.1 libz.so.2 libstdc++-libc6.2-2.so.3 libstdc++.so.4 libm.so.6 libm.so.3 libc.so.6 pluginwrapper/flash6.so For Konqueror I just added /usr/local/lib/linux-flashplugin6 to the plugins path so that I only need one libmap.conf entry. This works fine as well. I don't use Opera. Hope that helps, Jon