Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: firefox flash



2006/1/22, Ashok Shrestha <ashok.shrestha@xxxxxxxxx>:
> How do I get Firefox working with Flash? Also, Firefox with mplayer?
>
>
>
> My Specs:
>
> FreeBSD 6.0-RELEASE
> flashplugin-mozilla-0.4.13
> mplayer-0.99.7_9
> firefox-1.5_5,1
>
First deinstall flashplugin-mozilla and install www/linuxpluginwrapper
(WITH_PLUGINS=yes if you want install all), copy libmap.conf for 6
version in /etc.
After this, download this patch:
http://people.freebsd.org/~nork/rtld_dlsym_hack.diff

Install this patch with the next steps:
cd /usr/src
patch < /path/to/patch
cd libexec/rtld-elf; make clean; make; make install

And now install www/linux-flashplugin7. The last step is make a
symbolic link with libflashplayer.so and flashplayer.xpt in
/usr/X11R6/lib/browser_plugins direcrtory. You can reinit firefox and
see if all work writing about:plugins in yor brownser.

Luis.