math/grace port: "libXcursor.so.1.0" not found ??
Pete French
petefrench at ticketswitch.com
Wed Oct 26 03:27:47 PDT 2005
> 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.
More information about the freebsd-stable
mailing list