From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 12:08:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43A0E16A41F for ; Wed, 26 Oct 2005 12:08:48 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36214.mail.mud.yahoo.com (web36214.mail.mud.yahoo.com [209.191.68.240]) by mx1.FreeBSD.org (Postfix) with SMTP id D470743D49 for ; Wed, 26 Oct 2005 12:08:47 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 92766 invoked by uid 60001); 26 Oct 2005 12:08:47 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Sl4cDCz08QyX1T+Luh8VyhbFr5og4uFJbFNEkdVRj9oH6Owrfc5Ws5L4zK6cqBlyE1VYEQd1U72/BTirWUAPWUBF0jTlKlOk5o21Ex8Vl2xZFaAJhs1BqwoIl4ics/a4/Ym8pI0r8sHYq2PcktwVz3yHRa0PpDJwUvXcDrhMu70= ; Message-ID: <20051026120847.92764.qmail@web36214.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36214.mail.mud.yahoo.com via HTTP; Wed, 26 Oct 2005 05:08:47 PDT Date: Wed, 26 Oct 2005 05:08:47 -0700 (PDT) From: Rob To: Igor Robul , freebsd-questions@freebsd.org In-Reply-To: <435F51FB.9050604@speechpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? 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: Wed, 26 Oct 2005 12:08:48 -0000 --- Igor Robul wrote: > Hi, > > Rob wrote: > > > > > > >Yes, indeed. Thank you. You said: > > "Sounds like the application is broken for > > requesting it, since as you found there is > > no such library on FreeBSD." > > > >Here "the application" refers to what? > >Grace? Or dlopen()? > > > >If you mean grace, then I have a problem: > >the grace mailinglist blames FreeBSD, and > >here grace is blamed. Argh! > > > > > What are you trying to do with xmgrace? I' asking > because I have just installed math/grace and it > at least can be launched on my system without > trouble. As I explained at the very beginning of this thread (note part 2, this is important!): 1. Install Grace from ports (math/grace) 2. Create $HOME/.grace/gracerc.user and put one line in this file: USE "pow" TYPE f_of_dd FROM "/usr/lib/libm.so" (this is the example from the Grace UsersGuide, but a similar construct allows me to load my own function from my own library file). 3. Start grace like this: $ xmgrace Shared object "libXcursor.so.1.0" not found, required by "xmgrace" DL module load failed: USE "pow" TYPE F_OF_DD FROM "/usr/lib/libm.so" Error at line 1 Indeed, grace will start normally, but it will not parse the "USE..." line from the gracerc.user, because the dlopen() call has the error: Shared object "libXcursor.so.1.0" not found, required by "xmgrace" Do you see this too? Thanks, Rob. __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com