Hi there,
I'm trying to config communication between apache 2.0 and
tomcat-5.5.12 in my account on a unix (solaris 10) machine using the
jakarta-tomcat-connectors-1.2.15 connector.
make keeps gives me annoying errors!
I ran configure with these options;
./configure --with apxs2=/home/rmorrin/sw/apache2.0/bin/apxs \
--with-java-home=${JAVA_HOME} \
--with-java-platform=2 --enable-jniWhen I run make I get this error; make[1]: Leaving directory `/home/rmorrin/James/Java/DownloadedSoftware/jakarta-tomcat-connectors-1.2.15-src/jk/native/common' Making all in jni make[1]: Entering directory `/home/rmorrin/James/Java/DownloadedSoftware/jakarta-tomcat-connectors-1.2.15-src/jk/native/jni' /bin/sh ../libtool --mode=compile cc -g -O2 -DHAVE_JNI -I /home/rmorrin/sw/jdk1.5.0_05/include -I /home/rmorrin/sw/jdk1.5.0_05/include/solaris -I../common -D_REENTRANT -c jk_jnicb.c -o jk_jnicb.lo libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' make[1]: *** [jk_jnicb.lo] Error 1 make[1]: Leaving directory `/home/rmorrin/James/Java/DownloadedSoftware/jakarta-tomcat-connectors-1.2.15-src/jk/native/jni' make: *** [all-recursive] Error 1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
