Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Oct 2005 20:30:32 +1000
From:      Peter Jeremy <PeterJeremy@optushome.com.au>
To:        Rob <spamrefuse@yahoo.com>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>, FreeBSD questions <freebsd-questions@freebsd.org>
Subject:   Re: math/grace port: "libXcursor.so.1.0" not found ??
Message-ID:  <20051026103032.GN39882@cirb503493.alcatel.com.au>
In-Reply-To: <20051026034133.47941.qmail@web36215.mail.mud.yahoo.com>
References:  <20051026034133.47941.qmail@web36215.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051026103032.GN39882>