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