Michel Talon <talon@lpthe.jussieu.fr> wrote:
> L'autre solution est d'utiliser le flash player "autorisé", flashplugin7
> mais alors il faut patcher le loader dynamique, trés peu de chose en
> fait. Il m'arrive d'avoir des plantaisons de firefox, et c'est toujours
> du au plugin flash ...
Voici un message datant d'aujourd'hui à ce sujet:
It still seems to be necessary to patch rtld in order to get the Flash
plugin to work (www/linux-flashplugin7) due to the '_dlsym' symbol not
being found.
I was able to use a smaller patch to do this, see attached (although
this may not build with the Intel C compiler).
Also, a more recent version of the Adobe Acrobat viewer
(print/acroread7) is needed in order to stop the XtCalloc messages.
Details here:
https://launchpad.net/distros/ubuntu...ead/+bug/41787
Make sure /compat/linux/dev/null does not exist; if it does, as a
regular file, that's bogus and will stop nppdf.so from loading.
With these changes, both plugins work on my system.
--- rtld.c.orig Thu Dec 7 09:42:13 2006
+++ rtld.c Thu Dec 7 10:07:42 2006
@@ -194,6 +194,7 @@
(func_ptr_type) &_rtld_free_tls,
NULL
};
+__strong_reference(dlsym, _dlsym);
/*
* Global declarations normally provided by crt1. The dynamic linker
......
--
Michel TALON