From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 30 19:47:27 2007 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1A8616A417; Tue, 30 Oct 2007 19:47:27 +0000 (UTC) (envelope-from cwt@networks.cwu.edu) Received: from nsc0.cwu.edu (nsc0.cwu.edu [198.104.69.44]) by mx1.freebsd.org (Postfix) with ESMTP id 752DA13C4C2; Tue, 30 Oct 2007 19:47:27 +0000 (UTC) (envelope-from cwt@networks.cwu.edu) Received: from n.cwu.edu (n.cwu.edu [198.104.69.57]) by nsc0.cwu.edu (8.14.1/8.14.1) with ESMTP id l9UJaSsH028265; Tue, 30 Oct 2007 12:36:29 -0700 (PDT) (envelope-from cwt@networks.cwu.edu) Received: from n.cwu.edu (localhost [127.0.0.1]) by n.cwu.edu (8.13.3/8.13.3) with ESMTP id l9UJaSBH008874; Tue, 30 Oct 2007 12:36:28 -0700 (PDT) (envelope-from cwt@networks.cwu.edu) Received: from localhost (cwt@localhost) by n.cwu.edu (8.13.3/8.13.1/Submit) with ESMTP id l9UJaSjR008871; Tue, 30 Oct 2007 12:36:28 -0700 (PDT) (envelope-from cwt@networks.cwu.edu) X-Authentication-Warning: n.cwu.edu: cwt owned process doing -bs Date: Tue, 30 Oct 2007 12:36:28 -0700 (PDT) From: Chris Timmons X-X-Sender: cwt@n.cwu.edu To: Tim Clewlow In-Reply-To: <252027.47184.qm@web50312.mail.re2.yahoo.com> Message-ID: <20071030122533.B5634@n.cwu.edu> References: <252027.47184.qm@web50312.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-3.0 (nsc0.cwu.edu [198.104.69.44]); Tue, 30 Oct 2007 12:36:29 -0700 (PDT) Cc: jylefort@freebsd.org, freebsd-emulation@freebsd.org Subject: Re: Which "linux emulation" works with which programs or the inverse? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2007 19:47:27 -0000 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.