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

Hi,
i downloaded the distribution from java.apache.org -->
Apache_JServ_1.0.tar.gz.
Is it possible that the problem is caused by the automake or autoconf
utilities (i downloaded them from the GNU site). I always download the
.tar.gz-files wich i think are intended for unix.

After removing manually the ^M in the makefile in JSERV_HOME/src and
JSERV_HOME/src/java
the problem is resolved. The first part (c-part) gives no more trouble, but
the second part does : 

Output of the make-command in JSERV_HOME/src
************************************************************
Making all in c
make[1]: Entering directory `/usr/apache/ApacheJServ-1.0/src/c'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/apache/ApacheJServ-1.0/src/c'
Making all in java
make[1]: Entering directory `/usr/apache/ApacheJServ-1.0/src/java'
CLASSPATH=/usr/apache/jdk117_v1a/lib/classes.zip:/usr/apache/jsdk20/lib/jsdk

.jar:/usr/apache/jsdk20/lib/jsdk.jar:. /usr/apache/jdk117_v1a/bin/javac -g
-deprecation ./org/apache/jserv/JServUtils.java 
make[1]: Leaving directory `/usr/apache/ApacheJServ-1.0/src/java'
./org/apache/jserv/JServUtils.java:66: Class javax.servlet.http.Cookie not
found
 in import.
import javax.servlet.http.Cookie;
       ^
1 error
make[1]: *** [org/apache/jserv/JServUtils.class] Error 1
make: *** [all-recursive] Error 1
****************************************************************

Should those classes be in JSDK20_HOME/javax/servlet/http ???
It seems javax.servlet.http.Cookie is not found.

My configuration  :
SUSE Linux 6.1
Apache 1.3.6
JSDK 2.0
JDK 1.1.7
JServ 1.0
automake 1.4
autoconf 2.13

Erwin Speybroeck

VRV - Vlaamse Rundveeteelt Vereniging vzw
[EMAIL PROTECTED]

----------
> From: Henner Zeller <[EMAIL PROTECTED]>
> To: Java Apache Users <[EMAIL PROTECTED]>
> Subject: Re: problem installing JServ1.0
> Date: zaterdag 25 september 1999 12:39
> 
> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
> 
> 
> Hi,
> On Sat, 25 Sep 1999, Vlaamse Rundveeteelt Vereniging wrote:
> VRV| I'm having trouble installing Apache JServ1.0
> [...]
> VRV| root@vrv:/usr/apache/ApacheJServ-1.0 > make
> VRV| Making all in src
> VRV| make[1]: Entering directory `/usr/apache/ApacheJServ-1.0/src'
> VRV| Makefile:138: *** missing separator.  Stop.
> [...]
> VRV| ^M
> VRV| ^M
> VRV| all-recursive install-data-recursive install-exec-recursive \^M
> VRV| installdirs-recursive install-recursive uninstall-recursive  \^M
> 
> seems that you've a Makefile with dos - lineseparators (CR-LF) which 
> Unix-make usually doesn't like. Where did you get the distribution from ?
> 
> ciao,
>   -hen
> ---
> Henner Zeller                                 [EMAIL PROTECTED]
>  PGP pub key [77F75B39]: finger [EMAIL PROTECTED] 
>  
>   Microsoft is not the answer, it's the question. The answer is 'NO'
> 
> 
> 
> --
> --------------------------------------------------------------
> 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]
> 




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