You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "David Tonhofer, m-plify S.A." <d....@m-plify.com> on 2002/09/16 14:34:28 UTC

[users@httpd] A little snag with Apache 2.0.40 and OpenSSL 0.9.7-beta3

Hello,

This must already have been noticed, but just to make sure:

The configure script for Apache 2.0.40 does not match the
OpenSSL version string "OpenSSL 0.9.7-beta3", and says that
the SSL is too ancient.

So I modified the script like so:

        case "$ap_ssltk_version" in
            "OpenSSL "[1-9]* | \
            "OpenSSL "0.9.7* | \
            "OpenSSL "0.9.[6-9][e-z]* | \
            "OpenSSL "0.[1-9][0-9]* )
                ap_cv_ssltk="`(cd $p/.. && pwd)`"
                break


For the next version of Apache...



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org