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
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
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
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
: 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
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
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
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
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)
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
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
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
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
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
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 :
15 matches
Mail list logo