[EMAIL PROTECTED] wrote:
mturk 2004/03/17 07:51:48
Added: jk/native2 INSTALL.txt
Log:
Install howto jumpstart
Revision Changes Path
1.1 jakarta-tomcat-connectors/jk/native2/INSTALL.txt
Index: INSTALL.txt
===================================================================
APACHE INSTALLATION OVERVIEW
For complete documentation, see
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html
Quick Start - Apache 2
In the following example Apache2 is installed in /usr/local/apache2 and the commands are executed in the
jakarta-tomcat-connectors/native2 directory. $ ./buildconf
No... That is only when building from CVS: Asking the user to have autoconf, automake and libtool installed and running correctly is probably not a good idea.
We have to provide a good and running configure in the connector tarballs.
$ ./configure --with-apxs2=PREFIX/bin/apxs
$ make
$ make install
$ PREFIX/bin/apachectl start
NOTES: * Replace PREFIX with the filesystem path under which Apache should be installed. A typical installation
might use "/usr/local/apache2" for PREFIX (without the
quotes).
JF is correct.
In the release source tarball there will be a allready the configure file.
I'll generate it via buildconf.sh before taring the source.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]