Re: Install OpenSSL on Windows NT

1999-02-25 Thread Erwann ABALEA

On Thu, 25 Feb 1999, Patrick Stalder wrote:

 We have a server with WindowsNT 4.0 (SP4) and Perl 5.004_2 installed. We
 have tried to install OpenSSL on this server, but it doesnt work. To
 build the libraries, it is necessary to have a Visual C++ Compiler on
 the system?
 Where can I find more informationen for the installation on a windows
 platform?

OpenSSL is a development library, it's not a magical item that you just
have to plug in your Windows environment to turn your machine into a
secure vault

Of course you need to have a compiler to use it, and if you plan to
produce something to run with Windows, you'd better have a Visual C++ (you
can compile the stuff with another compiler, I did it with Borland C++
Builder, but it's a real pain...).

And finally, you need to have a project in mind... Something you want to
create or adapt...

-- 
Erwann ABALEA
System and Development Engineer - Certplus SA
[EMAIL PROTECTED]
Telephone: +33 1 34 38 29 50

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: Install OpenSSL on Windows NT

1999-02-25 Thread Ulf Möller

Of course you need to have a compiler to use it, and if you plan to
produce something to run with Windows, you'd better have a Visual C++

For many purposes Mingw32 (a port of GNU C++ which uses the Microsoft
C runtime system that is shipped with each copy of Windows) is at
least as good as Visual C++.

You can certainly use OpenSSL with Mingw32, and with a few patches
that have been posted recently, Mingw can also be used to compile
OpenSSL.

-- 
"Daß jedermann lesen lernen darf, verdirbt auf die Dauer nicht allein
das Schreiben, sondern auch das Denken."  --  Friedrich Nietzsche
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]