> Ok, it's in jk CVS and you'll just have to add -DCHROOTED_APACHE > to check it. > > Thanks to give some feedback. >
Thank you for commiting the patches. :-) I tested them and noted one problem with apache-1.3/Makefile.in. It includes ../common/list.mk which requires the JK=../common line to be there. Regards, -Kurt
$OpenBSD$ --- apache-1.3/Makefile.in.orig Fri Dec 6 09:31:40 2002 +++ apache-1.3/Makefile.in Fri Dec 6 09:32:02 2002 @@ -21,6 +21,7 @@ BUILD_DIR = ${JK_DIR}/../build/jk/apache APACHE_FILES = Makefile.tmpl Makefile.libdir libjk.module +JK=../common/ JK_INCL=-DUSE_APACHE_MD5 -I ${top_srcdir}/common JAVA_INCL=-I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/${OS} JAVA_LIB=-L ${JAVA_HOME}/jre/lib/${ARCH} -L ${JAVA_HOME}/lib/${ARCH}/native_threads
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>