----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

on 11/15/99 5:39 PM, Kristopher M. Bixler <[EMAIL PROTECTED]> wrote:

> Has anyone been able to get JServ 1.1b3 to work on Mac OS X Server?

Funny you should ask.

I got the stuff in CVS to compile no problems today.

<http://www.working-dogs.com/daily/>

Note that you will need to install the autoconf/automake/libtool stuff as
defined in the README.build file. Below is the script that I used. The paths
should be changed as appropriate.

Props to Sean for giving me the account.

#!/bin/sh

PACKAGE=/Local/Users/jon/forjon/jserv

PREFIX=/Local/Users/jon/forjon/install
APACHE_SRC=/Local/Users/jon/forjon/apache_1.3.9
JDK=/System/Library/Frameworks/JavaVM.framework
JSDK=/Local/Users/jc/dev/jsdk.jar

CURR=`pwd`

cd $PACKAGE
aclocal
automake
autoconf

./configure \
--prefix=$PREFIX \
--with-apache-src=$APACHE_SRC \
--with-jdk-home=${JDK} \
--with-java=/usr/bin/java \
--with-javac=/usr/bin/javac \
--with-javadoc=/usr/bin/javadoc \
--with-jar=/usr/bin/jar \
--with-JSDK=${JSDK} \
--disable-debugging \
--enable-apache-config=no

-jon



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