openssl on NT

2001-01-23 Thread Mark Swarbrick
I could really use some help getting openssl to work on NT. I have written a script in tcl/tk that checks web sites and I need to do a "package require tls" so that I can check https sites. And in order to do that apparently I must... Install TLS, which requires that I install openssl, which req

OpenSSL on NT

2001-04-21 Thread Timothy H. Schilbach
Title: OpenSSL on NT Anyone have any suggestions on how to install OpenSSL on an NT box? I have the latest Activestate PERL installed on my servers. I keep getting errors after I compile with NMAKE from Visual C++. I would appreciate any suggestions. Timothy H. Schilbach Alpha Omega

Re: openssl on NT

2001-01-23 Thread Kenneth R. Robinette
From: Mark Swarbrick <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: openssl on NT Date sent: Tue, 23 Jan 2001 10:43:30 -0700 Send reply to: [EMAIL PROTECTED] Mark All you need is Perl and the normal Micro

Re: openssl on NT

2001-01-23 Thread Dr S N Henson
Mark Swarbrick wrote: > > > I'm following the instructions in the readme file for NT and it says to do a... > > ms\mingw32 > > What is that? Whatever it is it fails. Is "ms" supposed to be an exe file or > is that some sort of path, and if so from where, the root? There is no ms.exe > and th

Re: openssl on NT

2001-01-23 Thread Alberto Rubio
esday, January 24, 2001 12:41 AM Subject: Re: openssl on NT > Mark Swarbrick wrote: > > > > > > I'm following the instructions in the readme file for NT and it says to do a... > > > > ms\mingw32 > > > > What is that? Whatever it is it fails. Is

Re: openssl on NT

2001-01-24 Thread Mikael Grehn
Alberto Rubio wrote: > The most similar program was cl.exe (some kind of linker) but > did not work. cl.exe is the Visual commando-line compiler...its not likely to be the file your looking for in this case. Sinc. Mikael __

Re: openssl on NT

2001-01-24 Thread David Maurus
Alberto Rubio wrote: > True enough, but my problem arouses just a bit later. I can not find ml.exe. > I have no such program. I did as instructions say.: I installed Microsoft > Visual C++ (Visual Studio 6.0)and look for an executable xml.exe & > xml.err . The most similar program was c

Re: OpenSSL on NT

2001-04-21 Thread Greg Stark
thy H. Schilbach To: [EMAIL PROTECTED] Sent: Saturday, April 21, 2001 1:40 PM Subject: OpenSSL on NT Anyone have any suggestions on how to install OpenSSL on an NT box? I have the latest Activestate PERL installed on my servers. I keep getting errors after I compile with NMAKE from Visual C++. I

Apache and Openssl on NT 4.0

1999-05-11 Thread Ruetzel, Arnold
Hi, did anyone out there install Apache + mod_ssl and try to make openssl on a window NT 4.0 PC? I downloaded the openssl-0.9.2b.tar.gz file and extracted all the modules. I also downloaded mod_ssl-2.2.8-1.3.6.tar.gz and extracted those modules. I then followed the instructions installing Apache+m

Compiling Error for Openssl on NT

2001-10-19 Thread Zuosheng Hu
Title: Compiling Error for Openssl on NT Dear Sir:    I am using openssl toolkit , version 0.9.6b. According to the instruction, I did the following steps:     >perl Configure VC-WIN32 (okay);     >ms\do_ms (okay);     >nmake -f ms\ntdll.mak, (error occurs. the error m

RE: Compiling Error for Openssl on NT

2001-10-19 Thread Dilkie, Lee
Title: Compiling Error for Openssl on NT did you do a "vcvars32" to set the command line environment up, like the document doesn't state?   And why would someone from Entrust be using open source crypto?   -lee dilkie (former entrust programmer) -Original Message-Fr

RE: Compiling Error for Openssl on NT

2001-10-19 Thread Ruby Cruiser
riday, October 19, 2001 9:35 AM > To: '[EMAIL PROTECTED]' > Subject: Compiling Error for Openssl on NT > > > > Dear Sir: >I am using openssl toolkit , version 0.9.6b. > According to the instruction, I did the following > steps: > >perl Configure

RE: Compiling Error for Openssl on NT

2001-10-20 Thread Dilkie, Lee
Compiling Error for Openssl on NT > > > Hi Zuosheng Hu , > > Your problem is explained in FAQ. > http://www.openssl.org/support/faq.html > > You have to run VCVARS32.BAT (of MS VC++) before doing > nmake step. > > - Ruby > > > --- "Dilkie, Lee"

Can't compile Apache 1.3.12 with mod_ssl and openssl on NT.

2000-08-20 Thread Henning von Bargen
Has someone successfully compiled and running mod_ssl with Apache 1.3.12 on NT? If so, can you help me? I can compile and run Apache, and also openssl. But not together, there's a conflict because Apache is using winsock2.h and the mod_ssl the old winsock.h. Then when mod_ssl includes files from o