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 1MykrJ-0001fO-Ay for garchives@archives.gentoo.org; Fri, 16 Oct 2009 11:20:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 224F6E06C2; Fri, 16 Oct 2009 11:20:32 +0000 (UTC) Received: from mail.ukfsn.org (mail.ukfsn.org [77.75.108.10]) by pigeon.gentoo.org (Postfix) with ESMTP id ECE05E06C2 for ; Fri, 16 Oct 2009 11:20:31 +0000 (UTC) Received: from localhost (smtp-filter.ukfsn.org [192.168.54.205]) by mail.ukfsn.org (Postfix) with ESMTP id 60A80DEC80 for ; Fri, 16 Oct 2009 12:20:31 +0100 (BST) Received: from mail.ukfsn.org ([192.168.54.25]) by localhost (smtp-filter.ukfsn.org [192.168.54.205]) (amavisd-new, port 10024) with ESMTP id O0GwGCJfa7ow for ; Fri, 16 Oct 2009 12:20:31 +0100 (BST) Received: from wstn.ethnet (unknown [78.32.181.186]) by mail.ukfsn.org (Postfix) with ESMTP id 36C40DEC43 for ; Fri, 16 Oct 2009 12:20:31 +0100 (BST) From: Peter Humphrey Organization: at home To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Library file formats Date: Fri, 16 Oct 2009 12:20:30 +0100 User-Agent: KMail/1.9.10 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: <200910161220.30636.peter@humphrey.ukfsn.org> X-Archives-Salt: 21425ce1-2d0d-436d-b995-ce26994744cb X-Archives-Hash: 8db746fa9245daf20cd2d53bcc64a4fa Hello list, I thought I'd have a play with swami, but the emerge fails with "/bin/sed: can't read /usr/lib64/libogg.la: No such file or directory", and indeed there is none such. I have libogg installed, and the files it's put into /usr/lib64 are: /usr/lib64/libogg.a /usr/lib64/libogg.so -> libogg.so.0.6.0 /usr/lib64/libogg.so.0 -> libogg.so.0.6.0 /usr/lib64/libogg.so.0.6.0 I'm not familiar with library file formats; what are my options here? -- Rgds Peter