[darcs-users] darcs 0.9.12, GHC 6.0.1, and libcurl 7.10.7...
David Roundy
droundy at abridgegame.org
Mon Aug 18 14:04:36 UTC 2003
On Sun, Aug 17, 2003 at 02:33:54PM -0700, Paul Snively wrote:
>
> ... build OK, but when I run darcs, it complains that no libcurl was
> found. This is on Mac OS X 10.2.6. Hints welcome. :-)
Hmmm. It sounds like the libcurl shared library isn't in the library
search path. Since I don't know how to change the library search path, my
best (and rather crude) guess for a fix would be to remove (or relocate)
the shared library version of libcurl so that darcs gets statically linked.
You could also just edit autoconf.mk, replacing -lcurl with
/usr/local/lib/libcurl.a (or whatever the location of the static libcurl
library is). A third option if you compiled libcurl from source would be
to uninstall it and then reinstall it after reconfiguring with the
--static-only option. The first and third methods have the advantage of
remaining fixed if you reconfigure darcs.
--
David Roundy
http://www.abridgegame.org
More information about the darcs-users
mailing list