gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] Re: Failing to build mozilla plugin for gnash-0.8.7


From: Rupert Swarbrick
Subject: [Gnash-dev] Re: Failing to build mozilla plugin for gnash-0.8.7
Date: Sat, 20 Feb 2010 11:36:48 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux)

Julian Seward <address@hidden> writes:
> If I copy the entire contents of $prefix/lib/gnash, as shown below,
> to ~/.mozilla/plugins, and restart Firefox, I get a bunch of
> complaints like this
>
>   LoadPlugin: failed to initialize shared library 
>   .mozilla/plugins/libgnashmedia-0.8.7.so
>   [.mozilla/plugins/libgnashmedia-0.8.7.so: undefined symbol:
>    _ZTIN5gnash8ImageRGBE]
>
> What am I doing wrong?

I suspect that it's a result of ~/.mozilla/plugins not being in your
"dynamic link library path". Try running with

  LD_LIBRARY_PATH=/home/user/.mozilla/plugins firefox

That said, you're probably not going about it right. Try running

  make install-plugin

From your source tree. It should stick the plugin in ~/.mozilla/plugins
for you, I think. That said, you might need to install the rest of gnash
to a more standardised location for this to work (for the same reason).


Rupert

Attachment: pgpXxw7SBDnYO.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]