Re: Mozilla Firefox Plugin



On Mon, Jul 30, 2012 at 05:26:09PM +0000, Service Computing wrote:
> 
> Dear,
>     
>        I am trying to install gtk-vnc-0.5.1. When I am compiling it using ./configure, at the end the configure summary shows:
> 
> Configure summary:
> 
>      Compiler ...................:  gcc -std=gnu99
>     Compiler Flags .............:  -g -O2
>     Extra Link Flags ...........:  -Wl,--version-script= -Wl,--no-undefined
>     Prefix......................:  /usr/local
> 
>     Python binding .............:  yes
>     Install example programs ...:  no
>     Browser plugin .............:  no
>     SASL support................:  yes
>     PulseAudio support..........:  no
>     GTK+ version................:  2.0
> 
> 
> In this summary Browser plugin is "no". But I want to enable it so that I can view my virtual machine on browser. Therefore I have tried: 
> 
> ./configure --enable-plugin
> 
> It returns:
> 
> checking for FIREFOX_PLUGIN... no
> checking for MOZILLA_PLUGIN... no
> configure: error: Package requirements (mozilla-plugin >= 1.8) were not met:
> 
> No package 'mozilla-plugin' found
> 
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
> 
> Alternatively, you may set the environment variables MOZILLA_PLUGIN_CFLAGS
> and MOZILLA_PLUGIN_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
> 
> So how can I enable this??

You need to install whatever package provides the file

   /usr/lib64/pkgconfig/mozilla-plugin.pc

On a Fedora distribution this is

  xulrunner-devel

Other distros might use a different name.

Beware though, that the browser plugin is somewhat unmaintained and I may
well even delete it in a future release, since it is rather a mess.


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|


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