----------------------------------------------------------------
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 7/3/2000 12:13 PM, "Scott Kelley" <[EMAIL PROTECTED]> wrote:
>> "Configure Apache First - IMPORTANT"
>
> I'm sorry, Jon, but I'm not convinced that this is the case.
Ok.
> I believe I did follow the instructions properly as well. As I
> mentioned, I'm running the whole thing from a script, and the first
> commands the script executes are:
>
> cd /home/users/sk01/servlet.engine/apache_1.3.12
> ./configure \
> --with-layout=Apache \
> --prefix=/home/users/sk01/servlet.engine/apache
> make
ok.
> After getting these messages, I did go back and re-examine the
> INSTALL document for probably the 20th time, and I noticed one
> additional bit that I had missed on the previous readings, and added
> an extra
>
> make install
>
> to my script, run against Apache before attempting to configure
> JServ. It made no difference. src/modules/jserv is still incomplete,
> and the build fails. (I assume this is because the JServ install only
> needs the generated headers mentioned in the INSTALL document, and
> doesn't require Apache to be fully installed.)
The process is like this:
apache: install apache by itself
jserv: configure/build/install jserv
apache: recompile by adding --active-module line
> and here, again, are the commands that my script is executing:
>
>> cd /home/users/sk01/servlet.engine/apache_1.3.12
>> ./configure \
>> --with-layout=Apache
>> --prefix=/home/users/sk01/servlet.engine/apache
>> make
>> make install
>> cd /home/users/sk01/servlet.engine/ApacheJServ-1.1.2
>> ./configure \
>> --with-apache-src=/home/users/sk01/servlet.engine/apache_1.3.12 \
>> --enable-apache-config \
>> --prefix=/home/users/sk01/servlet.engine/jserv \
>> --with-jdk-home=/usr/java1.2 \
>> --enable-debugging \
>> --with-JSDK=/home/users/sk01/servlet.engine/JSDK2.0/lib/jsdk.jar
>> make
>> make install
this is fine.
>> cd /home/users/sk01/servlet.engine/apache_1.3.12
>> make
>> make install
ok...that should work because you have --enable-apache-config. maybe that is
broken with apache 1.3.12 (it used to work with 1.3.9)?
> To reiterate the question, does anyone know why I seem to need to
> re-run Apache's configure script after building JServ?
nope. take a look at the configure.in file and let me know if you can figure
out why --enable-apache-config stopped working. i never use that method
except for testing and i haven' tested against 1.3.12...
-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]