freebsd-ports/www/linuxpluginwrapper/pkg-message
Norikatsu Shigemura 2789d21763 The First Contact^W Implementation of Macromedia Flash7 plugin
I'm plesure to support Macromedia Flash7 plugin.

o Update to 20041017.
o Flash7 support is alpha quality.
o mozilla looks good, but firefox looks bad.  firefox has
  a double free problem with Flash7.  I don't know how to
  fix this problem.
o For Flash7 support, we must apply a rtld dlsym(3) patch.
  Please read pkg-message for detail.

Desired by:	ume
2004-10-17 04:17:46 +00:00

41 lines
1.4 KiB
Text

================================================================
** PLEASE REMOVE FOLLOWING LINES FROM %%X11BASE%%/bin/mozilla **
LD_PRELOAD=%%PREFIX%%/lib/pluginwrapper.so
export LD_PRELOAD
** PLEASE CHANGE FOLLOWING LINES FROM /etc/libmap.conf **
libpthread.so.0 liblthread.so.3
to
libpthread.so.0 pluginwrapper/flash6.so
** PLEASE NOTICE TO USER USING FROM 5.0 TO 5.3-BETA6 **
libm.so was version-bumped on 5.3-BETA7. Please change libm.so.2
to libm.so.3.
** PLEASE NOTE Macromedia Flash7 SUPPORT IS ALPHA VERSION. **
If you find any problem, please send me report(s) with debug
information like 'make -DDEBUG install' or patch(es).
Firefox has a double free problem wih Flash7. So I don't
support it. Please don't send me a report about firefox.
Of course, I always welcome to recieve fixed problems report.
Please get and apply a dlsym(3) hook patch.
http://people.FreeBSD.org/~nork/rtld_dlsym_hack.diff
This provides _dlsym(3) function to fix dynamic-link
error "can't find gtk_major_version" ad-hoc-ly.
I don't set default to use flash7. Please set-up your
enviroment(ln -s, apply patch to rtld,...).
================================================================
Setup your /etc/libmap.conf.
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
%%LIBMAPCONF%%
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Now start browser and go to 'about:plugins' and the new plugins
are enabled!