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

no XML parser found

From: Phil Lawrence <phil_at_five-lawrences.com>
Date: 2004-11-23 22:49:44 CET

Hello,

I installed apache2 on AIX 5L with this configuration:
$CC=xlc_r ./configure \
--enable-dav \
--enable-so \
--enable-maintainer-mode \
--prefix=$HOME/myroot/usr/local/apache2 \
--with-mpm=worker \
--enable-layout=Apache \
--enable-mods-shared=most \
--with-expat=`pwd`/srclib/apr-util/xml/expat \
--enable-static-support \
--enable-ssl=static \
--with-ssl=$HOME/myroot/usr/src/openssl-0.9.7e

The I try configuring subversion 1.1.1:
./configure \
--prefix=$HOME/myroot/usr/local \
--with-apr=$HOME/myroot/usr/local/apache2 \
--with-apr-util=$HOME/myroot/usr/local/apache2 \
--with-apxs=$HOME/myroot/usr/local/apache2/bin/apxs \
--with-ssl

...
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

Any ideas?

TIA,
Phil Lawrence

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 23 22:52:25 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.