-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Hi
We have a problem installing the new JServ 1.1b1 with Apache 1.3.9 and
Apache SSL 1.3.9 on SUN Solaris 2.6 SPARC.
First, I configured Apache with SSL.
Then I configured JServ and the compiling gave an error:
===============================================
Making all in java
make: Fatal error in reader: Makefile, line 444: Unexpected end of line seen
Current working directory /usr/ApacheJServ-1.1b1/src/java
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/ApacheJServ-1.1b1/src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
===============================================
Please help me out!
Roman Schoenbeck
Output of the configure script of JServ:
===============================================
# cd ApacheJServ-1.1b1
#
./configure --prefix=/usr/local/jserv --with-apache-src=/usr/apache_1.3.9 --
enable-apache-config --with-jdk-home=/usr/java1.2 --enable-debugging --with-
JSDK=/usr/JSDK2.0/lib/jsdk.jar
creating cache ./config.cache
Configuring ApacheJServ/1.1b1
checking for a BSD compatible install...
src/scripts/build/unix/install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking host system type... sparc-sun-solaris2.6
checking build system type... sparc-sun-solaris2.6
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries...
yes
checking command to parse /usr/ccs/bin/nm -p output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install...
src/scripts/build/unix/install-sh -c
checking whether ln -s works... (cached) yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for echo... /usr/bin/echo
checking for find... /usr/bin/find
checking for sed... /usr/bin/sed
checking for test... /usr/bin/test
checking for rm... /usr/bin/rm
checking for head... /usr/bin/head
checking for tr... /usr/bin/tr
checking for grep... /usr/bin/grep
checking for cut... /usr/bin/cut
checking for touch... /usr/bin/touch
checking for cat... /usr/bin/cat
checking for cp... /usr/bin/cp
checking for working const... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for mode_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for ANSI C header files... (cached) yes
checking for gettimeofday... yes
checking for Apache source directory (assume static build)...
/usr/apache_1.3.9
checking for Apache include
directory... -I/usr/apache_1.3.9/src/include -I/usr/apache_1.3.9/src/os/unix
, version 1.3
checking for JDK location (please wait)... /usr/java1.2
checking Java platform... forced Java 1
checking for false... /usr/bin/false
checking java... /usr/java1.2/bin/java
checking javac... /usr/java1.2/bin/javac
checking javadoc... /usr/java1.2/bin/javadoc
checking jar... /usr/java1.2/bin/jar
checking JSDK... /usr/JSDK2.0/lib/jsdk.jar
checking overview... disabled
checking for httpd.h... yes
checking for http_config.h... yes
checking for http_core.h... yes
checking for http_log.h... yes
checking for http_main.h... yes
checking for http_protocol.h... yes
checking for util_script.h... yes
checking for util_md5.h... yes
checking for os-inline.c... yes
checking running of Apache Configuration...
./config.status --activate-module=src/modules/jserv/libjserv.a
Configuring for Apache, Version 1.3.9 Ben-SSL/1.37
1.3.9
+ using installation path layout: Apache (config.layout)
+ activated jserv module (modules/jserv/libjserv.a)
+ activated jserv module (modules/jserv/libjserv.a)
+ activated jserv module (modules/jserv/libjserv.a)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for Solaris 260 platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ checking for system header files
+ using custom target name: httpsd
+ adding selected modules
o rewrite_module uses ConfigStart/End
enabling DBM support for mod_rewrite
+ checking sizeof various data types
+ doing sanity check on compiler and options
Creating Makefile in src/support
Creating Makefile in src/os/unix
Creating Makefile in src/ap
Creating Makefile in src/main
Creating Makefile in src/lib/expat-lite
Creating Makefile in src/modules/standard
Creating Makefile in src/modules/ssl
Apache configuration successful
Creating Apache JServ configuration files...
updating cache ./config.cache
creating ./config.status
creating Makefile
creating conf/Makefile
creating conf/jserv.conf
creating conf/jserv.properties
creating conf/zone.properties
creating docs/Makefile
creating example/Makefile
creating example/jserv.conf
creating example/example.properties
creating example/Hello.java
creating example/jserv.properties
creating src/Makefile
creating src/java/Makefile
creating src/java/org/apache/java/io/Makefile
creating src/java/org/apache/java/lang/Makefile
creating src/java/org/apache/java/net/Makefile
creating src/java/org/apache/java/recycle/pool/Makefile
creating src/java/org/apache/java/recycle/Makefile
creating src/java/org/apache/java/security/Makefile
creating src/java/org/apache/java/util/Makefile
creating src/java/org/apache/java/Makefile
creating src/java/org/apache/jserv/Makefile
creating src/java/org/apache/Makefile
creating src/java/org/Makefile
creating src/c/Makefile
creating src/c/jserv.h
creating src/java/org/apache/jserv/JServDefs.java
creating src/scripts/package/tar.gz/snap.sh
Apache JServ configuration complete...
Apache Source Directory: /usr/apache_1.3.9
Module Type: static (mod_jserv will be statically compiled into server)
Apache include flags:
-I/usr/apache_1.3.9/src/include -I/usr/apache_1.3.9/src/os/unix
Default configuration files will be installed in:
/usr/local/jserv/etc
Default log files will be created in:
/usr/local/jserv/logs
Default servlets will be installed in:
/usr/local/jserv/servlets
ApacheJServ.jar file will be installed in:
/usr/local/jserv/libexec/ApacheJServ.jar
Documentation will be installed in:
/usr/local/jserv/docs
Build classpath is:
/usr/ApacheJServ-1.1b1/src/java:/usr/java1.2/jre/lib/rt.jar:/usr/JSDK2.0/lib
/jsdk.jar
You might consider putting frequently used options into
./configure-options, one per line.
--
--------------------------------------------------------------
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]