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 1RCFR7-0003BK-Tg for garchives@archives.gentoo.org; Fri, 07 Oct 2011 18:46:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D74D21C142; Fri, 7 Oct 2011 18:46:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ADC3121C02E for ; Fri, 7 Oct 2011 18:45:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 49F731B400A for ; Fri, 7 Oct 2011 18:45:11 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -5.036 X-Spam-Level: X-Spam-Status: No, score=-5.036 required=5.5 tests=[AWL=1.563, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lcZxVuc9OqxF for ; Fri, 7 Oct 2011 18:45:03 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 7CD20641C1 for ; Fri, 7 Oct 2011 18:45:03 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RCFPp-0006PJ-L6 for gentoo-user@gentoo.org; Fri, 07 Oct 2011 20:45:01 +0200 Received: from adsl-69-234-182-111.dsl.irvnca.pacbell.net ([69.234.182.111]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Oct 2011 20:45:01 +0200 Received: from w41ter by adsl-69-234-182-111.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Oct 2011 20:45:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: prelink errors Date: Fri, 07 Oct 2011 11:44:50 -0700 Message-ID: References: <4E8EE347.8060001@linuxsystems.it> 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=ISO-8859-15 X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-182-111.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20111004 Thunderbird/7.0.1 In-Reply-To: <4E8EE347.8060001@linuxsystems.it> Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: a2e834dac77baf8579c2b240136e301a On 10/07/2011 04:32 AM, Niccol=F2 Belli wrote: > laptop ~ # prelink -amR > prelink: /usr/bin/lddlibc4: Using /lib32/ld-linux.so.2, not /lib/ld-lin= ux.so.2 as dynamic linker > prelink: /usr/lib64/libreoffice/program/soffice.bin: Could not parse `/= usr/lib64/libreoffice/program/soffice.bin: error while loading shared lib= raries: /usr/lib64/libreoffice/program/soffice.bin: nonzero padding in e_= ident' I don't know very much about prelink, but I wonder about using a 32-bit linker to load a 64-bit library? That sounds wrong to me. Is prelink a 32-bit program? Is there maybe a 64-bit prelink on the same machine? What is actually in your prelink package?