I'm trying to run JServ 1.0 with Apache 1.3.3 on Red Hat 5.2. I'd like
to use DSO, and Apache appears to be configured for this, (httpd -l
shows that mod_so.c is present).
For Java, I have the Blackdown jdk 1.1.7 and JSDK 2.0.
I'm trying to configure JServ like this:
./configure --prefix=/usr/local/jserv --enable-apache-confmake
The configuration gets pretty far but then dies:
loading cache ./config.cache
Configuring ApacheJServ/1.0
checking for a BSD compatible install... (cached) /usr/bin/install -c
...
checking for Apache directory... checking for Java Servlet classes...
/usr/local/java/jdk117_v1a/lib/jsdk.jar
...
creating src/Makefile
creating src/java/Makefile
creating src/c/Makefile
creating src/c/jserv.h
creating src/java/org/apache/jserv/JServDefs.java
creating src/scripts/package/tar.gz/snap.sh
./configure: /src/modules/jserv: No such file or directory
What is causing this failure? I'm not sure where configure is getting
this path from. (Configure is a mystery to me, so if anyone can point
at an FAQ or other documentation on configure, that would be
appreciated.)
Thanks in advance.
Jack Orenstein
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]