You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/05/03 19:38:32 UTC

DO NOT REPLY [Bug 39474] New: - Can not configure httpd 2.2.2 when "--with-ssl" was set

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39474>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39474

           Summary: Can not configure httpd 2.2.2 when  "--with-ssl" was set
           Product: Apache httpd-2
           Version: 2.2.2
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: wusasar@gmail.com
                CC: wusasar@gmail.com


At line 14211 of the "configure" script, the check for "SSL_set_cert_store" 
should be changed to "SSL_CTX_set_cert_store"

Wrong line:  for ac_func in SSL_set_cert_store
Correction:  for ac_func in SSL_CTX_set_cert_store

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39474] - Can not configure httpd 2.2.2 when "--with-ssl" was set

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39474>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39474





------- Additional Comments From jorton@redhat.com  2006-05-04 05:28 -------
FYI: the SSL_set_cert_store check is an optimistic check for a function which
might exist in future versions of OpenSSL (dougm submitted a patch for it,
IIRC); it is doomed to fail with all current versions of OpenSSL, but this is
not harmful.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39474] - Can not configure httpd 2.2.2 when "--with-ssl" was set

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39474>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39474


rpluem@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |INVALID




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39474] - Can not configure httpd 2.2.2 when "--with-ssl" was set

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39474>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39474





------- Additional Comments From wusasar@gmail.com  2006-05-05 02:36 -------
(In reply to comment #1)
> This has been there for over two years (which does not prove that it is
> correct). As SSL works for me I think that besides this issue other things are
> wrong in your  environment. What kind of OS are you using? Which version of
openssl?
> Please post your complete configure call and attach its output.

Thanks for the quick response.  You were right.  The actual showstopper is not
the  check for SSL_set_cert_store.  I was building on a Solaris 10 (SPARC)
machine.  My OpenSSL libraries (libssl.a and libcropto.a) was build previously
using an  embedded version of the compression library that came with the OpenSSL
package.  Unfortunately, it did not not have some of the functions checked by
the "configure" script.  After I rebuilt the OpenSSL package with the Zlib
package, everything went smoothly.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39474] - Can not configure httpd 2.2.2 when "--with-ssl" was set

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39474>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39474


rpluem@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Additional Comments From rpluem@apache.org  2006-05-03 20:01 -------
This has been there for over two years (which does not prove that it is
correct). As SSL works for me I think that besides this issue other things are
wrong in your  environment. What kind of OS are you using? Which version of openssl?
Please post your complete configure call and attach its output.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org