Re: linux flashplayer plugin status ?



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"
:

--- libexec/rtld-elf/rtld.c.orig Fri Sep 24 08:04:52 2004
+++ libexec/rtld-elf/rtld.c Sun Oct 17 03:37:44 2004
@@ -129,6 +129,7 @@
static void unref_dag(Obj_Entry *);
static void ref_dag(Obj_Entry *);

+void *_dlsym(void *, const char *);
void r_debug_state(struct r_debug*, struct link_map*);

/*
@@ -177,6 +178,7 @@
(func_ptr_type) &dlclose,
(func_ptr_type) &dlerror,
(func_ptr_type) &dlopen,
+ (func_ptr_type) &_dlsym,
(func_ptr_type) &dlsym,
(func_ptr_type) &dladdr,
(func_ptr_type) &dllockinit,
@@ -1736,6 +1738,12 @@
trace_loaded_objects(obj);
wlock_release(rtld_bind_lock, lockstate);
exit(0);
+}
+
+void *
+_dlsym(void *handle, const char *name)
+{
+ return dlsym(handle, name);
}

void *



waiting another solution, I will use netscape for sites using flash
technologies.

thanks :-)

On Fri, 2006-09-29 at 18:35 +0200, Armin Pirkovitsch wrote:
Vincent Blondel wrote:
Hello all,

I am trying to install linux flash player plugin but I encounter this
kind of error when compiling linuxpluginwrapper.

root@wbemfkaa [/usr/ports/www/linuxpluginwrapper] $ make install
===> linuxpluginwrapper-20051113_5 doesn't support ELF symbol
versioning, yet..
*** Error code 1

Stop in /usr/ports/www/linuxpluginwrapper.
root@wbemfkaa [/usr/ports/www/linuxpluginwrapper] $

Can somebody give me the status for installing linux flashplayer plugin
on freebsd-current system.

I see lots of discussion on the net but no workaround to get it
working.

well the only workaround is imho to install a linux-binary browser and
use the plugin there...

_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
_______________________________________________
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: linux flashplayer plugin status ?
    ... I am trying to install linux flash player plugin but I encounter this ... *** Error code 1 ... Can somebody give me the status for installing linux flashplayer plugin ... I see lots of discussion on the net but no workaround to get it working. ...
    (freebsd-current)
  • Re: linux flashplayer plugin status ?
    ... I am trying to install linux flash player plugin but I encounter this ... Can somebody give me the status for installing linux flashplayer plugin ... I see lots of discussion on the net but no workaround to get it working. ...
    (freebsd-current)
  • Re: Windows Media Services Logging Plugin help
    ... I needed to copy my dll into the system32\windows media\server folder. ... > When ever I try to enable my plugin on the server it throws the following ... > In the event log I see the following: ... > Server failed with the following information: Error code = 0x80070002, ...
    (microsoft.public.windowsmedia.sdk)
  • Windows Media Services Logging Plugin help
    ... When ever I try to enable my plugin on the server it throws the following ... In the event log I see the following: ... Server failed with the following information: Error code = 0x80070002, ...
    (microsoft.public.windowsmedia.sdk)
  • linux flashplayer plugin status ?
    ... I am trying to install linux flash player plugin but I encounter this ... versioning, yet.. ... *** Error code 1 ...
    (freebsd-current)