swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libffi still not working


From: Marcus G. Daniels
Subject: Re: libffi still not working
Date: 26 Mar 1998 08:59:04 -0800

>>>>> "PV" == Pamela J Vermeer <address@hidden> writes:

PV> until I typed heatbugs at which
PV> point I go an error can't load library libffi.so.1

You either need to add a /usr/local/lib to your LD_LIBRARY_PATH
environment variable, add "-Wl,-rpath,/usr/local/lib" to the link, or
avoid doing the link against the shared version.  What's happening is
that libffi is setup as a shared library and heatbugs expects to be
able to reference it; the heatbugs executable doesn't have a copy of
that code linked-in.

I'd suggest adding:

override EXTRALDFLAGS+=-Wl,-rpath,/usr/local/lib 

to your Makefile.conf configuration.



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]