2006年03月17日(金)


linux-flashplugin7 with linuxpluginwrapper for FreeBSD native Mozilla Firefox.

PC : linuxpluginwrapper を install。

# cd /usr/ports/www/linuxpluginwrapper
# portinstall

linux-flashplugin7 を install。

# cd /usr/ports/www/linux-flashplugin7
# portinstall

browser_plugins に sym link。

# cd /usr/X11R6/lib/browser_plugins
# ln -s ../linux-flashplugin7/flashplayer.xpt
# ln -s ../linux-flashplugin7/libflashplayer.so

/etc/libmap.conf を作成。

# cd /usr/local/share/examples/linuxpluginwrapper
# grep -A8 'Flash6 with Mozilla' libmap.conf-FreeBSD6 > /etc/libmap.conf

rtld-elf へ patch を当てて、install。

# cd ~
# fetch http://people.FreeBSD.org/~nork/rtld_dlsym_hack.diff
# cd /usr/src
# patch < ~/rtld_dlsym_hack.diff
--
# cd libexec/rtld-elf
# make obj && make depend && make && make install

確認。

% firefox about:plugins http://www.macromedia.com/shockwave/welcome/

Cf. /usr/ports/www/linuxpluginwrapper/pkg-message



generated by makediary-2.11