[Bug 1073] Chrome can't load plugin

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Aug 24 01:31:46 PDT 2012


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1073

Rasmus Nielsen <rbnielsen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rbnielsen at gmail.com

--- Comment #6 from Rasmus Nielsen <rbnielsen at gmail.com> ---
Thanks for a fix! I've been experiencing the same issue with Google Chrome on
Linux Mint Debian Edition (as well as Ubuntu, but I got tired of Ubuntu), and
I've tried the below solution however, at "./configure --prefix=$(pwd)" I get
the error: 
>checking for a JDK home directory... 
>configure: error: "A JDK home directory could not be found.
Any idea what the problem could be?

Also, this may be stupid, but I'm guessing that when running ./autogen.sh, one
should not be in the build dir, which was created, since the file can't be
found. Running ../autogen.sh in the build-dir replies with "autoreconf:
`configure.ac' or `configure.in' is required"

On Ubuntu it worked fine in Firefox, however in LMDE Firefox crashes
altogether. But I suspect another issue there. 

Regards, 
Rasmus

(In reply to comment #1)
> Hey, thanks for the bug report! This was a problem I noticed and fixed a
> while back in the most up to date version.
> 
> Can you please give http://icedtea.classpath.org/hg/release/icedtea-web-1.2
> a try ?
> 
> Make sure you have mercurial, and go to a folder to build in.
>  to do the following:
> 
> hg clone http://icedtea.classpath.org/hg/release/icedtea-web-1.2/
> cd icedtea-web-1.2
> 
> mkdir build
> cd build
> 
> ./autogen.sh
> ../configure --prefix=$(pwd)
> make install
> 
> Then backup /usr/lib64/IcedTeaPlugin.so (or whatever the location of your
> IcedTeaPlugin.so is) 
> and replace it with 
> <root folder you
> chose>/icedtea-web-1.2/build/plugin/icedteanp/IcedTeaPlugin.so

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120824/56408583/attachment.html 


More information about the distro-pkg-dev mailing list