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

2 comments:

Unknown said...

Thanks for this - it definitely helped. Note that for ubuntu (at least version 9.10) these packages are
libapr1-dev
libexpat1-dev

Black Beetle said...

Thanks mauritz, I have updated the post.