----------
From: "Jolin, Paul W." PWJolin@cvs.com
To: "'Java Apache JServ Interests'" java-apache-users@working-dogs.com
Subject: Apache JServ installation problem
Date: Mon, Jun 28, 1999, 1:43 PM
--
In order to successfully install Apache JServ, I found I must edit the file:
ApacheJServ-1.0/src/c/Makefile.tmpl as follows:
I have to change the "CC=gcc" line to "CC=cc"
And I have to remove the following lines:
:
:
:
$(SHLIBS): $(OBJS_PIC)
rm -f $@
$(LD_SHLIB) $(LDFLAGS_SHLIB) -o $@ $(OBJS_PIC)
:
:
:
---
What configuration setting am I missing or which configuration setting do I
have wrong?
Products versions:
Apache 1.3.6
Apache JServ 1.0
JDK 1.1.7A
JSDK 2.0
Operating System: SCO UnixWare 7.0
JServ configuration:
./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
--
----------------------------------------------------------
> PWJolin
>
> ________________________________________________________________
> CVS/pharmacy
> One CVS Drive, Woonsocket, RI 02895
> Phone(401) 770-4582 Fax(401) 770-6933
>
> E-Mail: PWJolinATcvsDOTcom
> URL: http://www.cvs.com
________________________________________________________________
|