(Please keep the CC list, I've been trying to subscribe with that address instead of this one, but it doesn't work for some reason.)
I've been running Apache-1.3.6 and JServ-1.0fc1, with a relatively simple servlet. Now I'm having troubles putting more intelligence into my servlet (CORBA connection), and I'm trying to install Apache-1.3.9 and JServer-1.1b2.
I believe I installed Apache-1.3.9 correctly, and now I'm trying to configure JServer-1.1b2. It fails to configure because of some problem with "apxs". Is this happening because these versions cannot work with each other?
When I was using Apache 1.3.6 and JServ 1.0fc1, my servlet was unable to find my Visibroker jar files. I am very unsure what fields I'm supposed to set in the .conf files to set the CLASSPATH for the JVM. Nothing I tried seemed to work, although I was running a file API monitor ("filemon"), and I could see the JVM opening the ORB jar file, but it still failed to init the ORB, even though I have a similar non-servlet client that works fine.
My configure output follows here.
[wa02513;] ./configure --with-apache-install=c:/apache-1.3.9 --with-jdk-home=$JDKHOME --with-JSDK=d:/jsdk2.0
loading cache ./config.cache
Configuring ApacheJServ/1.1b2
checking for a BSD compatible install... (cached) //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking host system type... i686-pc-cygwin
checking build system type... i686-pc-cygwin
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) d:/cygnus/cygwin-b20/H-i586-cygwin32/i586-cygwin32/bin/ld.exe
checking if the linker (d:/cygnus/cygwin-b20/H-i586-cygwin32/i586-cygwin32/bin/ld.exe) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/nm -B
checking whether ln -s works... (cached) yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... .exe
checking for gcc option to produce PIC... none
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (d:/cygnus/cygwin-b20/H-i586-cygwin32/i586-cygwin32/bin/ld.exe) is GNU ld... yes
checking whether the linker (d:/cygnus/cygwin-b20/H-i586-cygwin32/i586-cygwin32/bin/ld.exe) supports shared libraries... yes
checking command to parse //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for d:/cygnus/cygwin-b20/H-i586-cygwin32/i586-cygwin32/bin/ld.exe option to reload object files... -r
checking dynamic linker characteristics... Win32 ld.exe
checking if libtool supports shared libraries... yes
checking if package supports dlls... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/install -c
checking whether ln -s works... (cached) yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for echo... //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/echo
checking for find... //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/find
checking for sed... //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/sed
checking for test... //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/test
checking for rm... //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/rm
checking for head... //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/head
checking for tr... //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/tr
checking for grep... //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/grep
checking for cut... //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/cut
checking for touch... //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/touch
checking for cat... //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/cat
checking for cp... //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/cp
checking for make... //d/cygnus/cygwin-b20/H-i586-cygwin32/bin/make
checking for GNU make... GNU Make version 3.75, by Richard Stallman and Roland McGrath.
//d/cygnus/cygwin-b20/H-i586-cygwin32/bin/make
checking for working const... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for mode_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for ANSI C header files... (cached) yes
checking for gettimeofday... yes
WARNING: --with-apache-src is undefined: assuming shared object build
checking for apxs... configure: error: not found
