Re: linux flashplayer plugin status ?




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"



Relevant Pages

  • Re: Mac failure with reconnaissance archive.
    ... FreeBSD box --- but I ... consistancy across the range of browsers used. ... You have to wonder if it might not be possible one day to display a photograph in a browser window without using java at all. ...
    (uk.comp.sys.mac)
  • Re: I cant see my Web site from Internet Explorer because I use LINUX!!!!!!!!!!!!!!!!
    ... I definitely agree that no browser is 100% strictly compliant.. ... IMO with the releases of CSS2 / 3 before some browsers are even properly ... I ran FreeBSD as my only OS.. ... now my FreeBSD box works more as a gateway / firewall and a local dev ...
    (comp.lang.php)
  • Re: Browsers on NetBSD 1.5.2
    ... So I tried a package from FreeBSD, ... Browsers have been a point of contention for some time in NetBSD. ...
    (comp.unix.bsd.netbsd.misc)