Date: Tue, 30 Oct 2007 12:36:28 -0700 (PDT) From: Chris Timmons <cwt@networks.cwu.edu> To: Tim Clewlow <tim1timau@yahoo.com> Cc: jylefort@freebsd.org, freebsd-emulation@freebsd.org Subject: Re: Which "linux emulation" works with which programs or the inverse? Message-ID: <20071030122533.B5634@n.cwu.edu> In-Reply-To: <252027.47184.qm@web50312.mail.re2.yahoo.com> References: <252027.47184.qm@web50312.mail.re2.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks; this works really well. I was also able to get graphics/linux-adobesvg working with a couple of minor adjustments: LICENSE.txt is put by the port into /usr/local/share/doc/linux-adobesvg, but the plugin will look for it in /usr/local/lib/linux-adobesvg. It needs to be manually copied in order for the plugin to prompt you to accept the license. nspluginwrapper -v -i /usr/local/lib/linux-adobesvg/libNPSVG3.so Regards, -Chris On Wed, 24 Oct 2007, Tim Clewlow wrote: > Hi there, I have native firefox with flash 7 working fine on FreeBSD 6.2, with > java and adobe reader. I am guessing it should be pretty much the same for FBSD > 7. > > # Short and sweet summary: > > install www/firefox > install print/acroread7 > install java/diablo-jdk15 > install www/linux-flashplugin7 > kldload linux > echo "none /compat/linux/proc linprocfs rw 0 > 0" >> /etc/fstab > mount -a > echo "linux_enable=\"YES\"" >> /etc/rc.conf > nspluginwrapper -v -a -i > > Hope this at least gives pointers as to what to do in FreeBSD 7. > > Regards, Tim.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071030122533.B5634>