RE: [building OpenSSL for vxWorks on Windows using Cygwin]

2022-10-24 Thread Michael Wojcik via openssl-users
SA signature in some fashion (you don't say anything about a message format or padding, but that's a whole other area of discussion) is a common primitive. > > - What platform do you want to build OpenSSL for? > A: vxWorks-7, the toolchain is windows exe files (gcc,ar,ld), th

RE: Build openssl on windows 10 using cygwin

2022-10-17 Thread Michael Wojcik via openssl-users
ult the OpenSSL build instructions for the toolchain you're using. Have you read the text files in the OpenSSL distribution which explain how to build it? > Which linux command I can use to find if there exists a definition for LONG? Assuming you mean "which Cygwin command can I use on

RE: Build openssl on windows 10 using cygwin

2022-10-17 Thread Michael Wojcik via openssl-users
> From: רונן לוי > Sent: Monday, 17 October, 2022 11:12 > see attached file for cygwin details. I'm afraid I have no comment on that. I merely mentioned that for some OpenSSL releases, using a POSIXy perl implementation such as Cygwin's to configure OpenSSL for a Windows

RE: Build openssl on windows 10 using cygwin

2022-10-17 Thread Michael Wojcik via openssl-users
> From: רונן לוי > Sent: Monday, 17 October, 2022 11:16 Please send messages to the list, not to me directly. > And for the question with regard to the Windows style, are you referring to > CRLF as > opposed to LF from linux? No, to Windows-style file paths, with drive letters and backslashes

Re: Build openssl on windows 10 using cygwin

2022-10-17 Thread רונן לוי
Hi Michael, see attached file for cygwin details. The openssl is cloned from: git clone https://github.com/openssl/openssl.git perl Configure *Configuring OpenSSL version 3.2.0-dev for target Cygwin-x86_64* Using os-specific seed configuration Created configdata.pm Running configdata.pm Created

RE: Build openssl on windows 10 using cygwin

2022-10-16 Thread Michael Wojcik via openssl-users
> From: openssl-users On Behalf Of ??? > Sent: Saturday, 15 October, 2022 15:48 > I have tried to build openssl using cygwin: > Both options starts compiling, but end up with error: > In file included from providers/implementations/storemgmt/winstore_store.c:27: > /

Build openssl on windows 10 using cygwin

2022-10-15 Thread רונן לוי
Hi, I have tried to build openssl using cygwin: 1. perl Configure Cygwin-x86 make 2. perl Configure Cygwin-x86_64 make Both options starts compiling, but end up with error: In file included from providers/implementations/storemgmt/winstore_store.c:27: /usr/include/w32api/wincrypt.h:20:11

Re: AW: openssl-1.1.1g cygwin make errors

2020-05-06 Thread Dan Fulger
ucontext.h existed in 2017 in Cygwin, and still exists.   Maybe you have a very old Cygwin (you can update with setup.exe).

AW: openssl-1.1.1g cygwin make errors

2020-05-05 Thread Georg Höllrigl
Hello, You could try with ./config no-async Kind Regards, Georg Von: openssl-users Im Auftrag von Anand Sridharan Gesendet: 06 May 2020 03:20 An: openssl-users@openssl.org Betreff: openssl-1.1.1g cygwin make errors Hi Open SSL users , Please let us know if someone has observed below

openssl-1.1.1g cygwin make errors

2020-05-05 Thread Anand Sridharan
Hi Open SSL users , Please let us know if someone has observed below errors while compiling on source with cygwin. Please do indicate any workaround available , I observed similar errors with different version as well such as openssl 1.1.1a. from crypto/async/arch/async_null.c:11: crypto/async

Compile Error in Cygwin / openssl 1.1.1d

2019-10-15 Thread Georg Höllrigl
Hello, I'm getting this error on compiling on MobaXTerm (basically Cygwin) compiling 1.1.1d: -- gcc -I. -Icrypto/include -Iinclude -Wall -O3 -fomit-frame-pointer -DTERMIOS -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUI

Re: [openssl-users] Cygwin untar of 1.0.1n gives "tar: A lone zero block at 46120"

2015-06-12 Thread Salz, Rich
> $ tar zxf openssl-1.0.1n.tar.gz > tar: A lone zero block at 46120 Perhaps this? http://askubuntu.com/questions/169223/tar-a-lone-zero-block-at-343398 ___ openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-use

Re: [openssl-users] Cygwin untar of 1.0.1n gives "tar: A lone zero block at 46120"

2015-06-12 Thread Kevin Layer
6.6) and it did it on all copies. >> > >> > Just curious if anyone else had the issue. >> > >> > I'm running Cygwin 1.7.35 on Server 2008 R2. >> > >> > ___ >> > openssl-users mailing list >>

Re: [openssl-users] Cygwin untar of 1.0.1n gives "tar: A lone zero block at 46120"

2015-06-12 Thread avery . a . tarasov
achine and > on CentOS 6.6) and it did it on all copies. > > Just curious if anyone else had the issue. > > I'm running Cygwin 1.7.35 on Server 2008 R2. > > ___ > openssl-users mailing list > To unsubscribe: > https://mta.

[openssl-users] Cygwin untar of 1.0.1n gives "tar: A lone zero block at 46120"

2015-06-12 Thread Kevin Layer
It seems to build fine, though. I downloaded it via different means (directly to a Windows machine and on CentOS 6.6) and it did it on all copies. Just curious if anyone else had the issue. I'm running Cygwin 1.7.35 on Server 2008 R2. ___ op

[openssl-users] OpenSSL 'verify' command and c_ rehash script on Cygwin

2015-02-01 Thread Deepak
-- Forwarded message -- From: "Deepak" Date: Jan 31, 2015 8:05 AM Subject: OpenSSL 'verify' command and c_ rehash script on Cygwin To: Cc: Hi, Can following behaviour be confirmed as expected? OpenSSL verify test (test_verify) fails Env- c_rehash r

[openssl-users] OpenSSL 'verify' command and c_ rehash script on Cygwin

2015-01-30 Thread Deepak
Hi, Can following behaviour be confirmed as expected? OpenSSL verify test (test_verify) fails Env- c_rehash run using Cygwin. Run c_rehash on /path/to/certs/demo Cmd - openssl verify -CApath ../certs/demo ../certs/demo/*.pem Cause - Symbolic links (from hash.0 to file.pem) created by

Building fips enabled openssl using cygwin

2013-01-14 Thread Memmott, Lester
Regarding (from Joy Leima): I am using openssl-1.0.1c.tar.gz & openssl-fips-2.0.2.tar.gz. ... The ms\do_fips resulted in a SUCCESS.The nmake had issues. Here is the last few lines. The error: link /nologo /subsystem:console /opt:ref /debug /dll /map /base:0xFB0 /out:out32dll\libeay32.

Building fips enabled openssl using cygwin

2013-01-11 Thread Joy Leima
& openssl-fips-2.0.2.tar.gz. The build environment is set up to use cygwin. I installed ActiveState perl so I got past the first link issue that I had. Here is the commands I used to build from my .bat file running under cygwin: cd %BUILDPATH%\..\..\common\grd\tntCommon\openssl\openssl-fips-2

Cygwin errors when doing cross-compile on openssl-fips-1.2.tar.gz

2010-08-05 Thread Bryan
I went back and uninstalled cygwin, as I inherited the cygwin environment VM from someone else. I added the crosscompile patch successfully, I managed to get the "./config fipscanisterbuild" completed successfully, but when I go to do make, I get this series of errors: gcc -I. -I.. -I

Re: building openssh with openssl-fips: cygwin can't find libcrypto

2010-07-30 Thread Bryan
uick but hopefully helpful observation:  I built a "FIPS capable" openssl > for a client a few months ago, and found that Cygwin wasn't a totally > friendly environment due to some discrepancies in the macros that enable > Unix-ish versus Windows-ish behavior (Cygwin being a

Re: building openssh with openssl-fips: cygwin can't find libcrypto

2010-07-30 Thread Steve Marquess
g anything in the ./Configure makes in non-FIPs compliant. Is there something I can do here to get a FIPs compliant openssl with libcrypto? A quick but hopefully helpful observation: I built a "FIPS capable" openssl for a client a few months ago, and found that Cygwin wasn&#

building openssh with openssl-fips: cygwin can't find libcrypto

2010-07-29 Thread Bryan
I am almost done here... I was able to symlink the headers to get past the opensslv header files, but the build process fails because openssl didn't build libcypto. The problem is that when building openssl with fips, it doesn't not appear to build libcrypto, and changing anything in the ./Configu

Re: building openssl-fips-1.2 on windows with cygwin fails.

2010-07-22 Thread Carter Browne
I have built several versions of openssh (through 5.5p1) together with then current openssl releases, but not in FIPS mode using cygwin. The releases all were built without any issues. For installation in Windows I started with the opensshd.exe from the openssh.org site and updated the openssh

Re: building openssl-fips-1.2 on windows with cygwin fails.

2010-07-22 Thread Jakob Bohm
using cygwin as the interface, since I am trying to script this into an installation process. When building with Visual Studio, you are better off using a perl version itself compiled as a native program (such as Strawberry perl or ActiveState perl), and not putting CYGWIN on your path. Sor

Re: building openssl-fips-1.2 on windows with cygwin fails.

2010-07-21 Thread Dr. Stephen Henson
On Wed, Jul 21, 2010, Bryan wrote: > > Well, the good thing is I am building this on an XP machine inside a > VM, and I created a snapshot before I started all this, so backing out > is an option to be able to start over and configure the environment > correctly. This might even be what I have t

Re: building openssl-fips-1.2 on windows with cygwin fails.

2010-07-21 Thread Bryan
On Wed, Jul 21, 2010 at 13:19, Jakob Bohm wrote: > On 21-07-2010 18:26, Bryan wrote: >> >> On Wed, Jul 21, 2010 at 10:33, Jakob Bohm  wrote: >>> >>> On 19-07-2010 16:18, Bryan wrote: >>>> >>>> I am trying to build openssl 0.9.8o with the f

Re: building openssl-fips-1.2 on windows with cygwin fails.

2010-07-21 Thread Jakob Bohm
On 21-07-2010 18:26, Bryan wrote: On Wed, Jul 21, 2010 at 10:33, Jakob Bohm wrote: On 21-07-2010 16:18, Bryan wrote: I am trying to build openssl 0.9.8o with the fips-1.2 source. I'm building it using cygwin as the interface, since I am trying to script this into an installation pr

Re: building openssl-fips-1.2 on windows with cygwin fails.

2010-07-21 Thread Bryan
On Wed, Jul 21, 2010 at 10:33, Jakob Bohm wrote: > On 21-07-2010 16:18, Bryan wrote: >> >> I am trying to build openssl 0.9.8o with the fips-1.2 source.  I'm >> building it using cygwin as the interface, since I am trying to script >> this into an installation

Re: building openssl-fips-1.2 on windows with cygwin fails.

2010-07-21 Thread Jakob Bohm
On 21-07-2010 16:18, Bryan wrote: I am trying to build openssl 0.9.8o with the fips-1.2 source. I'm building it using cygwin as the interface, since I am trying to script this into an installation process. When building with Visual Studio, you are better off using a perl version i

building openssl-fips-1.2 on windows with cygwin fails.

2010-07-21 Thread Bryan
I am trying to build openssl 0.9.8o with the fips-1.2 source. I'm building it using cygwin as the interface, since I am trying to script this into an installation process. The cygwin interface is using Visual Studio 8 to build the source, using the cl.exe. After disabling cygwin's &qu

Re: Cygwin - OpenSSL 0.9.8l linker errors

2009-11-16 Thread Marc Kührer
Marc - Original Message - From: "Jeremy Farrell" To: Sent: Tuesday, November 17, 2009 5:20 AM Subject: RE: Cygwin - OpenSSL 0.9.8l linker errors @$(CC) $(LDFLAGS) $(LIBS) $(OBJ) -o $(BIN) needs to be @$(CC) $(LDFLAGS) $(OBJ) $(LIBS) -o $(BIN) -Original Message- From: o

Re: Cygwin - OpenSSL 0.9.8l linker errors

2009-11-16 Thread Reid Thompson
Jeremy Farrell wrote: @$(CC) $(LDFLAGS) $(LIBS) $(OBJ) -o $(BIN) needs to be @$(CC) $(LDFLAGS) $(OBJ) $(LIBS) -o $(BIN) forget to include needed information. The order of the libs may need to be reversed also LIBS = -lssl -lcrypto __

RE: Cygwin - OpenSSL 0.9.8l linker errors

2009-11-16 Thread Jeremy Farrell
gt; To: openssl-users@openssl.org > Subject: Cygwin - OpenSSL 0.9.8l linker errors > > Hi, > > I am trying to add OpenSSL to my project but fail linking > OpenSSL to it on > Cygwin. > > I always get the following error messages where zOpenSSL is > my test project:

Cygwin - OpenSSL 0.9.8l linker errors

2009-11-16 Thread Marc Kührer
Hi, I am trying to add OpenSSL to my project but fail linking OpenSSL to it on Cygwin. I always get the following error messages where zOpenSSL is my test project: /zOpenSSL/main.c:7: undefined reference to `_SSL_library_init' /zOpenSSL/main.c:8: undefined reference to `_SSL_load_error_st

Re: how to build openssl using mingw/cygwin?

2009-10-07 Thread Misha Aizatulin
> Generating the DLLs and input libraries > gcc: Settings\Temp/cca03896.base": No such file or directory > dllwrap: gcc exited with status 1 Could it be that your cygwin /tmp is mapped to "Documents and Settings/Temp"? That is not a good idea - make usua

how to build openssl using mingw/cygwin?

2009-10-07 Thread Michal Seliga (Selmi)
hi i have problems with building of last stable version of openssl using mingw32 in windows xp it builds until the point where i get static libraries. but then it fails on command (taken from ms\mingw32.bat) echo Generating the DLLs and input libraries dllwrap --dllname libeay32.dll --out

Mismatch in makefiles -> compilation error on cygwin

2009-08-26 Thread Misha Aizatulin
dear list, there is a problem in the Makefiles that precludes correct compilation of openSSL, at least on cygwin. The problem is present in 1.0.0-beta3 as well. In the top-level Makefile the value SDIRS does not contain rc5. As a result, "make links" does not create a link to rc

Install Errors: Cygwin 1.7, Open SSL 0.9.8k and 1.0.0-beta2

2009-05-14 Thread acunetix
Hey, Info: Windows Vista Ultimate, Cygwin 1.7, OpenSSL 0.9.8k and 1.0.0-beta2 (I've tried both) I've been trying to install openssl with no success. When I run "./config", everything is fine, but when I try to do "make" or "make test", I get this error

RE: Cannot install via Cygwin

2008-06-20 Thread Dave Thompson
> From: [EMAIL PROTECTED] On Behalf Of Eric > Chamberlain > Sent: Wednesday, 18 June, 2008 15:26 > > I am trying to build and install openssl via Cygwin. I followed the > instructions and I only hit a bump when I attempt > > make install > > During wh

Cannot install via Cygwin

2008-06-18 Thread Eric Chamberlain
I am trying to build and install openssl via Cygwin. I followed the instructions and I only hit a bump when I attempt make install During which I get a boatload of errors. The last few lines of output were: /SSL_want.3man3 : No such file or directoryl/ssl/man/man3 /: No such file or

Problem building openssl on windows with cygwin

2006-07-28 Thread Urjit Gokhale
Hi,   I am facing problem while building openssl on my windows box (Windows 2000 Professional) with Cygwin (CYGWIN_NT-5.0).   I downloaded the source for openssl 0.9.8b. I followed the steps given in INSTALL.W32: 1) ./config: This goes smooth without any

Re: Cygwin 5.6.xxx. Windows XP SP2 French

2006-06-26 Thread Marek Marcola
Hello, > I try to install openssl-0.9.7i onto Cygwin 5.6.xxx. Windows XP SP2 French > > The ./config command aborts with the following error > DES_PTR used > DES_RISC1 used > DES_UNROLL used > BN_LLONG mode > RC4_INDEX mode > RC4_CHUNK is undefined > 'make'

perl under cygwin

2006-06-04 Thread Peter Sylvester
when generating the ms makefile and defs under a cygwin environment, backslashes are not correctly detected. Enclosed find a patch for 0.9.8b This resolves my recent messages in rt. -- To verify the signature, see http://edelpki.edelweb.fr/ Cela vous permet de charger le certificat de

Re: Problem building openssl on windows with cygwin

2006-05-08 Thread Urjit Gokhale
windows with cygwin Hi,   I am facing problem while building openssl on my windows box (Windows 2000 Professional) with Cygwin.   I downloaded the source for openssl 0.9.8b. I followed the steps given in INSTALL.W32: 1) ./config: This goes smooth without any problem

Problem building openssl on windows with cygwin

2006-05-08 Thread Urjit Gokhale
Hi,   I am facing problem while building openssl on my windows box (Windows 2000 Professional) with Cygwin.   I downloaded the source for openssl 0.9.8b. I followed the steps given in INSTALL.W32: 1) ./config: This goes smooth without any problem 2) make: At this stage I am facing a problem

Problem building openssl on windows with cygwin

2006-05-08 Thread Urjit Gokhale
Hi,   I am facing problem while building openssl on my windows box (Windows 2000 Professional) with Cygwin.   I downloaded the source for openssl 0.9.8b. I followed the steps given in INSTALL.W32: 1) ./config: This goes smooth without any problem 2) make: At this stage I am facing a problem

Problem building openssl on windows with cygwin

2006-05-08 Thread Urjit Gokhale
Hi,   I am facing problem while building openssl on my windows box (Windows 2000 Professional) with Cygwin.   I downloaded the source for openssl 0.9.8b. I followed the steps given in INSTALL.W32: 1) ./config: This goes smooth without any problem 2) make: At this stage I am facing a problem

Re: [BUG] Installation problem on cygwin

2006-04-03 Thread Richard Levitte - VMS Whacker
aracters. Unfortunalety under Yann.Coscoy> cygwin, the end-of-lines are not always correctly handled Yann.Coscoy> and some '\r' may be present in addition to '\n'. Yann.Coscoy> Yann.Coscoy> Solution: Yann.Coscoy> Replace 'chop' function by 's/[\r\

[BUG] Installation problem on cygwin

2006-04-03 Thread Yann Coscoy
Distribution: openssl-0.9.8a.tar.gz System: Cygwin Short description: When command "./config" is executed, the protocols mdc2 and rc5 are not excluded in produced Makefile as it should be. The command "make build_crypto build_engines" which follows fails. Technical Des

compiling errors openssl 0.9.8a on cygwin

2006-01-11 Thread Stefan Sabolowitsch
Hi List, Property here last version of cygwin and version 0.9.8a of openssl. I would like to compile mod_ssl with Apache2 and get the following error message. Hate someone an idea? Many thanks for each assistance. Stefan Sorry for the long list. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#- make[4

Re: Trying to build a reduced OpenSSL library on Cygwin/mingw

2005-07-08 Thread Stephen Cleary
OK, I found out what the problem was: line endings. I run my Cygwin mounts in binmode, and I used WinZip to extract the .tar.gz, so Makefile.org had \r\n line endings. Apparently, perl (as of v5.8.7, built for cygwin-thread-multi-64int) was seeing the \r\n line endings. This is normal for

Cygwin/MinGW DLL creation with 0.9.8

2005-07-06 Thread Jim Mosier
nssl-0.9.8/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto -lwsock32 -lgdi32}"; LDCMD="${ LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--D_WINDLL -DOPENSSL_USE_APPLINK -DOPENSSL_PIC -DOPENSSL_THREADS -DDSO_WIN32 -mno-cygwin -DL_ENDIAN -fomit-frame-pointer -O3

Re: Trying to build a reduced OpenSSL library on Cygwin/mingw

2005-07-02 Thread Nils Larsch
Stephen Cleary wrote: ... The command I used to build libcrypto.a and libssl.a is: ./Configure mingw 386 no-threads no-zlib no-shared no-hw no-ssl I also noted that I could not disable MD5, IDEA, or the ENGINE. In fact, a lot (most?) of the "no-" prefixes just don't work; I get compile errors

Trying to build a reduced OpenSSL library on Cygwin/mingw

2005-07-01 Thread Stephen Cleary
Gentlemen - I am a developer attempting to use OpenSSL in a rather unusual project, and I'm having some problems with getting the binary file size down to a reasonable value. I'm targeting "Cygwin -mno-cygwin" (mingw). There appear to be some bugs in the Configure

Re: How to get SSL DLL's compiling from Cygwin?

2005-05-04 Thread Tan Eng Ten
I think you could compile apache under cygwin (I've not tried and unsure if there are limitations, you may refer to http://httpd.apache.org/docs/cygwin.html). Alternatively, you could try the Microsoft Visual C++ Toolkit 2003 (http://msdn.microsoft.com/visualc/vctoolkit2003/), which is

RE: How to get SSL DLL's compiling from Cygwin?

2005-05-04 Thread Manel Rodero
On Behalf Of Tan Eng Ten > Sent: Wednesday, May 04, 2005 8:37 AM > To: openssl-users@openssl.org > Subject: Re: How to get SSL DLL's compiling from Cygwin? > > > I think u get libcrypto.so and libssl.so instead > > Manel Rodero wrote: > > Hello, > > >

Re: How to get SSL DLL's compiling from Cygwin?

2005-05-03 Thread Tan Eng Ten
I think u get libcrypto.so and libssl.so instead Manel Rodero wrote: Hello, I'm trying to compile OpenSSL 0.9.7f under Windows 2000 (using Cygwin) but I don't know if I get all the files after the compilation process. For example, I don't have libeay32.dll nor ssleay32.dl

How to get SSL DLL's compiling from Cygwin?

2005-05-02 Thread Manel Rodero
Hello, I'm trying to compile OpenSSL 0.9.7f under Windows 2000 (using Cygwin) but I don't know if I get all the files after the compilation process. For example, I don't have libeay32.dll nor ssleay32.dll. To setup the compilation environment I've downloaded Cygwin setup, in

Re: cygwin

2005-04-21 Thread hao chen
Hi, After adding the bc package, the error related to bc is gone. Thanks for that help. Now I got another errors when I run 'make test' in cygwin: cat ./p ./p.clear differ: char 2, line 1 make[1]: *** [test_enc] Error 1 make[1]: Leaving directory `/cygdrive/d/downloads/open-sourc

Re: cygwin

2005-04-21 Thread hao chen
The GNU numeric processing language (bc) and reverse polish calculator (dc) --- vijay basav <[EMAIL PROTECTED]> wrote: > bc is calculator generally available in linux. u > need to to install this(select bc option when > installing cygwin). > vijay > > > >

Re: cygwin

2005-04-21 Thread vijay basav
bc is calculator generally available in linux. u need to to install this(select bc option when installing cygwin). vijay     hao chen <[EMAIL PROTECTED]> wrote: When I use cygwin to run the test of openssl, I gotthe following error:running bcbc: not foundcat: tmp.bctest: No such f

cygwin

2005-04-20 Thread hao chen
When I use cygwin to run the test of openssl, I got the following error: running bc bc: not found cat: tmp.bctest: No such file or directory bc does not work properly ('SunOStest' failed). Looking for another bc ... No working bc found. Consider installing GNU bc. 0 tests passed

Re: Can't compile my small program on Cygwin

2005-03-15 Thread Tan Eng Ten
try: gcc -Wall foo.c -o foo -lcrypto -lssl [EMAIL PROTECTED] wrote: Hi, I tried to compile my program and ran into trouble. I am new to both: cygwin and openssl, I don't know what I do wrong. Can someone please help me? I am happy to provide any information needed. I have installed the c

Re: [openssl-users] Can't compile my small program on Cygwin

2005-03-14 Thread Erwann ABALEA
Bonjour, Hodie pr. Id. Mar. MMV est, [EMAIL PROTECTED] scripsit: > [EMAIL PROTECTED] ~/Projekte/SSL > $ gcc -lcrypto -lssl -Wall foo.c -o foo gcc -Wall -o foo foo.c -lcrypto -lssl The order is important. -- Erwann ABALEA <[EMAIL PROTECTED]>

Can't compile my small program on Cygwin

2005-03-13 Thread mw-u2
Hi, I tried to compile my program and ran into trouble. I am new to both: cygwin and openssl, I don't know what I do wrong. Can someone please help me? I am happy to provide any information needed. I have installed the cygwin openssl-0.9.7 package. [EMAIL PROTECTED] ~/Projekte/SSL $ cat

make error in cygwin

2005-02-09 Thread vijay basav
hi i am a new user of openssl-0.9.7e. i am using cygwin and vxworks.i first did tar -xzvf openssl-0.9.7e.tar.gz. then cd openssl-0.9.7e . later i configured the openssl using ./Configure vxworks-mipsle . now when i give make command it gives error stating openssl/opensslconf.h not found(all files

Re: make errors with cygwin

2002-12-06 Thread marcus.carey
I just compiled openssl-0.9.6g using Cygwin and it worked. You will need to install bc to run make test. Administrator@SERVER ~/openssl-0.9.6g $ ./config $ make - Original Message - From: "Scott Brown" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, D

make errors with cygwin

2002-12-06 Thread Scott Brown
First, let me tell everyone I am a newbie, so don't kill me. I am following the instructions for make under a Cygwin (opensssl-0.9.6g) environment, and am getting errors. I will try to be as terse as possible, but will post the stuff echoed to the console to assist, which is pretty long.

openssl-0.9.6d fails under cygwin on Win2000 was Re:

2002-05-13 Thread Pavel Tsekov
Hello A?rtCorcoran", Saturday, May 11, 2002, 7:34:49 AM, you wrote: Arnc> Hi, I'm trying to compile openssl-0.9.6d on Win2000 under cygwin (latest cygwin). Arnc> The configure works fine, but it fails during make with the following: Arnc> make[3]: Entering directory `/d/aco

Re: meet problem when compiling with cygwin

2001-03-07 Thread Mike Kobar
Yup, we ran into the same problem. Check out our tiny patch for cygwin and OpenSSL-0.9.5a at http://www.lymeware.com/download_fw.html. Then you can either install the patch or just read it to find the perl script fix. Mike --- yangxiande <[EMAIL PROTECTED]> wrote: > Hi: >i com

A saner compile for CygWin?

2000-05-26 Thread John Jarvie
nightmare. After heaps of patching I get CygWin to compile, "make test" passes but straight file encryption (e.g. opensssl enc -e/d -in ... -out) fails because of issues with cr/lf handling. After lots of time hacking the code, it strikes me that the makefile.one approach for CygWin i

Building openssl libraries under CygWin.

1999-12-22 Thread jon hale
I have been trying to build OpenSsl under Cygwin. The INSTALL.32 file gives alludes to the posibility, but gives only instructions for doing it under Mingw32. Has anybody done this. Can you offer me pointers. Thanks, -jon