Ticket #3890 (closed defect: fixed)
BUG: apache2 not yet updated for OpenSSL 0.9.8
| Reported by: | ecronin@… | Owned by: | james@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.0 |
| Keywords: | Cc: | mww@…, markd@… | |
| Port: |
Description
openssl 0.9.8 contains a number of API changes, and apache2 has not been updated yet. Compilation will fail due to missing symbols currently. No openssl 0.9.7* port exists, so it is impossible to patch the apache2 port to use darwinports' openssl, although it compiles fine against the system openssl on both 10.3 and 10.4.
Change History
comment:3 Changed 8 years ago by mww@…
added the patches for
modules-ssl-ssl_toolkit_compat.h modules-ssl-ssl_engine_vars.c
to fix openssl 0.9.8 compat. and make apache2 build again;
Docs. etc. still missing;
comment:5 Changed 8 years ago by mww@…
- Summary changed from apache2 not yet updated for OpenSSL 0.9.8 to BUG: apache2 not yet updated for OpenSSL 0.9.8
comment:8 Changed 7 years ago by markd@…
- Cc markd@… added
(In reply to comment #2)
added the patches for
modules-ssl-ssl_toolkit_compat.h modules-ssl-ssl_engine_vars.c
to fix openssl 0.9.8 compat. and make apache2 build again;
Docs. etc. still missing;
Is this bug obsolete now that Apache and openssl has been updated?


seems like
http://mail-archives.apache.org/mod_mbox/httpd-dev/200507.mbox/% 3c20050705123248.GE23007@…%3e
is the way to go; perhps someone finds the time to create some nice diff files from that post...?