On Sat, Feb 20, 2010 at 05:47:15AM +0100, Julian Seward wrote: > I configured with > > ./configure --prefix=`pwd`/Inst --enable-gui=gtk > > and that builds and "make install"s ok. However, when I looking in > $prefix/lib/gnash for libgnashplugin.so, it isn't there.
You'd need 'make install-plugins' to install the plugins. Also, the default install policy for the plugins is bound to user, not system nor prefix. See ./configure --help: --with-plugins-install=system|user|prefix Policy for plugins install. Default: user. > 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? Copying the entire contents of $prefix/lib/gnash :) Just run 'make install-plugins', if the NPAPI plugin was built it'll get installed in ~/.mozilla/plugins or something along those lines (make dumpconfig should tell you). NOTE: the NPAPI plugins is enabled whenever you enable the GTK gui (on by default) --strk; () Free GIS & Flash consultant/developer /\ http://foo.keybit.net/~strk/services.html _______________________________________________ Gnash-dev mailing list Gnash-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-dev