The connectors are all, as far as I know, separate projects. That is, the AJP team is different from the WARP team, which are both different from the tomcat team and the apache team. You're welcome to help out if you'd like to see things moved along. I would if I could.
That said, and I don't mean to be snide, but building the connectors is actually quite easy. I would rate it as easy as building apache from source, which is pretty easy for most configurations. In the last week alone, the mesasges that have been related to "I can't get apache to work with tomcat" have all pretty much been system related. That is, there isn't anything wrong with the tools or the software, but due to things like different versions of libraries, different versions of apxs, etc., builds from source fail for one reason or another. I think this is to be expected, given the vast number of variables and possible permutations of each on any given operating system. The error message you got said to run "ltconfig --help". Did you do that? Seems to me that it would be a pretty easy fix, looks like there's a missing parameter to ltconfig when called from configure. John Turner [EMAIL PROTECTED] -----Original Message----- From: lists@polerecky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 1:46 PM To: [EMAIL PROTECTED] Subject: mod_jk on freebsd 4.6 with apache 2 I have been at this for what seems like weeks. Here is what I have so far, I downloaded the connectors from apache.org I installed autoconf, libtool and automake so that I can run the buildunix.sh without getting any errors. That works fine but when I run the configure here is the output, as you can see at the bottom there is an error. bash-2.05a# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets ${MAKE}... yes checking build system type... i386-unknown-freebsdelf4.6 checking host system type... i386-unknown-freebsdelf4.6 checking for ranlib... ranlib checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking dependency style of gcc... none checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes loading cache /dev/null within ltconfig ltconfig: you must specify a host type if you use `--no-verify' Try `ltconfig --help' for more information. configure: error: libtool configure failed On another note, why is this so hard? apache.org makes apache and tomcat but they cant make a connector for them for more then one platform and from my reading that seems to be a pain to install as well. I though about moving to redhat but why, same problems... I have to use freebsd so there is no reason to point out the advantages of a linux install of apache/mod_jk/tomcat. Anyone have an update on the mod_jk port for freebsd? thanks eric polerecky. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
