Re: [openssl-users] Unable to install OpenSSL

2018-05-06 Thread Lunessia
I also solved the RC issue by installing Windows 10 SDK tools and taking the x64 bit architecture folder that contains RC and injecting that into my system path too. I'll send a final message when the make completes, but I have a feeling this issue is closed! On Sun, May 6, 2018 at 10:27 PM, Lunes

Re: [openssl-users] Unable to install OpenSSL

2018-05-06 Thread Lunessia
I figured out the NASM part. I added the EXE at first. Now the entire folder is targeted. On Sun, May 6, 2018 at 10:16 PM, Lunessia wrote: > Jeremy Farrell> Is NASM on your execution path? If not, try with it added > to the path. > > I tried added NASM to both my system and user paths, and it'll

Re: [openssl-users] Unable to install OpenSSL

2018-05-06 Thread Lunessia
Jeremy Farrell> Is NASM on your execution path? If not, try with it added to the path. I tried added NASM to both my system and user paths, and it'll still throw that error I just realized it did make a make file. However, now I get this (this was done by sidestepping NASM) "rc /folibcry

Re: [openssl-users] Unable to install OpenSSL

2018-05-06 Thread Richard Levitte
In message on Fri, 4 May 2018 17:55:13 -0500, Lunessia said: jzburda> Thanks for the reply. If I sidestep VC-WIN64A with No-ASM, jzburda> I'll get the same "If you want to report a building issue" error You mean this? **

Re: [openssl-users] Unable to install OpenSSL

2018-05-05 Thread Jeremy Farrell
On 04/05/2018 01:16, Lunessia wrote: I've been having various troubles with installing and compiling OpenSSL. I started with 1.1.1-pre6, and my Perl client will tell me that I don't have NASM even if I have it installed (If I use VC-WIN64A) Is NASM on your execution path? If not, try with it a

Re: [openssl-users] Unable to install OpenSSL

2018-05-04 Thread Lunessia
Thanks for the reply. If I sidestep VC-WIN64A with No-ASM, I'll get the same "If you want to report a building issue" error On Thu, May 3, 2018 at 7:56 PM, Jakob Bohm wrote: > On 04/05/2018 02:16, Lunessia wrote: > >> Hello everyone, >> I've been having various troubles with installing and compi

Re: [openssl-users] Unable to install OpenSSL

2018-05-03 Thread Jakob Bohm
On 04/05/2018 02:16, Lunessia wrote: Hello everyone, I've been having various troubles with installing and compiling OpenSSL. I started with 1.1.1-pre6, and my Perl client will tell me that I don't have NASM even if I have it installed (If I use VC-WIN64A) or output "If you want to report a bui

[openssl-users] Unable to install OpenSSL

2018-05-03 Thread Lunessia
Hello everyone, I've been having various troubles with installing and compiling OpenSSL. I started with 1.1.1-pre6, and my Perl client will tell me that I don't have NASM even if I have it installed (If I use VC-WIN64A) or output "If you want to report a building issue, please include the output fr

Re: [openssl-users] Failed to install OpenSSL 1.1.0 using 'nmake install'

2016-09-22 Thread Jing Liu
[mailto:openssl-users-boun...@openssl.org] On Behalf Of Jeffrey Walton Sent: Thursday, September 22, 2016 3:12 PM To: OpenSSL Users Subject: Re: [openssl-users] Failed to install OpenSSL 1.1.0 using 'nmake install' On Wed, Sep 21, 2016 at 8:35 AM, Jing Liu wrote: > I’ve tried a

Re: [openssl-users] Failed to install OpenSSL 1.1.0 using 'nmake install'

2016-09-22 Thread Jeffrey Walton
On Wed, Sep 21, 2016 at 8:35 AM, Jing Liu wrote: > I’ve tried all my best to solve this problem but failed. Can you help me? > > - OS: Windows 10 > > - Perl: ActivePerl 5.12.2 build 1202 > > - Development environment: MS Visual Studio 2010 SP1 > > - OpenSSL version: OpenSSL 1.1.0 Have you tried S

Re: [openssl-users] Failed to install OpenSSL 1.1.0 using 'nmake install'

2016-09-21 Thread Jing Liu
Dear Richard, I already checkded that the file "applink.c" does exist under the directory 'D:\openssl-1.1.0\ms'. I also considered the problem of access permission. That is why I ran all the commands as an administrator. Now, I used the Perl script provided by you to revise the original "copy.

Re: [openssl-users] Failed to install OpenSSL 1.1.0 using 'nmake install'

2016-09-21 Thread jingmliu
Dear Richard, I already checkded that the file "applink.c" does exist under the directory 'D:\openssl-1.1.0\ms'. I also considered the problem of access permission. That is why I ran all the commands as an administrator. Now, I used the Perl script provided by you to revise the original "copy.p

Re: [openssl-users] Failed to install OpenSSL 1.1.0 using 'nmake install'

2016-09-21 Thread Jing Liu
-boun...@openssl.org] On Behalf Of Matt Caswell Sent: Wednesday, September 21, 2016 9:14 PM To: openssl-users@openssl.org Subject: Re: [openssl-users] Failed to install OpenSSL 1.1.0 using 'nmake install' On 21/09/16 13:35, Jing Liu wrote: > Can't Open "./ms/applink.c"

Re: [openssl-users] Failed to install OpenSSL 1.1.0 using 'nmake install'

2016-09-21 Thread Andrew Hartley
Original Message- From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Richard Levitte Sent: 21 September 2016 14:10 To: openssl-users@openssl.org Subject: Re: [openssl-users] Failed to install OpenSSL 1.1.0 using 'nmake install' Andrew, I think you need to read

Re: [openssl-users] Failed to install OpenSSL 1.1.0 using 'nmake install'

2016-09-21 Thread Matt Caswell
On 21/09/16 13:35, Jing Liu wrote: > Can't Open "./ms/applink.c" at .\util\copy.pl line 61. So, does the file ms/applink.c actually exist? And do you have permissions to open it? Matt -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Failed to install OpenSSL 1.1.0 using 'nmake install'

2016-09-21 Thread Richard Levitte
pment environment: MS Visual Studio 2010 SP1 jingmliu> jingmliu> - OpenSSL version: OpenSSL 1.1.0 jingmliu> jingmliu> I tried to compile and install OpenSSL 1.1.0 according to the jingmliu> following steps: jingmliu> jingmliu> 1. decompressed OpenSSL 1.1.0 software package to direc

Re: [openssl-users] Failed to install OpenSSL 1.1.0 using 'nmake install'

2016-09-21 Thread Richard Levitte
rtley said: andrew.hartley> Your step (4) to me appears to be wrong. If you are to install openssl andrew.hartley> to the following directory: andrew.hartley> andrew.hartley> C:\Program Files (x86)\OpenSSL\ andrew.hartley> andrew.hartley> then you need to do: andrew.hartley&g

Re: [openssl-users] Failed to install OpenSSL 1.1.0 using 'nmake install'

2016-09-21 Thread Matt Caswell
On 21/09/16 13:54, Andrew Hartley wrote: > Your step (4) to me appears to be wrong. If you are to install openssl > to the following directory: > > > > C:\Program Files (x86)\OpenSSL\ > > > > then you need to do: > > > > Ø

Re: [openssl-users] Failed to install OpenSSL 1.1.0 using 'nmake install'

2016-09-21 Thread Andrew Hartley
Your step (4) to me appears to be wrong. If you are to install openssl to the following directory: C:\Program Files (x86)\OpenSSL\ then you need to do: ? perl Configure VC-WIN32 -prefix=C:\Program Files (x86)\OpenSSL When I build openSSL I use nasm, so after the above I do

[openssl-users] 撤回: Cannot install OpenSSL 1.1.0 using 'nmake install'

2016-09-21 Thread Jing Liu
Jing Liu 将撤回邮件“Cannot install OpenSSL 1.1.0 using 'nmake install'”。 <>-- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: Install openssl without root rights

2010-09-28 Thread Kyle Hamilton
o(1) and ldconfig(8).) -Kyle H On Mon, Sep 27, 2010 at 11:57 PM, fabermundi wrote: > > Hello, > I have to install openssl on a Computer with openSUSE where I don't have any > root rights. > Is this possible? How? > > Thanks in advance > -- > View this message in cont

Re: Install openssl without root rights

2010-09-28 Thread Kenneth Goldman
often root rights. owner-openssl-us...@openssl.org wrote on 09/28/2010 02:57:59 AM: > From: fabermundi > I have to install openssl on a Computer with openSUSE where I don't have any > root rights. > Is this possible? How?

Re: Install openssl without root rights

2010-09-28 Thread Jakob Bohm
On 28-09-2010 08:57, fabermundi wrote: Hello, I have to install openssl on a Computer with openSUSE where I don't have any root rights. Is this possible? How? Thanks in advance Step 1: Compile it yourself from source. Step 2: During compilation and install, install to your own hom

Install openssl without root rights

2010-09-28 Thread fabermundi
Hello, I have to install openssl on a Computer with openSUSE where I don't have any root rights. Is this possible? How? Thanks in advance -- View this message in context: http://old.nabble.com/Install-openssl-without-root-rights-tp29825759p29825759.html Sent from the OpenSSL - User ma

[FWD] install openssl on a ox 10.6.x

2010-09-14 Thread Lutz Jaenicke
Forwarded to openssl-users for public discussion. Best regards, Lutz - Forwarded message from jsl - From: jsl Subject: install openssl on a ox 10.6.x Date: Tue, 14 Sep 2010 11:27:57 +0100 To: openssl-b...@openssl.org Dear Sirs Can you help us to install the app openssl

Re: Install openssl

2009-02-20 Thread Database System
Hi Victor, Thank you so much for your valuable information. I will as our admin about the openSSL with our Linux. Lisa --- On Fri, 2/20/09, Victor B. Wagner wrote: > From: Victor B. Wagner > Subject: Re: Install openssl > To: openssl-users@openssl.org > Date: Friday, February

RE: Install openssl

2009-02-20 Thread Mark
> There is also O'Reilly book "Securing applications with OpenSSL". > But I haven't read it so don't know if it suites you. If you mean "Network Security with OpenSSL" then this is a good basic starter to OpenSSL, but it does not contain everything you need to know. AFAIK there is no single sourc

Re: Install openssl

2009-02-20 Thread Victor B. Wagner
On 2009.02.19 at 12:38:27 -0800, Database System wrote: > > Hi, > > I'm new to openSSL/SSL. I downloaded the file. It is If you are new to openSSL, it is better to use version which is provided by your Linux distribution. Every linux distribution out there already includes OpenSSL, and applic

Install openssl

2009-02-19 Thread Database System
Hi, I'm new to openSSL/SSL. I downloaded the file. It is openssl-0.9.8j.tar.tar and I want to use it on Linux. But I think it doesn't mater of which version on my question. What I need to do next? Do I need to compile it? what compiler and command? Is there any instructions for creating certi

Re: install openssl remote on linux

2008-12-30 Thread Ger Hobbelt
E, what's the web server software? Apache 2? Something else? In case of Apache v1 or v2, you very probably want to 'install' mod_ssl and then you need to install your server cert and pkey as well. Broadly speaking, that means you need access to the Apache config files at least, which is not we

Re: install openssl remote on linux

2008-12-29 Thread Kyle Hamilton
If you have access to the C compiler (most web hosts do not grant this), you can install it with the '--prefix=/filesystem/path/to/where/you/want/the/sslroot/to/be' option to ./config. If you do not, then you can compile the binary under a VMware virtual machine at home (do not use the 'shared' co

install openssl remote on linux

2008-12-29 Thread miek
Hi, I'm new to openssl and need to install it on a remote linux server. Of course I don't have access to all server folders, only one above webroot. Firstly I'd like to know if this is possible, and second, how to install. I have downloaded the files from http://www.devside.net/guides/linux/

Install openssl on wince 5.0 platform

2008-10-08 Thread kuopo
Hello, I am trying to install openssl on wince 5.0 platform. I encountered some error messages when I did the test process. Here is my environment: 1. A mobile device with Intel PXA270 XScale CPU and Windows Mobile 5.0. 2. Windows CE 5.0 SDK. 3. Microsoft eMbedded Visual C++ 4.0. 4. wcecompat

Re: install openssl from source while rpm is their on RHEL 4

2008-02-07 Thread cdemel
Thanks installed successfully and linked /usr/bin/openssl to new openssl under /usr/local/ssl so far applications seems to be running without an issue. previously their was an issue with installing the open ssl rpm for 0.9.8while it removed libraries which sendmail had a major dependency. thanks

Re: install openssl from source while rpm is their on RHEL 4

2008-02-07 Thread Marek . Marcola
Hello, > will install accordingly and hope to move the original /usr/bin/openssl to some other > name and to make a soft link to the 0.9.8g binary. > > appreciate any concerns on this. If you want to use many versions of OpenSSL you may define --prefix as /usr/local/openssl-VERSION, for example

Re: install openssl from source while rpm is their on RHEL 4

2008-02-07 Thread cdemel
Thanks will install accordingly and hope to move the original /usr/bin/openssl to some other name and to make a soft link to the 0.9.8g binary. appreciate any concerns on this. Best Regards cdemel On Feb 7, 2008 9:26 PM, <[EMAIL PROTECTED]> wrote: > Hello, > > I have a red hat ES 4 64 bit v

Re: install openssl from source while rpm is their on RHEL 4

2008-02-07 Thread Marek . Marcola
Hello, > I have a red hat ES 4 64 bit version installed server with openssl-0.9.7a-43.8 rpm installed. > i need to install the openssl 0.9.8g from the source. > If I use default prefix whcih is /usr/local/ssl to install config files and all default > config options > Will it remove any of the li

Re: install openssl from source while rpm is their on RHEL 4

2008-02-06 Thread cdemel
Hi I have a red hat ES 4 64 bit version installed server with openssl-0.9.7a-43.8 rpm installed. i need to install the openssl 0.9.8g from the source. If I use default prefix whcih is /usr/local/ssl to install config files and all default config options Will it remove any of the libraries which th

How to install OpenSSL into Apache 1.3.27 with an IBM Cryptographic Card

2003-06-30 Thread Zoubir Yacoubi
Hi, Can anyone direct me to any document on how to install and configure OpenSSL 0.9.7a on Apache 1.3.27 with an IBM Cryptographic Card (Aix Unix environnement). Bonne réception / Regards Zoubir YACOUBI Architecte Sécurité Infrastructure ITS - IBM Global Services GSM. 06.74.40.45.80 Fax +33 1 49

RE: How to install OpenSSL into Apache 2.0.40

2002-08-20 Thread Lynn Gazis
he card. Lynn Gazis > -Original Message- > From: Sherry Sun [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 20, 2002 8:53 AM > To: [EMAIL PROTECTED] > Subject: How to install OpenSSL into Apache 2.0.40 > > Hi, > > Can anyone direct me to any doc

How to install OpenSSL into Apache 2.0.40

2002-08-20 Thread Sherry Sun
Hi, Can anyone direct me to any document on how to install and configure OpenSSL 0.9.6g on Apache2.0.40. Should I download openssl-engine-0.9.6g.tar.gz or openssl-0.9.6g.tar.gz, or both? Many thanks. Sherry Sun Computer Services Center 740-597-1903 [EMAIL PROTECTE

How do I install OpenSSL 0.9.6e or later for ssl support in apache2.0.40?

2002-08-15 Thread Corey Rogers
How do I install OpenSSL 0.9.6e or later for ssl support in apache 2.0.40? Is there any documentation on how to implement SSL in apache 2+ including upgrading the currently installed SSL package? Any links to documentation would be great. I prefer to read this stuff and learn. Thanks in

Re: How can I install openssl as a system file

2002-02-07 Thread Saju Paul Panikulam
e time switches; the most common one being the -I switch.       - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 07, 2002 2:45 AM Subject: How can I install openssl as a system file Hello all,   I installed openssl

How can I install openssl as a system file

2002-02-06 Thread FERNAN
Hello all,   I installed openssl (successfully) because I want to compile a Direct Connect API with Authorize.net which uses the openssl ssl.h header.   #include   but the compiler does not know where to find the ssl.h header.  It seems like the openssl has to be installed as system file. 

How to install openssl on the window 98

2002-01-29 Thread Englishmanner
Hello, I am really new with the ssl and I have download the software from the website but I don't know how to install and I have read the installtination instruction. I have downloaded the ative pearl and I have borland version 4.52 on my computer and the problem is how this things work. I

Re: Error when install openssl-0.9.6b in Windows 2000

2001-12-13 Thread Pascal Janse van Vuuren
Apologies, I use static versions of the libraries, that should have been 'nmake -f ms\ntdll.mak' Pascal - Original Message - From: "Pascal Janse van Vuuren" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 14, 2001 2:35 PM Subject: Re: E

Re: Error when install openssl-0.9.6b in Windows 2000

2001-12-13 Thread Pascal Janse van Vuuren
will. That should solve your problem. Pascal Qbik NZ - Original Message - From: "PARKER,Myles" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 14, 2001 2:24 PM Subject: FW: Error when install openssl-0.9.6b in Windows 2000 > I should have pointed ou

Re: FW: Error when install openssl-0.9.6b in Windows 2000

2001-12-13 Thread Dr S N Henson
"PARKER,Myles" wrote: > > I should have pointed out that I had executed the > command : nmake -f c:\openssl\ms\ntdll.mak when I got the error. > You have to be in the openssl directory (i.e. where you extracted the sources) when you execute the commands or you'll get lots of err

FW: Error when install openssl-0.9.6b in Windows 2000

2001-12-13 Thread PARKER,Myles
I should have pointed out that I had executed the command : nmake -f c:\openssl\ms\ntdll.mak when I got the error. -Original Message- From: PARKER,Myles Sent: Friday, 14 December 2001 12:04 To: ' [EMAIL PROTECTED]' Subject: Error when install openssl

Error when install openssl-0.9.6b in Windows 2000

2001-12-13 Thread PARKER,Myles
I am trying to compile openssl. I followed the instructions and then I get the following error:- Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Building OpenSSL NMAKE : fatal error U1073: don't

RE: INSTALL OPENSSL

2001-11-12 Thread Prathaban Selvaraj
Title: RE: INSTALL OPENSSL  Look for a file called 'Install.W32' on your root directory. It contains the Win32 install instructions.  -P -Original Message- From: Francisco Castillejo [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 11, 2001 12:28 PM To: [EMAIL PROTECTE

INSTALL OPENSSL

2001-11-11 Thread Francisco Castillejo
Hi, i'm new in openssl world XD. I don't know how install openssl in windows. Can anyone help me? Sorry, my english is horrible. Thanks __ OpenSSL Project http://www.openssl.org Us

Re: How do I install OPENSSL on Solaris 2.x

2001-10-18 Thread Richard Levitte - VMS Whacker
Well, depends. Do you have a compiler? Perl? In that case, just read INSTALL and follow the instructions. Otherwise, find the packages for GNU cc (gcc), GNU binutils and perl, install those, then read INSTALL. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Redakteur@Stacken \

RE: How do I install OPENSSL on Solaris 2.x

2001-10-17 Thread Kubenka Pavel
try www.sunfreeware.com pk -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 16, 2001 7:47 PM To: [EMAIL PROTECTED] Subject: How do I install OPENSSL on Solaris 2.x

AW: How do I install OPENSSL on Solaris 2.x

2001-10-17 Thread Schoenberg, Claudia, Triaton/DE
go to www.sunfreeware.com select your solaris version and see further instructions. > __ > OpenSSL Project http://www.openssl.org > User Support Mailing List[EMAIL PROTECTED] >

How do I install OPENSSL on Solaris 2.x

2001-10-16 Thread Joseph_Ashley
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: Install openssl-0.9.5a library - root access?

2001-04-14 Thread Jason Aras
Yes, you simple build with the prefix set to something like ~/ or ~/openssl. Then you just have to make sure you link to the right location, and have the dynamic linker preload, or gcc link in useing the new directory. --jason On Fri, 13 Apr 2001, David Jourard wrote: > Hi, > > Can the opens

Re: install openssl in win98?

2001-02-21 Thread manjunath gv
hello hey yes openssl can be installed on win98 and u check file install.w32 for help bye --- qianz <[EMAIL PROTECTED]> wrote: > Does the openssl can be install in win98? > If yew,how to install? > > Thanks. > > Tony Cheung > >

How to install openssl with perl and nt

2000-12-26 Thread Amina Sayes
Hello, Where can I find docs on how to install openssl with perl and windows NT?. Thanks, george __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com

cannot install OpenSSL for Win 95: -q option; library problems

2000-11-03 Thread JF Delannoy
Hello, Trying to install OpenSSL, using MS nmake (alternatively Borland make.exe) and Borland C++ v5. I have those problems: 1 command line option -q is unknown, when using nmake (-> so I removed it from the makefile; it seems to clear the problem; but I still don't know what thi

How do I check my Linux have install openSSL or not?

2000-10-19 Thread c . f . chow
Dear Openssl, How do I check my apache web server install OpenSSL or not?? Fai, CHOW GPE International Co., Ltd. (Tel) 852-2410 7751 (Fax) 853-2410 7872 (E@) [EMAIL PROTECTED] __ OpenSSL Project

Re: How to install OpenSSL in SunOS 2.6

2000-08-28 Thread Craig Shaver
Hi, You need some random numbers! Solaris does not come with /dev/urandom, get it here. http://www.cosy.sbg.ac.at/~andi/ works for me siva kumaran wrote: > > hi, > >I faced a problem when i was loading OpenSSL in > SunOS 2.6.I have installed the OpenSSL in the system ,but the comma

How to install OpenSSL in SunOS 2.6

2000-08-27 Thread siva kumaran
hi, I faced a problem when i was loading OpenSSL in SunOS 2.6.I have installed the OpenSSL in the system ,but the commands were not working.It is giving the error, "not seeded enough".I saw the FAQ and found that,if a patch file was installed, these can be solved,but even after installin

Re: How to install openssl after download the tar file ?

2000-01-07 Thread Raul Gutierrez Rodriguez
will unzip and untar the file. After you have to read the file install.w32 file to documentation about compile openssl Slds Raul Gutierrez - Original Message - From: Andrew Cooke <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 06, 2000 2:08 PM Subject: Re:

Re: How to install openssl after download the tar file ?

2000-01-07 Thread Andrew Cooke
"Leland V. Lammert" wrote: > At 02:08 PM 1/6/00 , you wrote: > >- You must unpack the tar file (which is like a zip file) using > >something like PkZip or WinZip (or tar -xvf in Cygwin bash). > I would assume that if someone download a tar file, .. they would have downloaded, >perhaps, a UNIX fi

Re: How to install openssl after download the tar file ?

2000-01-06 Thread Leland V. Lammert
At 02:08 PM 1/6/00 , you wrote: >- You must unpack the tar file (which is like a zip file) using >something like PkZip or WinZip (or tar -xvf in Cygwin bash). > >Andrew Andrew, I would assume that if someone download a tar file, .. they would have downloaded, perhaps, a UNIX file?? In any cas

Re: How to install openssl after download the tar file ?

2000-01-06 Thread Michael Hoegeman
Andrew Cooke wrote: > > Read the file INSTALL.W32 in the top level directory. OpenSSL is not > well documented - you must be prepared to poke round and read files like > that. > > Andrew > > Jason Chen wrote: > > > > Does anyone have idea ? > > Afte

Re: How to install openssl after download the tar file ?

2000-01-06 Thread Andrew Cooke
PkZip or WinZip (or tar -xvf in Cygwin bash). Andrew "Leland V. Lammert" wrote: > > At 02:44 PM 1/5/00 , you wrote: > >Does anyone have idea ? > >After I download the tart file, how to install openssl into NT machine ? > > > >Jason > Jason, > > T

Re: How to install openssl after download the tar file ?

2000-01-06 Thread Leland V. Lammert
At 02:44 PM 1/5/00 , you wrote: >Does anyone have idea ? >After I download the tart file, how to install openssl into NT machine ? > >Jason Jason, The first thing you have to do is download the correct file - tar files are for UNIX machines.

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 Visu

Re: Install OpenSSL on Windows NT

1999-02-25 Thread Stephan Bauer
Hi Patrick, Patrick Stalder wrote: > > Hi, > > 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 > t

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? > W

Install OpenSSL on Windows NT

1999-02-25 Thread Patrick Stalder
Hi, 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