From owner-freebsd-current@FreeBSD.ORG Sat Oct 24 14:28:31 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 C75271065692 for ; Sat, 24 Oct 2009 14:28:31 +0000 (UTC) (envelope-from tijl@fastmail.fm) Received: from mailrelay002.isp.belgacom.be (mailrelay002.isp.belgacom.be [195.238.6.175]) by mx1.freebsd.org (Postfix) with ESMTP id 66D738FC1E for ; Sat, 24 Oct 2009 14:28:31 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqQEAJKr4kpR9Szy/2dsb2JhbACBT6JSsXeEPwSBXg Received: from 242.44-245-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.245.44.242]) by relay.skynet.be with ESMTP; 24 Oct 2009 16:28:29 +0200 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id n9OEPxTg071791; Sat, 24 Oct 2009 16:25:59 +0200 (CEST) (envelope-from tijl@fastmail.fm) From: Tijl Coosemans To: freebsd-current@freebsd.org, Matthias Apitz Date: Sat, 24 Oct 2009 16:25:57 +0200 User-Agent: KMail/1.9.10 References: <20091024134855.GA3888@current.Sisis.de> In-Reply-To: <20091024134855.GA3888@current.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910241625.58982.tijl@fastmail.fm> Cc: 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 14:28:31 -0000 On Saturday 24 October 2009 15:48:55 Matthias Apitz wrote: > 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 > > but some libs (or dependencies) are missing; after > /usr/ports/www/linux-f10-flashplugin10 > which installed the following packages: > > linux-f10-sqlite3-3.5.9_1.tbz > linux-f10-openldap-2.4.12_1.tbz > linux-f10-nspr-4.7.4.tbz > linux-f10-libssh2-0.18.tbz > linux-f10-flashplugin-10.0r32.tbz > linux-f10-cyrus-sasl2-2.1.22.tbz > linux-f10-curl-7.19.4_4.tbz > linux-f10-nss-3.12.2.0.tbz > > the command > > $ 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) > > 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 > > Any idea what is wrong? /usr/ports is very recent (from CVS October 6) Those are all dependencies of nspluginwrapper so something must have gone wrong when you installed that package.