Friday, March 27, 2009

Configure failed for xml/expat , apr-util

On cent-os, redhat, fedora:

yum install expat-devel
yum install apr-devel

On ubuntu, debian

apt-get install libexpat1-dev
apt-get install libapr1-dev

and then configure your application