From owner-freebsd-stable@FreeBSD.ORG Wed Oct 26 10:30:35 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 9305416A41F; Wed, 26 Oct 2005 10:30:35 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail06.syd.optusnet.com.au (mail06.syd.optusnet.com.au [211.29.132.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id E739A43D46; Wed, 26 Oct 2005 10:30:34 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail06.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j9QAUWNd025550 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 26 Oct 2005 20:30:33 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j9QAUWHh046907; Wed, 26 Oct 2005 20:30:32 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j9QAUWCp046906; Wed, 26 Oct 2005 20:30:32 +1000 (EST) (envelope-from pjeremy) Date: Wed, 26 Oct 2005 20:30:32 +1000 From: Peter Jeremy To: Rob Message-ID: <20051026103032.GN39882@cirb503493.alcatel.com.au> References: <20051026034133.47941.qmail@web36215.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051026034133.47941.qmail@web36215.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc Cc: FreeBSD Stable , FreeBSD questions 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:30:35 -0000 On Tue, 2005-Oct-25 20:41:33 -0700, Rob wrote: >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) Does grace work correctly if you don't include this line? >3. Start grace like this: > $ xmgrace > Shared object "libXcursor.so.1.0" not found, > required by "xmgrace" "libXcursor.so.1.0" is not a valid FreeBSD shared library name. The closest is /usr/X11R6/lib/libXcursor.so.1 > handle = > (void *)dlopen("/usr/lib/libm.so", RTLD_LAZY) It doesn't make sense for an attempt to dlopen libm to complain about an X library. You might like to try asking the port maintainer (see the Makefile). -- Peter Jeremy