Esta extensión requiere de la extensión de PHP libxml. Esto significa que pasar la opción --enable-libxml también se requiere, aunque esto se lleva a cabo implícitamente ya que libxml está habilitado por defecto.
This extension uses an expat compat layer by default. It can use also expat, which can be found at » http://www.jclark.com/xml/expat.html. The Makefile that comes with expat does not build a library by default, you can use this make rule for that:
libexpat.a: $(OBJS) ar -rc $@ $(OBJS) ranlib $@