From owner-freebsd-current@FreeBSD.ORG Sat Oct 24 15:34:46 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A49731065676 for ; Sat, 24 Oct 2009 15:34:46 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 635458FC15 for ; Sat, 24 Oct 2009 15:34:45 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id n9OFYjPr021864; Sat, 24 Oct 2009 09:34:45 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id n9OFYi3Q021861; Sat, 24 Oct 2009 09:34:44 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 24 Oct 2009 09:34:44 -0600 (MDT) From: Warren Block To: Matthias Apitz In-Reply-To: <20091024134855.GA3888@current.Sisis.de> Message-ID: References: <20091024134855.GA3888@current.Sisis.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (wonkity.com [127.0.0.1]); Sat, 24 Oct 2009 09:34:45 -0600 (MDT) Cc: freebsd-current@freebsd.org Subject: Re: Flash10 in -current: missing shared libs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2009 15:34:46 -0000 On Sat, 24 Oct 2009, Matthias Apitz wrote: > > Hello, > > I'm trying to get flash10 via /usr/ports installed... There is a nice > HowTO: > > http://forums.freebsd.org/archive/index.php/t-5786.html That's for 7.2. linux_base-f10 is the default for 8.0 (and presumably -CURRENT, although the line between STABLE and CURRENT is getting a little blurred). The Handbook describes different procedures for installing Flash for 7 versus 8: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html > $ nspluginwrapper -v -i /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so > > is stilling missing shared objects; step-by-step I have installed in > addition: > > linux-f10-gtk2-2.14.7.tbz > linux-f10-xorg-libs-7.4_1.tbz > linux-f10-pango-1.22.3.tbz > > (btw: why www/linux-f10-flashplugin10 is not wanting them to install by > its own) They were installed automatically here. > but still have at least one open dependency: > > $ nspluginwrapper -v -i > /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so > /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin: error while > loading shared libraries: libatk-1.0.so.0: cannot open shared object > file: No such file or directory linux-f10-atk-1.24.0 was installed automatically here. So I would suggest: Remove "OVERRIDE" entries from make.conf, update ports, deinstall/install linux_base-f10, linux-f10-flashpluginwrapper10, nspluginwrapper. As root, create the link as in the Handbook. As user, run nspluginwrapper -a -i. It works here.(TM) -Warren Block * Rapid City, South Dakota USA