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 2009/07/25 06:13:53 UTC

DO NOT REPLY [Bug 47578] New: compile ERROR with ssl

https://issues.apache.org/bugzilla/show_bug.cgi?id=47578

           Summary: compile ERROR with ssl
           Product: Apache httpd-2
           Version: 2.2.11
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: rurality.wq@gmail.com


I download the newest version apache 2.2.11.The compiler error does not come
out with version 2.2.3.

I use openssl also.
I download the newest version of openssl 1.0.0 - beta3, and compile&install
successfully.

I try to compile the apache with the option below

./configure --prefix=/usr/local/apache2 --enable-module=so --enable-ssl=static
--with-ssl=/usr/local/openssl --enable-module=rewrite --enable-cache
--enable-disk-cache --enable-mem-cache --enable-file-cache --with-mpm=prefork
--enable-dav-fs --enable-dav

and got the error below.

ssl_engine_init.c: In function `ssl_init_ctx_verify':
ssl_engine_init.c:549: error: `STACK' undeclared (first use in this function)
ssl_engine_init.c:549: error: (Each undeclared identifier is reported only once
ssl_engine_init.c:549: error: for each function it appears in.)
ssl_engine_init.c:549: error: syntax error before ')' token
ssl_engine_init.c: In function `ssl_init_FindCAList':
ssl_engine_init.c:1129: warning: pointer type mismatch in conditional
expression
make[3]: *** [ssl_engine_init.lo] Error 1
make[3]: Leaving directory `/software/src/httpd-2.2.11/modules/ssl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/software/src/httpd-2.2.11/modules/ssl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/software/src/httpd-2.2.11/modules'
make: *** [all-recursive] Error 1

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

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


DO NOT REPLY [Bug 47578] compile ERROR with ssl

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47578





--- Comment #1 from Ruediger Pluem <rp...@apache.org>  2009-07-25 00:53:12 PST ---
Currently 2.2.x does not work with openssl 1.0.0 (only trunk does). Please use
a stable openssl release.

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

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


DO NOT REPLY [Bug 47578] compile ERROR with ssl

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47578

--- Comment #2 from Peter Kolbus <pe...@gmail.com> 2010-05-29 13:34:20 EDT ---
I have seen this too on a new installation with Fedora 13.  2.2.15 builds just
fine.

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

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