From owner-freebsd-questions@FreeBSD.ORG Tue Apr 7 18:18:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D214810656CC for ; Tue, 7 Apr 2009 18:18:09 +0000 (UTC) (envelope-from roys1012@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 386598FC12 for ; Tue, 7 Apr 2009 18:18:09 +0000 (UTC) (envelope-from roys1012@gmail.com) Received: by ewy19 with SMTP id 19so2423069ewy.43 for ; Tue, 07 Apr 2009 11:18:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=KaTgXqCPXwlohrqMSX6YrAwJmScNhxJpZOb4RGeTVfc=; b=SeiV4M4NnxgiY+mFlMxbmGxRHYJgKc7zOFZ42JMCgHXoTnFU1cWWQr3RABkmX2tctc 6oI2mpeuK9S+Kqxj7BfrQxV9ytjaE2RMHXgqbGirJmrgfwpKt3uV/yXJ0RxkK5SjTvI+ 6urNX1pLfgZqTTtkJbcExIsAbgGxO/pU9tnI8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=W/HdgQER2bU5DsYgtZjRv9WlwRZhEfSi2NwdhBLnSCE6WWjYE1RNDbAVnH7ZIFdf0B +WVwX962mwdLwNzcJCjp8OpxnlI3djkiSzIWIT82xpKWlonX+QVEO0iWNGy8To/37Iaf Apft5jAchFs+2hkR0/PbAc6i870rEKKihUEdQ= Received: by 10.210.67.4 with SMTP id p4mr1956908eba.63.1239128288240; Tue, 07 Apr 2009 11:18:08 -0700 (PDT) Received: from ?192.168.1.125? (ip193-123-210-87.adsl2.static.versatel.nl [87.210.123.193]) by mx.google.com with ESMTPS id 28sm1557489eyg.5.2009.04.07.11.18.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 07 Apr 2009 11:18:07 -0700 (PDT) From: Roy Stuivenberg To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Tue, 07 Apr 2009 20:16:28 +0200 Message-Id: <1239128188.5125.14.camel@rs-unix.roycs.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: New Flash9 Issue? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2009 18:18:10 -0000 Hello, I upgraded xorg-server to 1.6. In upgrading if found to < portupgrade -rf libxcb > this took all night and day, so I thought why not rebuild everything, and so I did. (stable 7.1/prerelease 7.2) Everything went good, except for the Flash9 I found some time ago on the internet, and now I get this error. Step 1, discribes the manual to add Flash9. Anyone encountered this problem yet? Regards, Roy. ----------------------------------------- rs-unix# cd /usr/ports/www/linux-flashplugin9 && make install clean ===> linux-flashplugin-9.0r159 bsd.linux-apps.mk test failed: Invalid component USE_LINUX_APPS=openssl. *** Error code 1 Stop in /usr/ports/www/linux-flashplugin9. ------------------------------------------ ########################## Step 1: Enable Linux compatibility and linprocfs Add linux_enable="YES" to /etc/rc.conf. Add compat.linux.osrelease=2.6.16 to /etc/sysctl.conf. Add OVERRIDE_LINUX_BASE_PORT=f8 to /etc/make.conf. Add this line to /etc/fstab: linproc /usr/compat/linux/proc linprocfs rw 0 0 Then run these commands: mkdir -p /usr/compat/linux/proc mount /usr/compat/linux/proc /etc/rc.d/abi start /etc/rc.d/sysctl start Step 2: Update ports and install all the needed software You will now need to install the following ports and their dependencies: cd /usr/ports/emulators/linux_base-f8 && make install clean cd /usr/ports/www/linux-flashplugin9 && make install clean cd /usr/ports/www/nspluginwrapper && make install clean Follow the nspluginwrapper instructions to enable all available plugins: # nspluginwrapper -v -a -i #################################