Dear Johnson, I got following message in Configuration.tmpl.rej
*************** *** 243,248 **** AddModule modules/standard/mod_env.o ## ## Request logging modules ## --- 298,308 ---- AddModule modules/standard/mod_env.o + ## mod_define expands variables on arbitrary directive lines. + ## It requires Extended API (EAPI). + + # AddModule modules/extra/mod_define.o + ## ## Request logging modules ## But I don't know the meaning of them. M.T. --- "J. Johnson" <[EMAIL PROTECTED]> wrote: > By "all source are new" you mean that you have > _completely_ expunged your > Apache source tree using 'rm -rf *', and > re-installed from the tar file? > > If the patch program, the patches, and the files > patched are in their > original, pristine condition, they should work--as > indeed they have for > many other people. If your results are different, > then so are your > circumstances, and _you_ need to determine what > those differences are. > The most likely possibility is, as I said before, > that those files have > already been patched. If not, then you have some > very unusual problem. > I suggest you start with the patch problems. Look > at the '*.rej' files, > see what they say. Look at the file that was > supposed to be patched for > clues-- does it mention ssl anywhere? Does anything > match whats in the > corresponding patch file? > > If none of that turns up anything, extract just the > file to be patched and > the patch file from the tar file into a different > directory, and run patch > again. If that fails, check your patch program. > > === JJ > ============================================================= > > On Sun, 7 Oct 2001, MindTerm wrote: > > > Dear Johnson, > > > > All source are new. > > > > M.T. > > > > --- "J. Johnson" <[EMAIL PROTECTED]> wrote: > > > My experience was that 'patch' failed because > the > > > target _had already been > > > patched_! (Because this is not the first run.) > > > > > > My strong recommendation is that the entire > Apache > > > source tree be removed, > > > and reinstalled from the tar file, prior to > _each_ > > > mod_ssl configuration. > > > Apache itself has problems with presistence of > prior > > > configuration states, > > > and mod_ssl seems to get confused if Apache is > not > > > virgin. There may be > > > some less drastic approaches that might work, > but > > > none has the simplicity > > > and assured effectiveness of an 'rm -rf' and a > > > 'tar'. > > > > > > === JJ > > > > > > ============================================================= > > > > > > On Sat, 6 Oct 2001, MindTerm wrote: > > > > > > > $ ./configure --with-apache=../apache_1.3.20/ > > > > --with-openssl=../openssl-0.9.6b/ > > > > Configuring mod_ssl/2.8.4 for Apache/1.3.20 > > > > + Apache location: ../apache_1.3.20/ (Version > > > 1.3.20) > > > > + Auxiliary patch tool: ./etc/patch/patch > (local) > > > > + Applying packages to Apache source tree: > > > > o Extended API (EAPI) > > > > Error: Application of patch failed: > > > > [....] > > > > Patching file src/Configuration.tmpl using > Plan > > > A... > > > > Hunk #1 failed at 26. > > > > Hunk #2 succeeded at 495 with fuzz 2. > > > > 1 out of 2 hunks failed--saving rejects to > > > > src/Configuration.tmpl.rej > > > > [....] > > > > Patching file > htdocs/manual/mod/directives.html > > > using > > > > Plan A... > > > > Hunk #1 failed at 99. > > > > 1 out of 1 hunks failed--saving rejects to > > > > htdocs/manual/mod/directives.html.rej > > > > > > > > done > > > > > ------------------------------------------------- > > > > Done: source extension and patches > successfully > > > > applied. > > > > > > > > Now proceed with the following commands > > > (Bourne-Shell > > > > syntax): > > > > $ cd ../apache_1.3.20/ > > > > $ SSL_BASE=/path/to/openssl ./configure ... > > > > --enable-module=ssl > > > > $ make > > > > $ make certificate > > > > $ make install > > > > > > > > > > > > > ______________________________________________________________________ > > > Apache Interface to OpenSSL (mod_ssl) > > > > www.modssl.org > > > User Support Mailing List > > > [EMAIL PROTECTED] > > > Automated List Manager > > > [EMAIL PROTECTED] > > > > > > __________________________________________________ > > Do You Yahoo!? > > NEW from Yahoo! GeoCities - quick and easy web > site hosting, just $8.95/month. > > http://geocities.yahoo.com/ps/info1 > > > ______________________________________________________________________ > > Apache Interface to OpenSSL (mod_ssl) > www.modssl.org > > User Support Mailing List > [EMAIL PROTECTED] > > Automated List Manager > [EMAIL PROTECTED] > > > > ______________________________________________________________________ > Apache Interface to OpenSSL (mod_ssl) > www.modssl.org > User Support Mailing List > [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] __________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
