---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- I made another typo in my last message. Here is the correct information. There is a problem but I don't think it is what you think it is. I inadvertantly took the output from an attempt to run ./configure with the --with-JSDK=/usr/local/JSDK2.0/lib/jsdk.jar option set. I have a symlink /usr/local/jsdk pointing to /usr/local/JSDK2.0 My message should have said... I am running configure like this: cd ../ApacheJServ-1.1.2 ./configure \ --with-apache-src=../apache_1.3.12 \ --prefix=/usr/local/jserv \ --with-jdk-home=/usr/local/jdk \ --with-JSDK=/usr/local/jsdk/lib/jsdk.jar \ --enable-EAPI \ --disable-debugging make make install This is the output: loading cache ./config.cache Configuring ApacheJServ/1.1.2 checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking host system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu 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) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking whether ln -s works... (cached) yes loading cache ./config.cache within ltconfig checking for object suffix... o checking for executable suffix... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes 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 (/usr/bin/ld) is GNU ld... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/bin/ld option to reload object files... -r checking dynamic linker characteristics... Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for objdir... .libs creating libtool loading cache ./config.cache checking whether make sets ${MAKE}... (cached) yes checking for a BSD compatible install... /usr/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... /bin/echo checking for find... /usr/bin/find checking for sed... /bin/sed checking for test... /usr/bin/test checking for rm... /bin/rm checking for head... /usr/bin/head checking for tr... /usr/bin/tr checking for grep... /bin/grep checking for cut... /usr/bin/cut checking for touch... /bin/touch checking for cat... /bin/cat checking for cp... /bin/cp checking for make... /usr/bin/make checking for chmod... /bin/chmod checking for GNU make... GNU Make version 3.77, by Richard Stallman and Roland M cGrath. /usr/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 checking for Apache source directory (assume static build)... /usr/local/src/baz illion-webserver-1.0/ApacheJServ-1.1.2/../apache_1.3.12 checking for Apache include directory... -I/usr/local/src/bazillion-webserver-1. 0/ApacheJServ-1.1.2/../apache_1.3.12/src/include -I/usr/local/sr c/bazillion-webserver-1.0/ApacheJServ-1.1.2/../apache_1.3.12/src/os/unix, versio n 1.3 checking for JDK location (please wait)... /usr/local/jdk checking Java platform... forced Java 1 checking for false... /bin/false checking java... /usr/local/jdk/bin/java checking javac... /usr/local/jdk/bin/javac checking javadoc... /usr/local/jdk/bin/javadoc checking jar... /usr/local/jdk/bin/jar checking JSDK... configure: error: javax.servlet.Servlet not found in /usr/local /jsdk/lib/jsdk.jar Thanks, -----Original Message----- From: Jon Stevens [mailto:[EMAIL PROTECTED]] Sent: Monday, June 19, 2000 8:06 PM To: Java Apache Users Subject: Re: javax.servlet.Servlet not found in ---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- on 6/19/2000 4:34 PM, "Keith Vance" <[EMAIL PROTECTED]> wrote: > --with-JSDK=/usr/local/jsdk/lib/jsdk.jar > checking JSDK... configure: error: javax.servlet.Servlet not found in > /usr/local > /JSDK2.0/lib/jsdk.jar obviously something is wrong above. -jon -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED] -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]