summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-October/008769.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-October/008769.html')
-rw-r--r--zarb-ml/mageia-dev/2011-October/008769.html135
1 files changed, 135 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-October/008769.html b/zarb-ml/mageia-dev/2011-October/008769.html
new file mode 100644
index 000000000..9392b6f6e
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-October/008769.html
@@ -0,0 +1,135 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] [RFC] nspluginwrapper should exclude native x86_64 plugins from wrapping
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BRFC%5D%20nspluginwrapper%20should%20exclude%20native%20x86_64%0A%20plugins%20from%20wrapping&In-Reply-To=%3CCA%2BCX%2Bbhzv_%3D1%2B1it_vfWVFiri9P4RfmV7-Lkr5wZtc%3D1TGqx-w%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="008768.html">
+ <LINK REL="Next" HREF="008771.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] [RFC] nspluginwrapper should exclude native x86_64 plugins from wrapping</H1>
+ <B>Pascal Terjan</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BRFC%5D%20nspluginwrapper%20should%20exclude%20native%20x86_64%0A%20plugins%20from%20wrapping&In-Reply-To=%3CCA%2BCX%2Bbhzv_%3D1%2B1it_vfWVFiri9P4RfmV7-Lkr5wZtc%3D1TGqx-w%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] [RFC] nspluginwrapper should exclude native x86_64 plugins from wrapping">pterjan at gmail.com
+ </A><BR>
+ <I>Wed Oct 12 12:29:17 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="008768.html">[Mageia-dev] [RFC] nspluginwrapper should exclude native x86_64 plugins from wrapping
+</A></li>
+ <LI>Next message: <A HREF="008771.html">[Mageia-dev] [RFC] nspluginwrapper should exclude native x86_64 plugins from wrapping
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#8769">[ date ]</a>
+ <a href="thread.html#8769">[ thread ]</a>
+ <a href="subject.html#8769">[ subject ]</a>
+ <a href="author.html#8769">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On Wed, Oct 12, 2011 at 11:24, Florian Hubold &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">doktor5000 at arcor.de</A>&gt; wrote:
+&gt;<i> Hey there,
+</I>&gt;<i>
+</I>&gt;<i> currently nspluginwrapper tries to wrap x86_64 plugins (like native x86_64
+</I>&gt;<i> flash player plugin), but there is only i386 npviewer which is needed to run
+</I>&gt;<i> the plugins.
+</I>
+I'm quite sure we used to have the x86-64 version too
+
+&gt;<i> You can see the problem from the following output, which are a
+</I>&gt;<i> more verbose form of the scripts run through nspluginwrapper filetrigger:
+</I>&gt;<i>
+</I>&gt;<i> $ nspluginwrapper -v -i /usr/lib64/mozilla/plugins/libflashplayer.so
+</I>&gt;<i> *** NSPlugin Viewer &#160;*** ERROR:
+</I>&gt;<i> /usr/lib64/mozilla/plugins/libflashplayer.so: wrong ELF class: ELFCLASS64
+</I>&gt;<i> nspluginwrapper: no appropriate viewer found for
+</I>&gt;<i> /usr/lib64/mozilla/plugins/libflashplayer.so
+</I>&gt;<i>
+</I>&gt;<i> In my and Anssi's opinion, nspluginwrapper.script (from nspluginwrapper
+</I>&gt;<i> filetrigger,
+</I>&gt;<i> <A HREF="http://svnweb.mageia.org/packages/cauldron/nspluginwrapper/current/SOURCES/nspluginwrapper.script?view=markup">http://svnweb.mageia.org/packages/cauldron/nspluginwrapper/current/SOURCES/nspluginwrapper.script?view=markup</A>
+</I>&gt;<i> ) should be modified by excluding /usr/lib64. BTW the scripts run during is
+</I>&gt;<i> nspluginwrapper installation/removal get it right by only using /usr/lib:
+</I>&gt;<i> <A HREF="http://svnweb.mageia.org/packages/cauldron/nspluginwrapper/current/SPECS/nspluginwrapper.spec?view=markup">http://svnweb.mageia.org/packages/cauldron/nspluginwrapper/current/SPECS/nspluginwrapper.spec?view=markup</A>
+</I>&gt;<i> Anybody more knowledgeable on nspluginwrapper care to share his opinion, or
+</I>&gt;<i> are there other reasons for objections?
+</I>
+It used to be a good way to separate plugin execution into another
+process which is good for security/stability but browsers include that
+feature now
+
+&gt;<i> Also are there good reasons to still use nspluginwraper for flash player at
+</I>&gt;<i> all, as all current browser support out-of-thread execution of plugins and
+</I>&gt;<i> flash-player-plugin is available as native i586 and x86_64 plugins?
+</I>
+Indeed it is now less useful
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="008768.html">[Mageia-dev] [RFC] nspluginwrapper should exclude native x86_64 plugins from wrapping
+</A></li>
+ <LI>Next message: <A HREF="008771.html">[Mageia-dev] [RFC] nspluginwrapper should exclude native x86_64 plugins from wrapping
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#8769">[ date ]</a>
+ <a href="thread.html#8769">[ thread ]</a>
+ <a href="subject.html#8769">[ subject ]</a>
+ <a href="author.html#8769">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>