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

hi,
i am having problems installing mod jserv.
apxs exits with rc=255.

the file i have modified and am using is below.
(apache 1.3.14 java 1.1.8 sun solaris 5.6 ie 2.6 sparc tomcat 3.1 )
regards

subhomoy


!/bin/sh


cd $HOME/apache/apache_1.3.14
./configure --prefix=${APACHE_HOME} \
            --enable-rule=SHARED_CORE \
            --add-module=$HOME/tomcat/jakarta-tomcat/src/native/apache/jserv/mod
_jserv.c \

            --enable-module=most \
            --enable-shared=max \
            --disable-rule=WANTHSREGEX \
            --enable-shared=ajp23 \
            --enable-suexec \
            --suexec-caller=cpcs \
            --suexec-uidmin=1000 \
            --suexec-gidmin=1000 \
make
make install


# Fix configuration files, from helpers/binbuild
# Default port will be 8000 ( so non-root can start it )
# All paths are relative 
(
sed -e "s%Port 8080%Port 9080%" \
    -e "s%${APACHE_HOME}/%%" \
${APACHE_HOME}/conf/httpd.conf.default > ${APACHE_HOME}/conf/httpd.conf

cd $HOME/tomcat/jakarta-tomcat/src/native/apache/jserv
${APACHE_HOME}/bin/apxs -i -a -c mod_jserv.c jserv*.c
                                      

___________________________________________________________________
To get your own FREE ZDNet Onebox - FREE voicemail, email, and fax,
all in one place - sign up today at http://www.zdnetonebox.com



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to