You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by James More <Ja...@wcom.com> on 2000/08/07 17:37:07 UTC

Re: Apache + Tomcat 3.1 (Digital Tru64): "Magic file number error..."


>>



./configure --prefix=/usr/local/apache --enable-module=most --enable-shared=
max --enable-rule=SHARED_CORE

>Please tell me more about this command

This command and options are documented in the apache src directory.  The
README/etc...

>do i need to add this to httpd.conf file
>or i have to run ./Configure with this syntax

no.  This is to build your apache so that the apxs command will work...at
least it did for us.  so yes you would run ./Configure(maybe ./configure?).

>if it so can u reply with the right syntax (format which match unix digital
version 4.0F
>my TOMCAT_HOME is /newapache/jakarta-tomcat
>mt apache home is /newapache/apache_1.3.9

The syntax is the same. Look in your apache src directory for documentation.

./configure --prefix=/newapache/apache_1.3.9 --enable-module=most --enable-s
hared=max --enable-rule=SHARED_CORE

then
make
make install

This should get you a fresh build of apache as well as a frest apxs.

Then follow steps listed on the tomcat manual to build ur mod_jserv

if you are going to rebuild it...might as well get the 1.3.12 version of
apache....

-James