Date: Fri, 21 Nov 2003 10:48:07 +0900 (JST) From: Norikatsu Shigemura <nork@FreeBSD.org> To: "Kevin Oberman" <oberman@es.net> Cc: yushunwa@ISI.EDU Subject: Re: which flash? (plugins, wrappers) Message-ID: <200311210148.hAL1m78Y027998@sakura.ninth-nine.com> In-Reply-To: <20031120190127.20ED15D07@ptavv.es.net> References: <200311201822.hAKIMg8X016693@sakura.ninth-nine.com> <20031120190127.20ED15D07@ptavv.es.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 20 Nov 2003 11:01:27 -0800 "Kevin Oberman" <oberman@es.net> wrote: > > Linux Plugin Wrapper supports Flash6 and Acrobat5. > > In theory, it has a availability which is support > > other plugins for linux. > After all of the work to make this happen and how big an improvement > it makes, I hate to ask for more, but is there any hope to support the > RealPlayer plug-in? We need dlopen(3) which is supported force linkage mechanism on libmap.conf like LD_PRELOAD feature. Because RealPlayer plugin has no external library. To that end, I should write new feature to rtld(1). I want to do it, but I have no time to do. Please, please wait:-). objdump -x /usr/local/lib/linux-flashplugin6/libflashplayer.so - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (snip) Dynamic Section: NEEDED libpthread.so.0 NEEDED libdl.so.2 NEEDED libz.so.1 NEEDED libX11.so.6 NEEDED libXext.so.6 NEEDED libXt.so.6 NEEDED libstdc++-libc6.2-2.so.3 NEEDED libm.so.6 NEEDED libc.so.6 (snip) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - objdump -x /usr/local/lib/RealPlayer8/rpnp.so - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (snip) Dynamic Section: (snip) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311210148.hAL1m78Y027998>