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: [email protected]
        ReportedBy: [email protected]


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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to