Re: flash and libmap.conf?

2004-11-22 Thread Ben Paley
On Thursday 18 November 2004 15:20, Jon Noack wrote:

> Did you recompile all your ports recently (portupgrade -af)?  You should
> certainly do this after upgrading from 4-stable and there was ABI breakage
> right before 5.3 that required a recompile to use the new libraries.  You
> could try setting the following values in libmap.conf to take care of the
> recent ABI breakage (as mentioned in UPDATING):
>
> # use new libraries
> libm.so.2   libm.so.3
> libreadline.so.4libreadline.so.5
> libhistory.so.4 libhistory.so.5
> libopie.so.2libopie.so.3
> libpcap.so.2libpcap.so.3

Sorry I've left this so long - I've was away over the weekend.

Aha! I saw this, but didn't read carefully enough, silly me. Thank you very 
much for pointing it out - two lessons learnt there.

Thanks very much.

Cheers,
Ben
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: flash and libmap.conf?

2004-11-18 Thread Jon Noack
Ben Paley wrote:
> On Wednesday 17 November 2004 18:27, Jon Noack wrote:
>>> # 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.3liblstdc++.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.3libstdc++.so.4
>> libm.so.6   libm.so.3
>> libc.so.6   pluginwrapper/flash6.so
>
> Interesting. This makes everything bad on my machine. I get this:
>
> bash-2.05b$ mozilla
> Error: No running window found.
> mozilla-bin: Fatal IO error 78 (Function not implemented) on X server
> :0.0.
> bash-2.05b$
>
> I even noticed another small error in my file, where I had liblstdc++
> instead of libstdc++ (a lower-case L too many) but that doesn't help
> either.
>
>> 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.
>
> Perhaps I'll try that when I gat mozilla and flash working - at the moment
> konqueror is the only browser I've got that's working properly, so I'm not
> going to mess with it!

Did you recompile all your ports recently (portupgrade -af)?  You should
certainly do this after upgrading from 4-stable and there was ABI breakage
right before 5.3 that required a recompile to use the new libraries.  You
could try setting the following values in libmap.conf to take care of the
recent ABI breakage (as mentioned in UPDATING):

# use new libraries
libm.so.2   libm.so.3
libreadline.so.4libreadline.so.5
libhistory.so.4 libhistory.so.5
libopie.so.2libopie.so.3
libpcap.so.2libpcap.so.3

Jon

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: flash and libmap.conf?

2004-11-18 Thread Ben Paley
On Wednesday 17 November 2004 18:27, Jon Noack wrote:

> > # 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.3liblstdc++.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.3libstdc++.so.4
> libm.so.6   libm.so.3
> libc.so.6   pluginwrapper/flash6.so

Interesting. This makes everything bad on my machine. I get this:

bash-2.05b$ mozilla
Error: No running window found.
mozilla-bin: Fatal IO error 78 (Function not implemented) on X server :0.0.
bash-2.05b$

I even noticed another small error in my file, where I had liblstdc++ instead 
of libstdc++ (a lower-case L too many) but that doesn't help either.

> 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.

Perhaps I'll try that when I gat mozilla and flash working - at the moment 
konqueror is the only browser I've got that's working properly, so I'm not 
going to mess with it!

Thanks for your help,
Ben
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: flash and libmap.conf?

2004-11-17 Thread Jon Noack
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.3liblstdc++.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.3liblstdc++.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.3libstdc++.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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


flash and libmap.conf?

2004-11-17 Thread Ben Paley
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.3liblstdc++.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.3liblstdc++.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 [EMAIL PROTECTED]:/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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"