Julian Seward <[email protected]> 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: pgpDvKdMIIkW5.pgp
Description: PGP signature

_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to