Re: linux flashplayer plugin status ?
- From: Dmitry Pryanishnikov <dmitry@xxxxxxxxxxxxxx>
- Date: Sat, 30 Sep 2006 15:50:01 +0300 (EEST)
Hello!
On Fri, 29 Sep 2006, Ильдар Нурисламов wrote:
There is patch (tested on 6.1. May require little changes for 6.2)
apply it and then do "make install clean" in "/usr/src/libexec"
:
+}
+
+void *
+_dlsym(void *handle, const char *name)
+{
+ return dlsym(handle, name);
}
There is a much shorter version which applies cleanly to modern RELENG_6
and works well:
--- libexec/rtld-elf/rtld.c.orig Sat Dec 31 00:13:56 2005
+++ libexec/rtld-elf/rtld.c Fri Jun 16 20:57:00 2006
@@ -132,6 +132,8 @@
void r_debug_state(struct r_debug*, struct link_map*);
+__weak_reference(dlsym, _dlsym);
+
/*
* Data declarations.
*/
I don't understand why this simple patch isn't committed yet. But it seems
that you've missed the point: it _doesn't_ solve the problem with the
linuxpluginwrapper and ELF symbol versioning, which is the CURRENT-only
problem. And no, I don't like running Linux-binary browsers w/flash either,
because they give confusing look of the local filesystems in the file://
mode (remember how linuxulator maps FS-related Linux requests to the FreeBSD
namespace)? And yes, I understand that native browser + linuxpluginwrapper
is a hackish way, but we have not other way aroud the problem using native
browsers (until we haven't convinced Macromedia to release FreeBSD-native
Flash plugin).
Sincerely, Dmitry
--
Atlantis ISP, System Administrator
e-mail: dmitry@xxxxxxxxxxxxxx
nic-hdl: LYNX-RIPE
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- References:
- linux flashplayer plugin status ?
- From: Vincent Blondel
- Re: linux flashplayer plugin status ?
- From: Armin Pirkovitsch
- Re: linux flashplayer plugin status ?
- From: Vincent Blondel
- Re: linux flashplayer plugin status ?
- From: Ильдар Нурисламов
- linux flashplayer plugin status ?
- Prev by Date: [head tinderbox] failure on sparc64/sparc64
- Next by Date: Page fault in ip_output (fnv_hash.h:27)
- Previous by thread: Re: linux flashplayer plugin status ?
- Next by thread: Some interesting plots
- Index(es):
Relevant Pages
|
|