From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MCfKj-0006im-Df for garchives@archives.gentoo.org; Fri, 05 Jun 2009 19:44:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F8CCE03AA; Fri, 5 Jun 2009 19:44:08 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by pigeon.gentoo.org (Postfix) with ESMTP id AB64CE03AA for ; Fri, 5 Jun 2009 19:44:05 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 13so587140fge.14 for ; Fri, 05 Jun 2009 12:44:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :content-disposition:message-id; bh=tJ+EHgQ0SL7ynCdibtiTwLxrnFbYx0RbO7ovyTD4RBs=; b=Zs9rRW0AE6QvsJW/cguRECIr/23qYkL10NXJFIwPYGRDyW/JjcqjdaqDBvNeqzkN8i hAmh3tpHZT5jpASRxRJm8RYXx4LtaUt9/he+H2OzN0NQDa4YaacYKF8ZuT2hDzA2ogyr 7GuWtk1S92XoaxtkjHRgC07FSkOGcl/hTRuQc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; b=PLRVP9Bp1dLAVcK72KDKBiD4Mh8D/TrVruAICXqyMMDGaWGfLzi5Wbmi07mtV8PI2+ cWCIzzQJiPMyc5Uk54VXfcMUWoatcTtAzwtyBt/9s4GGoQ6fe+NUS1mCc3OzDbMCz28i zVrewlDwwqVeMdxHiQOnagmF/utIzex0A47vI= Received: by 10.86.65.18 with SMTP id n18mr4278605fga.25.1244231041198; Fri, 05 Jun 2009 12:44:01 -0700 (PDT) Received: from nazgul.localnet (196-210-153-123-rrdg-esr-2.dynamic.isadsl.co.za [196.210.153.123]) by mx.google.com with ESMTPS id d6sm773038fga.17.2009.06.05.12.44.00 (version=SSLv3 cipher=RC4-MD5); Fri, 05 Jun 2009 12:44:00 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Where to find 32 bit emul libs? Date: Fri, 5 Jun 2009 21:42:30 +0200 User-Agent: KMail/1.11.3 (Linux/2.6.29-gentoo-r5; KDE/4.2.3; x86_64; ; ) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906052142.30284.alan.mckinnon@gmail.com> X-Archives-Salt: 8b0b0943-b686-47b0-a7c7-6f73336e2aa5 X-Archives-Hash: b3ccffb15fc3ee20bef9d8101a827b9d Hi, I want to give Google's new Chrome browser for Linux a try. It's shipped as 32 and 64 bit .debs only. That's the easy part. Chrome itself is a 32bit app, and it's complains about these missing libs: $ ldd chrome | grep 'not found' libnss3.so.1d => not found libnssutil3.so.1d => not found libsmime3.so.1d => not found libssl3.so.1d => not found libplds4.so.0d => not found libplc4.so.0d => not found libnspr4.so.0d => not found libgconf-2.so.4 => not found I have all emul-linux packages installed anyway (except -qtlibs), but now I'm stumped. How would I find which packages provide these 32 bit libs? -- alan dot mckinnon at gmail dot com