[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: no XML parser found

From: Theo Van Dinter <felicity_at_kluge.net>
Date: 2004-11-23 23:14:46 CET

On Tue, Nov 23, 2004 at 04:49:44PM -0500, Phil Lawrence wrote:
> ...
> checking for xml2-config... no
> checking expat.h usability... no
> checking expat.h presence... no
> checking for expat.h... no
> configure: error: no XML parser was found: expat or libxml 2.x required
> configure failed for neon
>
> Yet expat stuff exists:
> $ find $HOME/myroot/usr/local -name "*expat*"
> /home/prl2/myroot/usr/local/apache2/include/expat.h
> /home/prl2/myroot/usr/local/apache2/lib/libexpat.a
> /home/prl2/myroot/usr/local/apache2/lib/libexpat.la

Yeah, that's neon not subversion. I'm having similar issues getting
subversion compiled on Solaris. To have neon find the SSL libs (installed in
/usr/local/ssl on my box), I had to set CPPFLAGS and LDFLAGS to point at the
appropriate directories. ie:

LDFLAGS="-L/usr/local/ssl/lib" CPPFLAGS="-I/usr/local/ssl/include"

You may need to do the same type of thing to get neon to do the right thing.

-- 
Randomly Generated Tagline:
"All language designers are arrogant.  Goes with the territory..."
 (By Larry Wall)

  • application/pgp-signature attachment: stored
Received on Tue Nov 23 23:17:20 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.