Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Nov 2004 12:30:00 +0000
From:      Ben Paley <ben@spooty.net>
To:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   flash and libmap.conf?
Message-ID:  <200411171230.00802.ben@spooty.net>

next in thread | raw e-mail | index | archive | help
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


# Acrobat with Opera
#[/usr/X11R6/lib/browser_plugins/nppdf.so]
#libc.so.6                      pluginwrapper/acrobat.so

# Acrobat with Konqueror (temporary setting)
#[/opt/mozilla/plugins/nppdf.so]
#libc.so.6                      pluginwrapper/acrobat.so

# Acrobat with Mozilla/Firebird/Galeon/Epiphany
[/usr/local/Acrobat5/Browsers/intellinux/nppdf.so]
libc.so.6                      pluginwrapper/acrobat.so

# Java3D
[/usr/local/jdk1.4.2/jre/lib/i386/libJ3D.so]
libdl.so.2                      pluginwrapper/java3d.so
libm.so.6                       libm.so.3
libnsl.so.1                     pluginwrapper/java3d.so
libpthread.so.0                 pluginwrapper/java3d.so
libc.so.6                       pluginwrapper/java3d.so

[/usr/local/jdk1.4.2/jre/lib/i386/libj3daudio.so]
libm.so.6                       libm.so.3
libnsl.so.1                     pluginwrapper/java3d_snd.so
libpthread.so.0                 pluginwrapper/java3d_snd.so
libc.so.6                       pluginwrapper/java3d_snd.so

[/usr/local/jdk1.4.2/jre/lib/i386/libJ3DUtils.so]
libpthread.so.0                 pluginwrapper/java3d.so
libc.so.6                       pluginwrapper/java3d.so


# Photo Image Print System (for EPSON bubble jet printer)
[/usr/local/lib/pips/libspr300_310.so]
libc.so.6                       pluginwrapper/pips.so
libdl.so.2                      pluginwrapper/pips.so

########################################################


...and here's some other stuff:



bash-2.05b$ uname -a
FreeBSD potato.hogsedge.net 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Nov 15 
13:20:26 GMT 2004     root@potato.hogsedge.net:/usr/obj/usr/src/sys/POTATO  
i386
bash-2.05b$ pkg_info | grep flash
linux-flashplugin-6.0r79_1 The official Macromedia Flash Player for Linux 
Mozilla and
bash-2.05b$ pkg_info | grep opera
opera-7.54.20040803_2 A blazingly fast, full-featured, standards-compliant 
browse
bash-2.05b$ pkg_info | grep mozilla
mozilla-1.7.3_3,2   The open source, standards compliant web browser
bash-2.05b$


err... I think that's all, thanks.

Cheers,
Ben



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411171230.00802.ben>