Hi All, I'm having problem with flashpluginwrapper. It was working before but when I upgrade the linux_base port to version 7.1_3, it gives out the error below when I start mozilla. LoadPlugin: failed to initialize shared library /usr/X11R6/lib/browser_plugins/rpnp.so [/usr/X11R6/lib/browser_plugins/rpnp.so: Undefined symbol "__ctype_b"] LoadPlugin: failed to initialize shared library /usr/X11R6/lib/browser_plugins/libflashplayer_linux.so [/usr/X11R6/lib/browser_plugins/libflashplayer_linux.so: Undefined symbol "overrideShellClassRec"] I already update my system as of yesterday's STABLE but still the problem occurs. Can anyone give me a clue of what happen? does the new linux_base do not support flashpluginwrapper? Thank you. -- Nawfal bin Mohmad Rouyan <nawfal@mmu.edu.my> Multimedia University
On Fri, Apr 25, 2003 at 09:58:31AM +0800, Nawfal bin Mohmad Rouyan wrote:> Hi All, > > I'm having problem with flashpluginwrapper. It was working before but > when I upgrade the linux_base port to version 7.1_3, it gives out the > error below when I start mozilla. > > LoadPlugin: failed to initialize shared library > /usr/X11R6/lib/browser_plugins/rpnp.so > [/usr/X11R6/lib/browser_plugins/rpnp.so: Undefined symbol "__ctype_b"] > LoadPlugin: failed to initialize shared library > /usr/X11R6/lib/browser_plugins/libflashplayer_linux.so > [/usr/X11R6/lib/browser_plugins/libflashplayer_linux.so: Undefined > symbol "overrideShellClassRec"] > > I already update my system as of yesterday's STABLE but still the > problem occurs. > > Can anyone give me a clue of what happen? does the new linux_base do not > support flashpluginwrapper? >I'm using linux_base-7.1_2, and flash does work. Try re-installing libflash and the plugin. For some reason I think I remember having this problem after upgrading linux_base, but I could be imagining things. Hope this helps.
Hi All! On Fri, 2003-04-25 at 18:10, Brent J. Ermlick wrote:> This caught me too. If you look at the instructions for the flashplugin > wrapper, they say to put these lines in /usr/X11R6/bin/mozilla (which > was changed by your upgrade): > > LD_PRELOAD=/usr/local/lib/libflashplayer.so.1 > export LD_PRELOAD > > I put them right after the beginning sequence of defines. Hope this > helps.THANKS!! I forgot that updating mozilla would change the startup script. After adding the lines, it works perfectly. Thanks again for all the suggestions. -- Nawfal bin Mohmad Rouyan <nawfal@mmu.edu.my> Multimedia University
On Fri, 2003-04-25 at 18:27, Nawfal bin Mohmad Rouyan wrote:> On Fri, 2003-04-25 at 18:10, Brent J. Ermlick wrote: > > This caught me too. If you look at the instructions for the flashplugin > > wrapper, they say to put these lines in /usr/X11R6/bin/mozilla (which > > was changed by your upgrade): > > > > LD_PRELOAD=/usr/local/lib/libflashplayer.so.1 > > export LD_PRELOAD > > > > I put them right after the beginning sequence of defines. Hope this > > helps. > After adding the lines, it works perfectly.See ports/48470. More than 2 months ago, I submitted a change to the flashpluginwrapper port to add a helper script to allow people to easily automate this process. The patch is just sitting there, ignored. /Joe