From owner-freebsd-ports@FreeBSD.ORG Mon Jun 19 08:01:47 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 743F016A580 for ; Mon, 19 Jun 2006 08:01:47 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id ABFD7440EB for ; Mon, 19 Jun 2006 08:01:46 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 19 Jun 2006 08:01:44 -0000 Received: from p54A7EDEA.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.237.234] by mail.gmx.net (mp011) with SMTP; 19 Jun 2006 10:01:44 +0200 X-Authenticated: #5465401 Message-ID: <449659D8.2010909@gmx.de> Date: Mon, 19 Jun 2006 10:01:28 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <200606180959.28514.daeg@houston.rr.com> <70821188@srv.sem.ipt.ru> <20060618210050.4b0b16ed@Magellan.Leidinger.net> <200606181957.23936.daeg@houston.rr.com> In-Reply-To: <200606181957.23936.daeg@houston.rr.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 Subject: Re: error while loading shared libraries: /usr/X11R6/lib/libgtk-x11-2.0.so.0: ELF file OS ABI invalid X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 08:01:47 -0000 David J Brooks wrote: > On Sunday 18 June 2006 14:00, Alexander Leidinger wrote: >> Quoting Boris Samorodov (Sun, 18 Jun 2006 19:31:55 +0400): >>> On Sun, 18 Jun 2006 10:15:17 -0500 David J Brooks wrote: >>>> On Sunday 18 June 2006 09:59, David J Brooks wrote: >>>>> I recently moved from linux_base-8 to linux_base-fc4 and now I am >>>>> getting the following error whenever I try to run Acroread7: >>>>> >>>>> error while loading shared libraries: >>>>> /usr/X11R6/lib/libgtk-x11-2.0.so.0: ELF file OS ABI invalid >>>>> >>>>> ... clearly I need to load the linux version of libgtk, but which >>>>> port is it in? >>>> Perhaps more to the point, why is acroread trying to >>>> load /usr/X11R6/lib/libgtk-x11-2.0.so.0 instead >>>> of /usr/compat/linux/usr/lib/libgtk-x11-2.0.so.0 ? >>>> >>>> FWIW, both versions of libgtk-x11 are installed. >>> Hard to say, there are too many variants. As for me, I didn't get such >>> errors. Seems that rebuilding acroread7 and all ports it depends on is >>> a best choice here. >> If this doesn't help, I suggest "portupgrade -rf linux_base-fc\*" >> (forcing a reinstall of everything which depends upon the linux base >> port). >> >> I assume there's something wrong with ld.so.cache... >> >> David, did you upgraded by using packages, or did you use the ports? > > I tried the above suggestions with no success. I still get this error: > /usr/X11R6/Adobe/Acrobat7.0/ENU/Reader/intellinux/bin/acroread: error while > loading shared libraries: /usr/X11R6/lib/libgtk-x11-2.0.so.0: ELF file OS ABI > invalid > > So I tried deinstalling gtk20 and I got this error instead: > /usr/X11R6/Adobe/Acrobat7.0/ENU/Reader/intellinux/bin/acroread: error while > loading shared libraries: /usr/X11R6/lib/libpangox-1.0.so.0: ELF file OS ABI > invalid > > So I deinstalled pango and got this error: > /usr/X11R6/Adobe/Acrobat7.0/ENU/Reader/intellinux/bin/acroread: error while > loading shared libraries: /usr/X11R6/lib/libfontconfig.so.1: ELF file OS ABI > invalid > > Everything on the machine is installed from ports, not packages. > > Meanwhile since I need gtk20 and pango more than acroread7 (which still won't > start), I'm going to put those back. > > David Did you read /usr/ports/UPDATING ?