blob: 51e8ffc8950ba6131630b13da1cb486eb090cdce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
================================================================
** 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!
|