Author: jfrederic.clere(a)jboss.com
Date: 2007-10-30 13:36:10 -0400 (Tue, 30 Oct 2007)
New Revision: 1156
Modified:
sandbox/httpd/httpd.test
Log:
Add build of mod_jk.
Modified: sandbox/httpd/httpd.test
===================================================================
--- sandbox/httpd/httpd.test 2007-10-30 16:08:22 UTC (rev 1155)
+++ sandbox/httpd/httpd.test 2007-10-30 17:36:10 UTC (rev 1156)
@@ -33,6 +33,7 @@
svn checkout
http://svn.apache.org/repos/asf/apr/apr/trunk/ apr-trunk
svn checkout
http://svn.apache.org/repos/asf/apr/apr-util/trunk/ apr-util-trunk
svn checkout
http://svn.apache.org/repos/asf/httpd/httpd/trunk httpd-trunk
+svn checkout
https://svn.apache.org/repos/asf/tomcat/connectors/trunk/jk/native jk-trunk
# build APR/APR-UTIL
(cd apr-trunk
@@ -86,8 +87,18 @@
if [ $? -ne 0 ]; then
exit 1
fi
+(cd jk-trunk
+./buildconf.sh
+./configure --with-apxs=$HOME/$TMPLOC/APACHE/bin/apxs
+make clean
+make
+make install
)
if [ $? -ne 0 ]; then
+ exit 1
+fi
+)
+if [ $? -ne 0 ]; then
echo "Build FAILED"
exit 1
fi