-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Can anyone help me with this? I am trying to install jserv1.0 with apache1.3.9
but I cannot seem to get apache to statically compile with the mod_jserv module.
I am trying to use the jserv configure script, telling it where my apache source
is located using this command...

./configure --with-apache-src=/usr/local/apache_1.3.9 \
                --prefix=/usr/local/jserv \
                --with-jdk-home=/usr/local/jdk1.2 \
                --disable-debugging \
                --with-jsdk=/usr/local/JSDK2.0/lib

If I'm reading the INSTALL file correctly it should then install jserv to
/usr/local/jserv (which it seems to do) and put the correct jserv module files
in /usr/local/apache_1.3.9 which is where I unpacked the apache tar ball. 

Currently I'm getting these errors,

1). This should be making the jserv libraries static. However ./configure
returns this message 

checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

If I have to use shared, fine. Is this an error?

2). At the end of the configure script I get the message

creating src/scripts/package/tar.gz/snap.sh
./configure: /src/modules/jserv: No such file or directory

Configuration complete.

Adding the dir jserv to apache_1.3.9/src/modules allows three .h files to be
created there but the .c and mod_jserv.c files appear in the
ApacheJServ-1.0/src/c directory instead.

3). When I reinstall apache, httpd -l doesn't show mod_jserv as being loaded.
The jserv INSTALL file seems to imply that it wil be compiled in automatically. 

Anyway, I could use some help. 

Thanks,
Anthony Richardella


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