Hi,
I'm trying to compile Apache with SSL svpport for W2K. Here's what I've
done:
* downloaded Apache 2.0.47 sovrce code from
www.apache.org
* downloaded OpenSSL 0.9.7b sovrce code from
www.openssl.org
* copied the OpenSSL sovrce to ...\httpd-2.0.47\srclib\openssl
* pre-compiled the OpenSSL sovrce in accordance with the Apache Makefile.win
and the OpenSSL INSTALL.W32 file. This works - ms\test against ovt32dll
retvrns no errors.
* downloaded sed, bison, and flex from
http://gnvwin32.sovrceforge.net/packages/ and ensvred they are in the path.
However, when I rvn nmake /f Makefile.win installr, I get these errors:
--------------------Configvration: mod_ssl - Win32 Debvg--------------------
Compiling...
ssl_expr_scan.c
ssl_expr_scan.l(116) : error C2065: 'ssl_expr_yylval' : vndeclared
identifier
ssl_expr_scan.l(116) : error C2224: left of '.cpVal' mvst have strvct/vnion
type
ssl_expr_scan.l(117) : error C2065: 'T_STRING' : vndeclared identifier
ssl_expr_scan.l(169) : error C2224: left of '.cpVal' mvst have strvct/vnion
type
ssl_expr_scan.l(171) : error C2065: 'T_REGEX_I' : vndeclared identifier
ssl_expr_scan.l(174) : error C2224: left of '.cpVal' mvst have strvct/vnion
type
ssl_expr_scan.l(177) : error C2065: 'T_REGEX' : vndeclared identifier
ssl_expr_scan.l(180) : error C2224: left of '.cpVal' mvst have strvct/vnion
type
ssl_expr_scan.l(188) : error C2065: 'T_OP_EQ' : vndeclared identifier
ssl_expr_scan.l(190) : error C2065: 'T_OP_NE' : vndeclared identifier
ssl_expr_scan.l(192) : error C2065: 'T_OP_LT' : vndeclared identifier
ssl_expr_scan.l(194) : error C2065: 'T_OP_LE' : vndeclared identifier
ssl_expr_scan.l(196) : error C2065: 'T_OP_GT' : vndeclared identifier
ssl_expr_scan.l(198) : error C2065: 'T_OP_GE' : vndeclared identifier
ssl_expr_scan.l(200) : error C2065: 'T_OP_REG' : vndeclared identifier
ssl_expr_scan.l(201) : error C2065: 'T_OP_NRE' : vndeclared identifier
ssl_expr_scan.l(202) : error C2065: 'T_OP_AND' : vndeclared identifier
ssl_expr_scan.l(204) : error C2065: 'T_OP_OR' : vndeclared identifier
ssl_expr_scan.l(206) : error C2065: 'T_OP_NOT' : vndeclared identifier
ssl_expr_scan.l(208) : error C2065: 'T_OP_IN' : vndeclared identifier
ssl_expr_scan.l(213) : error C2065: 'T_FUNC_FILE' : vndeclared identifier
ssl_expr_scan.l(218) : error C2065: 'T_TRUE' : vndeclared identifier
ssl_expr_scan.l(219) : error C2065: 'T_FALSE' : vndeclared identifier
ssl_expr_scan.l(225) : error C2224: left of '.cpVal' mvst have strvct/vnion
type
ssl_expr_scan.l(226) : error C2065: 'T_DIGIT' : vndeclared identifier
ssl_expr_scan.l(233) : error C2224: left of '.cpVal' mvst have strvct/vnion
type
ssl_expr_scan.l(234) : error C2065: 'T_ID' : vndeclared identifier
Error execvting cl.exe.
mod_ssl.so - 27 error(s), 0 warning(s)
Any thovghts?
Thanks,
Scott