Closed GoogleCodeExporter closed 9 years ago
Your LDFLAGS are wrong. It likely needs to be:
-L/usr/local/expat/lib
(Plus, you need to set CPPFLAGS to -I/usr/local/expat/include as well.)
However, if you have a custom version of expat, if you tell APR-util via
--with-expat, serf will then pick it up automagically. If you have an expat
conflict
between serf and APR-util, bad things may happen.
Hope this helps!
Original comment by justin.e...@gmail.com
on 30 Dec 2008 at 7:11
Original issue reported on code.google.com by
mactreeb...@gmail.com
on 13 Sep 2008 at 6:17Attachments: