Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.
(Answer) (Category) Java Apache Project : (Category) Apache JServ 1.0 : (Category) Installation : (Category) Unix :
Apache JServ 1.0 and SCO unix...


----------
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 
________________________________________________________________
The problem is due to a bug in libtool. This will be fixed in the next version of Apache JServ...
[Append to This Answer]
Previous: (Answer) Default Red Hat 5.2 install DSO needs apache-devl 1.3.3-1 package
Next: (Answer) United Nations installation instructions on RH 5.2...
This document is: http://java.apache.org/faq/?file=233
[Search] [Appearance] [Show Expert Edit Commands]
This is a Faq-O-Matic 2.709.
Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.