Most probably you havenīt add path to the ssl dllīs or lib inside VS, go to 
tools\configure\directories and add the path to the include and bin folders 
of your OpenSSL installation this should work just fine

Best Regards

Victor Medina
Universidad Tecnologica del Centro
Valencia-Venezuela
(http://www.unitec.edu.ve)



At 12:05 AM 6/11/2002 -0500, you wrote:

>I've successfully compiled Apacche 2.0.36 and openssl as this thread 
>describes.  I'm encountering problems building modssl though.  When I try 
>to use NMAKE /f "mod_ssl.mak" CFG="mod_ssl - Win32 Release", i get the 
>following:
>         link.exe @C:\DOCUME~1\ADMINI~1.000\LOCALS~1\Temp\nma02752.
>    Creating library .\Release\libapr.lib and object .\Release\libapr.exp
>         cd "..\..\modules\ssl"
>         tempfile.bat
>The system cannot find the file specified.
>Could Not Find C:\httpd-2.0.36\modules\ssl\y.tab.c
>The system cannot find the file specified.
>Could Not Find C:\httpd-2.0.36\modules\ssl\y.tab.h
>NMAKE : fatal error U1077: 'tempfile.bat' : return code '0x1'
>Stop.
>I didn't find these files anywhere in the apache or openssl directories.
>
>When I used VC++, I get:
>Linking...
>    Creating library Debug/mod_ssl.lib and object Debug/mod_ssl.exp
>ssl_expr_scan.obj : error LNK2001: unresolved external symbol _ap_pstrdup
>Debug/mod_ssl.so : fatal error LNK1120: 1 unresolved externals
>Error executing link.exe.
>mod_ssl.so - 2 error(s), 0 warning(s)
>I'm sure its something obvious that I've overlooked.  Does anyone have any 
>suggestions?
>
>Thanks; Phil
>
>Thanks everyone, we now have everything working fine.
>
>A quick howto for beginners (who perhaps experience what we have
>experienced):
>
>If you want win2k + mod-ssl, don't trust the apache HOWTO at
>http://httpd.apache.org/docs-2.0/platform/win_compiling.html, they may
>be fine for those who don't need ssl (and those people can simply use
>the supplied binaries) but they are wrong if you need ssl.
>
>Firstly, don't use the perl examples given on apache.org to prepare and
>compile openssl, use the instructions in INSTALL.W32 that comes with the
>openSSL source.
>
>We eventually found that with visual C++ 6 we could compile apache
>without ssl fine. Later we compiled mod-ssl alone (also in VC++) and
>moved the mod-ssl.so binary to the modules folder in the apache
>installation.
>
>And that's it, except you need to know how to start Apache in "ssl
>mode".
>
>from the console in the apache\bin use
>
> >apache -D SSL
>
>to install apache to run as a service with SSL
>
> >apache -i -D SSL
>
>Hope this helps someone out there, and thanks to everyone who helped us!
>
>John.
>
>
>
>
>
>----- Original Message -----
>From: "Mark Chew" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, June 10, 2002 7:11 PM
>Subject: Re: 2.0.36 + mod-ssl + Win2k = Easy Money
>
>
>: Assuming the win2k service for Apache is created
>: (else create one using sc command),
>: try configure the Apache service properties like this :
>:
>: Path to executable:
>: "C:\Program Files\Apache Group\Apache\Apache.exe" --ntservice
>:
>: Startup type:
>: Automatic
>:
>:
>:
>: Regards,
>: Mark
>:
>:
>: >From: "John" <[EMAIL PROTECTED]>
>: >Reply-To: [EMAIL PROTECTED]
>: >To: <[EMAIL PROTECTED]>
>: >Subject: Re: 2.0.36 + mod-ssl + Win2k = Easy Money
>: >Date: Mon, 10 Jun 2002 17:20:20 +1200
>: >
>: >We have discovered that if we start Apache from the console with
>: > >apache -D SSL on our windows server, then we have ssl support...
>: >Please, someone, how do we get ssl support running as a service?
>: >
>: >It seems we have wasted a couple of days, simply to find this out!
>: >
>: >John.
>: >
>: >
>: >
>: >
>:
> >______________________________________________________________________
>: >Apache Interface to OpenSSL (mod_ssl)
>www.modssl.org
>: >User Support Mailing List
>[EMAIL PROTECTED]
>: >Automated List Manager
>[EMAIL PROTECTED]
>:
>:
>:
>:
>: _________________________________________________________________
>: Chat with friends online, try MSN Messenger: http://messenger.msn.com
>:
>: ______________________________________________________________________
>: Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
>: User Support Mailing List                      [EMAIL PROTECTED]
>: Automated List Manager                            [EMAIL PROTECTED]
>:
>
>______________________________________________________________________
>Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
>User Support Mailing List                      [EMAIL PROTECTED]
>Automated List 
>Manager 
><mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED]

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to