Searching...
Sunday, July 28, 2013

apache httpd 2.2.25 make (ubuntu 12.04) SSL compile error handling

Read Complete Post From Source: BLog.CripperZ.SG

apache httpd 2.2.25 make (ubuntu 12.04) SSL compile error handling



I had to make the 2.2.25 of apache, but it has become a compile-time error occurs.


ssl_engine_io.c: In function ‘ssl_io_filter_connect’: ssl_engine_io.c: 1082:36: error: ‘SSL_PROTOCOL_SSLV2′ undeclared (first use in this function) ssl_engine_io.c: 1082:36: note: each undeclared identifier is reported only once for each function it appears in make [4]: ​​*** [ssl_engine_io.slo] Error 1


Bug 55194 – ASF Bugzilla can now go well if you modify it to look at the


L1082 around line change before







1081

1082

1083



if (hostname_note &&

    sc->proxy->protocol != SSL_PROTOCOL_SSLV2 &&

    sc->proxy->protocol != SSL_PROTOCOL_SSLV3 &&




変更後







1081

1082

1083



        if (hostname_note &&

//          sc->proxy->protocol != SSL_PROTOCOL_SSLV2 &&







apache httpd 2.2.25 make (ubuntu 12.04) SSL compile error handling
Read Complete Post From Source: BLog.CripperZ.SG

0 comments:

Post a Comment

 
Back to top!