--
Hi,
I'm running a binary distribution of Apache 1.3.4 on HP-UX-11.0. It
is a binary distribution which was tweeked for HP-UX inhouse. I am
trying to get Apache JServ1.0 to build correctly but I am having some
problems. The configure script seems to work fine but I get problems
when I run the make. Here's the output from the configure and make:
# ./configure --with-apache-install=/opt/apache
loading cache ./config.cache
Configuring ApacheJServ/1.0
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}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking host system type... hppa1.0-hp-hpux11.00
checking for ranlib... (cached) ranlib
checking for gcc... (cached) cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc accepts -g... (cached) yes
checking for non-GNU ld... (cached) /usr/bin/ld
(more lines here...)
creating ./config.status
creating Makefile
creating conf/Makefile
creating conf/httpd.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/c/Makefile
creating src/c/jserv.h
creating src/java/org/apache/jserv/JServDefs.java
creating src/scripts/package/tar.gz/snap.sh
./configure[3549]: /opt/apache/src/modules/jserv: not found.
Configuration complete.
# make
Making all in src
make[1]: Entering directory `/ApacheJServ/src'
Making all in c
make[2]: Entering directory `/ApacheJServ/src/c'
cp ./.libs/libjserv.so ./mod_jserv.so
cp: cannot access ./.libs/libjserv.so: No such file or directory
make[2]: *** [mod_jserv.so] Error 1
make[2]: Leaving directory `/ApacheJServ/src/c'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/ApacheJServ/src'
make: *** [all-recursive] Error 1
# exit
I'm also a little confused about the libjserv.so. Was that something
that was suppose to be generated by the script? How am I suppose to
acquire libjserv.so because I don't have it. I am extremely new to
this so any help would really be appreciated. Thank you.
Esther
--
--------------------------------------------------------------
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]