Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Oct 2005 05:08:47 -0700 (PDT)
From:      Rob <spamrefuse@yahoo.com>
To:        Igor Robul <igorr@speechpro.com>, freebsd-questions@freebsd.org
Subject:   Re: math/grace port: "libXcursor.so.1.0" not found ??
Message-ID:  <20051026120847.92764.qmail@web36214.mail.mud.yahoo.com>
In-Reply-To: <435F51FB.9050604@speechpro.com>

next in thread | previous in thread | raw e-mail | index | archive | help


--- Igor Robul <igorr@speechpro.com> 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



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