I'm trying to install ApacheJServ-1.0 with a previous install of
Apache_1.3.6 and I'm runing into problems configuring jserv.  I use the
following command line argument according to the instructions: 

"
./configure  \
--with-apxs=/usr/local/apache/bin/apxs \
--prefix=/java/jserv \     
--with-JSDK=/java/JSDK2.0/lib/jsdk.jar  
"


It spits out the following (in part):

"
checking host system type... Configuration name missing.
Usage: src/scripts/build/unix/config.sub CPU-MFR-OPSYS
or     src/scripts/build/unix/config.sub ALIAS
"

And also:

"
ltconfig: you must specify a host type if you use `--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed
"

The problem may be occuring in configure starting at line 995:

"
# Make sure we can run config.sub.
if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi
    
echo $ac_n "checking host system type""... $ac_c" 1>&6
echo "configure:962: checking host system type" >&5
"

, Or it may be in config.sub   starting on line 48:

"
if [ x$1 = x ]
then
        echo Configuration name missing. 1>&2
        echo "Usage: $0 CPU-MFR-OPSYS" 1>&2
        echo "or     $0 ALIAS" 1>&2
        echo where ALIAS is a recognized configuration type. 1>&2
        exit 1
fi
"



I'm confused.  Does the host information need to be prespecified in some
file, or is this configure script supposed to get the info from the os.  
I haven't a very good understanding of shell scripts, so I could use some
help here. 


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to