----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Hello group,
This my first message and yes, I have read the FAQ.  In a nutshell, I'm trying
to upgrade from JServ1.0 to Jserv1.1.  I get errors like the following after
configuring jserv with the command listed below:
configuration command:
 ./configure \
> prefix=/home/alex/local/jserv1.1/ApacheJServ-1.1/jserv \
> --with-apxs=/usr/local/apache/bin/apxs \
> --with-jdk-home=/usr/local/java/jdk1.2 \
> --with-JSDK=/usr/local/src/JSDK2.0/lib/jsdk.jar \
> --disable-debugging

Make errors:
make[5]: Entering directory
`/home/alex/local/jserv1.1/ApacheJServ-1.1/src/java/
org/apache/jserv'
Compiling JServ.java ...
JServ.java:177: Undefined variable: CH_DEBUG
                if (!JServ.TURBO && log.active) log.log(CH_DEBUG, "Connection
fr
om " + clientSocket.getInetAddress());

JServ.java:179: Undefined variable: CH_CONTAINER_EXCEPTION
                if (log.active) log.log(CH_CONTAINER_EXCEPTION,
e.getMessage());
                                        ^
/home/alex/local/jserv1.1/ApacheJServ-1.1/src/java/org/apache/jserv/JServConnect

ion.java:170: Undefined variable: CH_DEBUG
        if (!JServ.TURBO && JServ.log.active) JServ.log.log(CH_DEBUG,
"Initializ
ing servlet request");
                                                            ^
etc,etc,etc.....


As you'll note from my configure command above, I'm using a prefix of
"prefix=/home/alex/local/jserv1.1/ApacheJServ-1.1/jserv", yet, after running
the configure script the "Makefile" file had prefix set to "prefix =
/usr/local/jserv".  I don't know if this is a bug or what.

But anyway, it looks like I'm missing a header file or something.  Any ideas
how I can fix this.

TIA.

--
Alex Waltrip
Voice:  (303) 779-1755
Email:  [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]

Reply via email to