From owner-freebsd-emulation@FreeBSD.ORG Sat Oct 27 19:47:52 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 4DEDD16A419 for ; Sat, 27 Oct 2007 19:47:52 +0000 (UTC) (envelope-from tim1timau@yahoo.com) Received: from web50303.mail.re2.yahoo.com (web50303.mail.re2.yahoo.com [206.190.38.57]) by mx1.freebsd.org (Postfix) with SMTP id 19EE313C4AA for ; Sat, 27 Oct 2007 19:47:52 +0000 (UTC) (envelope-from tim1timau@yahoo.com) Received: (qmail 17322 invoked by uid 60001); 27 Oct 2007 19:47:51 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=uFzxBXFSEq8avQ5mTO7zUj+lNsZG8OzKAyHXiEj4ypZtq6fL9GsIwyTWg+Xpj7nXGlSyI+OKrkoUsDk/eD9T9w2k0yYdVwC8f5+H7wEFFHfTlCRxwU1l5VM/fzuGaPMEYS6ug2GEBiFAKbJM08sj29F2adOjt+ZE/yEwEj/Zqzo=; X-YMail-OSG: voIVfmgVM1lGUpMnfiJfMTrszb7zDumJjCuymzDqWVLJc35uIZTYder9S1w1Pnq55zAMSkjZkWV1GAosp5i9BlyxFFkwJwYFcQDHrhGV.B1oG5m0sg8- Received: from [203.49.197.51] by web50303.mail.re2.yahoo.com via HTTP; Sat, 27 Oct 2007 12:47:51 PDT Date: Sat, 27 Oct 2007 12:47:51 -0700 (PDT) From: Tim Clewlow To: freebsd-emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <363054.17279.qm@web50303.mail.re2.yahoo.com> Subject: Re: Res: 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: Sat, 27 Oct 2007 19:47:52 -0000 --- Rafael Caesar Lenzi wrote: > > # 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. > Hi, i apply this solution here, but sound in youtube has no sound :( > And acroread7 fail on load. > I'm using FreeBSD 6.2-RELEASE. > > Rafael Lenzi I am suprised, I know it definately works for youtube. Are you installing the packages or from ports? If you are using packages, then make sure the following are also installed (they get installed as dependencies when using ports and may be missing if you are using packages). print/acroreadwrapper - normally installed as dependency for acroread7 java/javavmwrapper - normally installed as dependency for diablo-jdk15 www/nspluginwrapper - normally installed as dependency for linux-flashplugin7 If any were missing, then after you add them you should also do 'nspluginwrapper -v -a -i' again. At the end, if you do 'nspluginwrapper -l' you should see something like this, you really want to see the libflashplayer.so and nppdf.so lines. # nspluginwrapper -l /usr/X11R6/lib/browser_plugins/npwrapper.nphelix.so Original plugin: /usr/X11R6/lib/linux-mozilla/plugins/nphelix.so Wrapper version string: 0.9.91.5 /usr/X11R6/lib/browser_plugins/npwrapper.libflashplayer.so Original plugin: /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so Wrapper version string: 0.9.91.5 /usr/X11R6/lib/browser_plugins/npwrapper.nppdf.so Original plugin: /usr/X11R6/Adobe/Acrobat7.0/ENU/Browser/intellinux/nppdf.so Wrapper version string: 0.9.91.5 # --- If you are using packages, ie not ports, then this might be the problem. As a rule I always use ports, and have them nicely up to date, which means what I have installed may have had fixes applied after the 6.2 release that solve these problems. This also means that I am certain all dependencies are really being installed, because ports wont work without them. If you want to know how to get the latest version of ports, it is in the manual, or I will be happy to show you, it is very easy, but takes a while as it has to download quite a bit the first time through. It will also take quite a while to rebuild/compile many things (and I do mean many) - it will take hours, probably all day really. All I can say is that it definately works - and learning how to keep ports up to date is a relatively safe way of introducing you to the procedures for keeping the kernel/world up to date too. Feel free to email me off the list, or move to questions@, if this is getting rather off topic. :-) Tim __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com