well my configuration:
    linux-2.2.10
    pgcc-1.1.3-3mdk
    openssl-0.9.3a-3
    Perl 5.005.03


What I see:
===> src/modules/ssl
gcc -c  -I../../os/unix -I../../include   -DLINUX=2 -DMOD_SSL=203106
-DUSE_HSREGEX -DEAPI `../../apaci` -DSSL_COMPAT -I/usr/include
-DMOD_SSL_VERSION=\"2.3.6\" mod_ssl.c
In file included from mod_ssl.c:65:
mod_ssl.h:496: parse error before `AP_MM'
mod_ssl.h:496: warning: no semicolon at end of struct or union
mod_ssl.h:511: parse error before `}'
mod_ssl.h:511: warning: data definition has no type or storage class
make[4]: *** [mod_ssl.o] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/src/apache_1.3.6/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/apache_1.3.6'
make: *** [build] Error 2


I've attached the config.log

    Regards,

        Emmanuel

--
-= Emmanuel PIERRE            ICQ: 19153556         [EMAIL PROTECTED] =-
http://www.e-nef.com/users/epierre                http://www.apr-job.com
 17-24 GMT: [EMAIL PROTECTED]           +00 33 6 57 60 42 17 (tatoo txt)
  1-17 GMT: [EMAIL PROTECTED]     +00 33 1 46 13 34 68
Please visit:  http://www.apr-job.com



============ config.log==================
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|##                      _             _
|##  _ __ ___   ___   __| |    ___ ___| |  mod_ssl
|## | '_ ` _ \ / _ \ / _` |   / __/ __| |  Apache Interface to OpenSSL
|## | | | | | | (_) | (_| |   \__ \__ \ |  www.modssl.org
|## |_| |_| |_|\___/ \__,_|___|___/___/_|  ftp.modssl.org
|##                      |_____|
|##
____________________________________________________________________________
|##
|## Annotated mod_ssl patch file: sslsup.patch
|## Copyright (c) 1998-1999 Ralf S. Engelschall, All Rights Reserved.
|## Created on: 15-Jul-1999
|##
|## This file assembles changes to existing Apache source files
|## between the original Apache and the patched variant. It can be
|## automatically applied to a vanilla Apache source tree with the
|## 'patch' tool to upgrade those files.  Each patch snippet is
|## annotated with a short description.
|##
|## This file contains all patches to the Apache sources which
|## link the SSL support tools into the Apache support tree.
|##
|
|+---------------------------------------------------------------------------
|| First patch APACI's configuration script to pass a `ssl' flag
|| to the Makefile.tmpl file which indicated whether mod_ssl is
|| activated or not.  Second we add support for the SSL_BASE and
|| RSA_BASE variables. Third we provide the configuration
|| adjustments of the HTTPS port (443) similar to what is
|| already done by APACI for the HTTP port (80).
|+---------------------------------------------------------------------------
|Index: configure
|--- configure  1999/03/21 11:51:17     1.1.1.5
|+++ configure  1999/04/13 10:13:49     1.16
--------------------------
Patching file configure using Plan A...
Ignoring previously applied (or reversed) patch.
Hunk #1 ignored at 199.
Hunk #2 ignored at 890.
Hunk #3 ignored at 936.
Hunk #4 ignored at 1003.
Hunk #5 ignored at 1016.
Hunk #6 ignored at 1068.
Hunk #7 ignored at 1121.
Hunk #8 ignored at 1152.
Hunk #9 ignored at 1169.
9 out of 9 hunks ignored--saving rejects to configure.rej
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|
|+---------------------------------------------------------------------------
|| Here we first incorporate support for the `make certificate'
|| procedure and second support for the `make install' procedure
|| where SSL directives in the configuration files are now also
|| adjusted and SSL certs/keys and support programs are now
|| additionally installed.
|+---------------------------------------------------------------------------
|Index: Makefile.tmpl
|--- Makefile.tmpl      1999/03/21 11:51:16     1.1.1.5
|+++ Makefile.tmpl      1999/05/25 09:04:03     1.35
--------------------------
Patching file Makefile.tmpl using Plan A...
Ignoring previously applied (or reversed) patch.
Hunk #1 ignored at 133.
Hunk #2 ignored at 149.
Hunk #3 ignored at 175.
Hunk #4 ignored at 206.
Hunk #5 ignored at 281.
Hunk #6 ignored at 303.
Hunk #7 ignored at 353.
Hunk #8 ignored at 500.
Hunk #9 ignored at 523.
Hunk #10 ignored at 548.
10 out of 10 hunks ignored--saving rejects to Makefile.tmpl.rej
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|
|+---------------------------------------------------------------------------
|| Add the `certificate' Make target which can be used to create
|| various forms of server certificates through the mkcert.sh
|| script.
|+---------------------------------------------------------------------------
|Index: src/Makefile.tmpl
|--- src/Makefile.tmpl  1999/03/21 11:51:51     1.1.1.5
|+++ src/Makefile.tmpl  1999/05/18 10:56:53     1.13
--------------------------
Patching file src/Makefile.tmpl using Plan A...
Hunk #1 succeeded at 21 with fuzz 2 (offset 10 lines).
Hunk #2 succeeded at 70 with fuzz 2 (offset 10 lines).
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|
|+---------------------------------------------------------------------------
|| Provide an additional `startssl' command to supplement the
|| standard `start' command. The difference is just that
|| `startssl' adds a -DSSL define when starting httpd.
|+---------------------------------------------------------------------------
|Index: src/support/apachectl
|--- src/support/apachectl      1999/03/21 11:52:31     1.1.1.4
|+++ src/support/apachectl      1999/03/21 12:00:12     1.6
--------------------------
Patching file src/support/apachectl using Plan A...
Hunk #1 succeeded at 99 (offset 24 lines).
Hunk #2 failed at 189.
1 out of 2 hunks failed--saving rejects to src/support/apachectl.rej
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|
|+---------------------------------------------------------------------------
|| Add support for the HTTPS scheme and the additional SSL_XXXX
|| environment variables mod_ssl provides to CGI scripts.
|+---------------------------------------------------------------------------
|Index: src/support/suexec.c
|--- src/support/suexec.c       1999/03/21 11:52:33     1.1.1.5
|+++ src/support/suexec.c       1999/03/21 12:00:13     1.5
--------------------------
Patching file src/support/suexec.c using Plan A...
Ignoring previously applied (or reversed) patch.
Hunk #1 ignored at 214.
1 out of 1 hunks ignored--saving rejects to src/support/suexec.c.rej
done

--
-= Emmanuel PIERRE            ICQ: 19153556         [EMAIL PROTECTED] =-
http://www.e-nef.com/users/epierre                http://www.apr-job.com
 17-24 GMT: [EMAIL PROTECTED]           +00 33 6 57 60 42 17 (tatoo txt)
  1-17 GMT: [EMAIL PROTECTED]     +00 33 1 46 13 34 68
Please visit:  http://www.apr-job.com



______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to