From owner-freebsd-questions@FreeBSD.ORG Fri Feb 8 20:22:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB68216A41B for ; Fri, 8 Feb 2008 20:22:39 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 5FDE613C468 for ; Fri, 8 Feb 2008 20:22:38 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.172.12.77] (helo=localhost.my.domain) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1JNZk5-000GmF-6i; Fri, 08 Feb 2008 23:22:37 +0300 To: stevefranks@ieee.org References: <539c60b90802081159x38fc84aahb3628e3a20d8f587@mail.gmail.com> From: Boris Samorodov Date: Fri, 08 Feb 2008 23:22:24 +0300 In-Reply-To: <539c60b90802081159x38fc84aahb3628e3a20d8f587@mail.gmail.com> (Steve Franks's message of "Fri\, 8 Feb 2008 12\:59\:24 -0700") Message-ID: <62911311@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: User Questions Subject: Re: is libfontconfig.so part of linux-xorg-libs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2008 20:22:39 -0000 On Fri, 8 Feb 2008 12:59:24 -0700 Steve Franks wrote: > I have the latest linux-xorg-libs installed, but I get the following > from a script kicked off from /compat/linux/bin/sh: > libraries: /usr/X11R6/lib/libfontconfig.so.1: ELF file OS ABI invalid This is really a FreeBSD library. The linux one should be at "/usr/compat/linux/usr/lib/libfontconfig.so.1" and thus may be displayed as "/usr/lib/libfontconfig.so.1". > So, am I just missing that .so, or am I running the linux program This may help to find out if you have the needed file: ----- % ls -l /usr/compat/linux/usr/lib/libfontconfig.so* ----- If you have this file than there is two possibilities: . either your app needs a new libfontconfig (with new API, 2.6 kernel) then you may try to use linux_base-f7 (has some known issues for now); . or you may have some non-default environment (see /usr/ports/UPDATING for more info on this) which prevents from finding this library before a FreeBSD one -- try to remove non-default environment. > incorrectly or have I misconfigured. I thought fontconfig was pretty > basic, so I am assuming I have it an am missing something else. > I've just set up linux compat and already got the kernel module loaded > and linprocfs (which was causing another error by it's absence) all > working, so I feel I must be getting close! Is this linux application from ports collection? WBR -- bsam