try doing a ./configure --with-apxs=/usr/local/apache2/bin/apxs (substitute correct path)
I think the error is because configure has no idea what platform it is trying to build for. Although apache and tomcat are part of the apache software foundation, they are not the same developers. And, mod_jk should work on any platform that apache will work on. Personally i use/have used it on freebsd 4.6.2, redhat 7.3 & 7.2, Solaris, and AIX boxes. > -----Original Message----- > From: lists@polerecky [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 21, 2002 12: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]>
