Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Compiling Apache with SSL support on W2K

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Encounter problem with Apache mod_proxy  
Author Message
if_you_want_my

External


Since: Sep 19, 2003
Posts: 11



(Msg. 1) Posted: Sat Aug 30, 2003 6:44 am
Post subject: Compiling Apache with SSL support on W2K
Archived from groups: alt>apache>configuration (more info?)

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

 >> Stay informed about: Compiling Apache with SSL support on W2K 
Back to top
Login to vote
user2348

External


Since: Jun 28, 2003
Posts: 203



(Msg. 2) Posted: Sat Aug 30, 2003 1:22 pm
Post subject: Re: Compiling Apache with SSL support on W2K [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Scott" <if_you_want_my_email_ask_in_a_post.RemoveThis@please.com> wrote in message
news:3f4f9104$0$23602$5a62ac22@freenews.iinet.net.au...
 > Hi,

 > Any thoughts?

Yeah, best idea is to download the versions I have already compiled (see my
other post).

If you really need to do it yourself try the following. These are taken from
my personal notes on setting up Apache, and assumes you have Microsoft
Visual Studio 6 (should be easy enough to use .NET 2003 if you prefer). Note
in step f, select the Active Configuration from the Build menu, of mod_ssl
Release (or similar, I'm going from memory as I write this post), assuming
you just want to build this module.

6) Build own openssl & mod_ssl
a) Get apache source.
b) Get openssl source from <a style='text-decoration: underline;' href="http://www.openssl.org/" target="_blank">http://www.openssl.org/</a>
c) Install VC++ 6, SP5 & Processor Pack
d) Check latest instructions, currently build with:
  > perl Configure VC-WIN32
  > ms\do_masm
  > nmake -f ms\ntdll.mak
e) Copy folders inc32 & out32dll to apache-src/srclib/openssl
f) Build apache mod_ssl release with Visual Studio

Richard.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Compiling Apache with SSL support on W2K 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
apache 'n' xml-rpc - hi I would want to know as he configure Xml-Rpc server on apache.

Apache and php - I have just innstalled Mandrake 9.1, Apache2 and php 4.3.0. I have added a line in httpd.conf - "AddType application/x-hhtpd-php .php3". The line is in the end of the config-file. Would this be enough to get php to work? I can't read php-files...

Apache::ASP - Has anybody used apache::ASP? On what platforms is it implemented? Is it working with COM components?

Apache 2 + PHP - Hello, are there still any issues about using Apache 2 with PHP? Is there a compatibility list somewhere around? Thanks, Florian -- Abkürzung unbekannt? ++ http://www.xgm.de +++

Apache 1.3 as a ReverseProxy - When I try to view a page through my proxy, the page comes up but no images are shown; however, when I go to the remote page directly everything looks fine. That makes me think something is goofed up in my proxy, but what? Images stored on the proxy..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]