From owner-freebsd-stable@FreeBSD.ORG Wed Oct 26 10:27:47 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7238D16A41F; Wed, 26 Oct 2005 10:27:47 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCAA743D46; Wed, 26 Oct 2005 10:27:46 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by mail.ticketswitch.com with esmtp (Exim 4.50 (FreeBSD)) id 1EUiVS-000DK9-RA; Wed, 26 Oct 2005 11:27:42 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.50 (FreeBSD)) id 1EUiVS-000OXf-J9; Wed, 26 Oct 2005 11:27:42 +0100 To: kris@obsecurity.org, spamrefuse@yahoo.com In-Reply-To: <20051026081646.32218.qmail@web36208.mail.mud.yahoo.com> Message-Id: From: Pete French Date: Wed, 26 Oct 2005 11:27:42 +0100 Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 10:27:47 -0000 > I am the only FreeBSD user on the Grace mailinglist. > Apparently the dlopen() call in grace works fine > on Linux and others. But not with FreeBSD. This is not a problem with the dlopen call *or* freebsd - the problem is that it is asking for a library 'libXcursor.so.1.0' which does not exist on FreeBSD. There is a 'libXcursor.so.1' though. You need to get the grace people to change the application so it requests the correct library when running on FreeBSD. -pcf.