Problem:  In order to successfully install Apache JServ, I found I must edit
the template file:  ./ApacheJServ-1.0/src/c/Makefile.tmpl as follows:

*       I have to change the "CC=gcc" line to "CC=cc" since I do not have a
Gnu compiler installed.
*       I have to remove the following lines since the $(SHLIBS) is not
being set and I am attempting to build mod_jserv.o as a statically-linked
library in the Apache httpd binary.
:
:
:
SHLIBS=
:
:
:
 $(SHLIBS): $(OBJS_PIC)
       rm -f $@
       $(LD_SHLIB) $(LDFLAGS_SHLIB) -o $@ $(OBJS_PIC)
:
:
:
---

My Apache JServ configuration settings are:
./configure --prefix=$APACHE_INSTALL/jserv \
            --exec-prefix=$APACHE_INSTALL/jserv \
            --host=i386-sco-unixware \
            --with-apache-src=$APACHE_SRC  \
            --with-jdk-home=/usr/java  \
            --with-jsdk=/usr/local/JSDK2.0/lib/jsdk.jar \
            --enable-apache-conf \
            --enable-shared=no --enable-static=yes \
            i386-sco-unixware

My Apache configuration settings are:
./configure --prefix=$APACHE_INSTALL \
            --exec-prefix=$APACHE_INSTALL \
            --bindir=$APACHE_INSTALL/bin \
            --sbindir=$APACHE_INSTALL/sbin \
                        --enable-module=rewrite \
                        --enable-shared=rewrite \
                        --enable-module=info \
                        --enable-shared=info \
                        --activate-module=src/modules/jserv/mod_jserv.c \
                        --enable-rule=SHARED_CORE --enable-module=so

Products versions:
Apache 1.3.6
Apache JServ 1.0
JDK 1.1.7A
JSDK 2.0

Operating System is : SCO UnixWare 7.1.0 i386

And finally, my question is:
What configuration setting am I missing or which configuration setting do I
have wrong?






> PWJolin
> 
> ________________________________________________________________
> CVS/pharmacy
> One CVS Drive, Woonsocket, RI 02895
> Phone(401) 770-4582  Fax(401) 770-6933
> 
> E-Mail: <mailto:[EMAIL PROTECTED]>       
> URL:    <http://www.cvs.com> 
________________________________________________________________



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

Reply via email to