RE: Compile error on Tandem

2014-07-15 Thread Scott Neugroschl
Wayne, there's a Tandem port on ITUGLIB. From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Johnson, Wayne Sent: Monday, July 14, 2014 8:11 AM To: 'openssl-users@openssl.org' Subject: Compile error on Tandem I'm trying to compile OpenSSL 1.0.1h on Tandem

RE: Compile error on Tandem

2014-07-15 Thread Johnson, Wayne
Never mind, #3380 fixed this for me. From: Johnson, Wayne Sent: Monday, July 14, 2014 10:11 AM To: 'openssl-users@openssl.org' Subject: Compile error on Tandem I'm trying to compile OpenSSL 1.0.1h on Tandem (aka NonStop). I'm getting the following errors: c89 -I.. -I../include -Ww -D__TANDEM -D

Re: Compile error with MinGW

2009-04-06 Thread Patrick
On Tue, Mar 31, 2009 at 12:15 PM, Patrick wrote: > I'm trying to compile OpenSSL 0.9.8k on Win32 with MinGW installed. I > ran ms/mingw32.bat, and it seems to work well for a while, compiling > lots of source files, until I get: > > if exist out\libcrypto.a del out\libcrypto.a > /usr/bin/sh: -c: l

Re: compile error in randfile.c on Solaris 10 Opteron

2006-02-24 Thread William A. Rowe, Jr.
Tinnerello, Richard wrote: Hello, I'm having trouble building 0.9.7i on a Solaris 10 on x86 (Opteron) machine. I configured manually with: ./Configure solaris-x86-gcc --prefix=/sci/openssl-0.9.7i no-idea no-rc5 no-mdc2 fiips make depend is OK, but make gets this compile error: /usr/include/s

RE: compile error in randfile.c on Solaris 10 Opteron

2006-01-20 Thread Tinnerello, Richard
: compile error in randfile.c on Solaris 10 Opteron That looks like your system headers are corrupt. Try running this command: gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DOPENSSL_NO_IDEA -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -fomit

Re: compile error in randfile.c on Solaris 10 Opteron

2006-01-19 Thread Kyle Hamilton
That looks like your system headers are corrupt. Try running this command: gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DOPENSSL_NO_IDEA -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -fomit-frame-pointer -mcpu=i486 -Wall -DL_ENDIAN -DOPENSSL_N

RE: Compile error in n_pkey.c with 0.9.7g on Win32 using ntdll.mak and nasm

2005-06-08 Thread Edward Chan
Title: Compile error in n_pkey.c with 0.9.7g on Win32 using ntdll.mak and nasm Crap.  Nevermind.  I forgot to run   > perl Configure VC-WIN32 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Edward ChanSent: Wednesday, June 08, 2005 1:51 PMTo: openssl-users@opens

Re: Compile error on Win32 using i2d_ASN1_SET_OF_X509_EXTENSION call

2005-02-10 Thread Oily Pakora
Dr Henson, The function pointer cast did the trick. All I did was add "(int (*)())" in front of the i2d_X509_EXTENSION. I owe you a beer next time you are in San Francisco - let me know if you are coming to the RSA conference next week... Oily --- "Dr. Stephen Henson" <[EMAIL PROTECTED]> wro

Re: Compile error on Win32 using i2d_ASN1_SET_OF_X509_EXTENSION call

2005-02-10 Thread Dr. Stephen Henson
On Thu, Feb 10, 2005, Oily Pakora wrote: > Friends, > > When compiling a program on Win32, the following line of code generates an > error message: > > *plLen = i2d_ASN1_SET_OF_X509_EXTENSION(exts, NULL, i2d_X509_EXTENSION, > V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, IS_SEQUENCE)

Re: Compile error -- Make output

2002-03-05 Thread Richard Levitte - VMS Whacker
From: "amit limaye" <[EMAIL PROTECTED]> amit.limaye> gcc -O0 -Wall -I/usr/local/ssl/include -o ssl_test main.o -lssl -lcrypto Add '-ldl' at the end of the line. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47

Re: Compile error on Maurice loadkeys

2001-07-24 Thread Joe Flowers
Mohamed: Add an extra NULL parameter to the end of the arguments in each of these two functions in the loadkeys.h and/or loadkeys.c files. Joe //--- Mohamed Nadjar wrote: > > I am a new user of openssl and I try to understand how it works by > looking at the demos! > But I have the

Re: Compile error

2000-12-05 Thread jkunz
On 5 Dec, Tsang, Kevin wrote: > Hi, I'm having make problems on openssl-0.9.6 on NetBSD-1.4.3 (sparc): > > gcc -o openssl -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DTERMIOS -O3 [...] > rand.o -L. -L.. -L../.. -L../../.. -L.. -lssl -L.. -lcrypto > speed.o: Undefined symbol `_ftime' referen

Re: compile error for a test program

2000-09-04 Thread Dr S N Henson
zhu qun-ying wrote: > > I encounter a error while trying to compile a small test program to read a > pkcs12 formatted file. The line below gives compiler err: >if (!(authsafes = M_PKCS12_unpack_authsafes (p12))) > > error C2664: 'ASN1_seq_unpack' : cannot convert parameter 4 from > 'void (s

Re: compile error on HP : 0.92b works, but not 0.93a

1999-07-07 Thread Mixmaster
Nicolas Pomarede <[EMAIL PROTECTED]> wrote: > But when I tried the previous version (0.92b), which have a slightly > different configure syntax (one must run util/ssldir.pl to change the > location of the installation), it build just fine and all the tests in > 'make test' went OK. > > The compil

Re: compile error on HP : 0.92b works, but not 0.93a

1999-07-07 Thread Lutz Jaenicke
On Wed, Jul 07, 1999 at 11:50:04AM +0200, Nicolas Pomarede wrote: > > Hello, > > As I previously reported it on this mailling list, I had some problems > whem trying to build version 0.93a on an HP UNIX B.10.20 > > Actually, it stops when running 'make test' and trying the x509 > conversions :