On Tue, Dec 12, 2006 at 01:28:55PM -0800, Glenn Duley Smith wrote: > under freebsd, i get the error in configure: > > configure: WebDAV support is enabled > checking expat.h usability... no > checking expat.h presence... no > checking for expat.h... no > checking for xml2-config... no > configure: error: no XML parser was found: expat or libxml 2.x required > > I searched for this error, and once found a response that i should > ensure that expat.h is in my $path, which it is. I am using expat-2.0.0. > The neon is the one that comes with subversion-deps-1.4.2.
You need to ensure that expat.h is somewhere in the include directories. e.g. if it's in /usr/local/expat2/include, you'd need to use: export CPPFLAGS=-I/usr/local/expat2/include so that neon can find expat.h. Similarly with LDFLAGS for finding libexpat - see "./configure --help" for more details. Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
