From owner-freebsd-emulation@FreeBSD.ORG Sat Oct 27 00:57:25 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 E2DBD16A417 for ; Sat, 27 Oct 2007 00:57:25 +0000 (UTC) (envelope-from tim1timau@yahoo.com) Received: from web50312.mail.re2.yahoo.com (web50312.mail.re2.yahoo.com [206.190.39.214]) by mx1.freebsd.org (Postfix) with SMTP id 990D913C4B6 for ; Sat, 27 Oct 2007 00:57:25 +0000 (UTC) (envelope-from tim1timau@yahoo.com) Received: (qmail 59218 invoked by uid 60001); 27 Oct 2007 00:57:24 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=v+NL9t/16wemKxJ4K7s0JGEUvzIivWDru0wS3TZ0MNsy2gkBn/zFa/s8QbvcQfngZQ2P0XKPaDX94pCKiSJT22tRc2Zl8VEkS7aXUeVTgbAVrGmx8iwNcbsA1j2QsAdfdlOcsgoFnaJVA2NgsAv8I2GUFhwhADVegbWZQxjcUyA=; X-YMail-OSG: IvC_YagVM1nBK3x0K1KzADwZ3g4DyzNwp5vDdHqr Received: from [203.49.197.51] by web50312.mail.re2.yahoo.com via HTTP; Fri, 26 Oct 2007 17:57:23 PDT Date: Fri, 26 Oct 2007 17:57:23 -0700 (PDT) From: Tim Clewlow To: Rafael Caesar Lenzi , freebsd-emulation@freebsd.org In-Reply-To: <92671.24170.qm@web51011.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <51676.58967.qm@web50312.mail.re2.yahoo.com> Cc: 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 00:57:26 -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