diff --git a/build.sh b/build.sh
index a27a7ca..259f269 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
 ./autogen.sh
-./configure --prefix=$AXIS2C_HOME --enable-static=no --with-axis2=${AXIS2C_HOME}/include/axis2-1.6.0
+./configure --prefix=$AXIS2C_HOME --enable-static=no --enable-xpath --enable-service --with-axis2=${AXIS2C_HOME}/include/axis2-1.6.0
 make -j30
 make install