Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2009 20:37:25 -0200
From:      Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
To:        af.gourmet@videotron.ca, freebsd-questions <questions@freebsd.org>
Subject:   Re: flashplugin
Message-ID:  <1256683045.6414.44.camel@lenzinote.wrinfo>
In-Reply-To: <4AE7696F.1030601@videotron.ca>
References:  <4AE3944A.4090602@videotron.ca> <20091025062322.GA985@sandcat> <4AE63986.6090106@videotron.ca> <20091027051352.417ce684@scorpio.seibercom.net> <1256674827.6414.8.camel@lenzinote.wrinfo> <4AE7696F.1030601@videotron.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
Ok... supose you use FreeBSD 7.2 P3  (last version) but the RELEASE
should work too..

supose you use AMD64....

1) compile a custom kernel with SEM (semaphore enable) (sem_enable=YES)
in the loader.conf
2) deinstall all linux stuff,  remove the /compat/linux from the system,
deinstall all pkg with linux....
3) supose you will choose the basics... that is linux fc4
4) mount the /proc and linprocfs  in fstab
linproc	/compat/linux/proc linprocfs	rw,noauto	0	0
proc			/proc	procfs	rw		0	0
5) install portmaster (recomended)
6) portmaster -Bdg www/linuxpluginwrapper
7) portmaster -Bdg www/linux-flashplugin9
8) mount -a (this will mount the /proc and linprocfs
9) nspluginwapper -v -a -i   
10 ) if you are using epiphany.....
cd /usr/local/lib/epiphany/2.26/plugins;ln
-s /usr/local/lib/browser_plugins/*.so .
11) make sure linux module is on the kernel......
12) run browser    and type about:plugins    (this will show you the
plugin running)....


This sure works...




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1256683045.6414.44.camel>