Index: configure
===================================================================
--- configure	(revision 298)
+++ configure	(revision 299)
@@ -168,11 +168,16 @@
     bison --version > /dev/null 2>&1
     exit_if_error "$?" "bison not found in path. Please install bison to compile PHP"
 
-# test curl
-    echo "   Testing 'curl' ..."
+# test libcurl
+    echo "   Testing 'lincurl' ..."
     curl-config --version > /dev/null 2>&1
-    exit_if_error "$?" "curl-config not found in path. Please install 'curl-devel' to compile PHP"
+    exit_if_error "$?" "curl-config not found in path. Please install 'libcurl-devel' to compile PHP"
 
+# test libxml2
+    echo "   Testing 'libxml2' ..."
+    xml2-config --version > /dev/null 2>&1
+    exit_if_error "$?" "xml2-config not found in path. Please install 'libxml2-devel' to compile PHP"
+
 # download
     echo "   Downloading latest PHP5 ..."
     wget -O raydium/php5-latest.tar.gz http://snaps.php.net/php5.1-latest.tar.gz